daniel
08-04-2005, 10:58 AM
Is there a way to use the built-in $STAMP (or something else) to make a compile-time differentiation between the 24-pin and the 40-pin BS2p?ˇ
I know I can do:
#IF $STAMP <> BS2p #THEN
#ERROR "Requires a BS2p"
END
#ENDIF
I would like to do something like:
#IF $STAMP <> BS2p40 #THEN
#ERROR "Requires a 40-pin BS2p"
END
#ENDIF
I did not run across thisˇinformation in the Help file; the closest I can find is in the AUXIO / MAINIO / IOTERM Example; but that example does not distinguish between the 24-pin and the 40-pin BS2p.
Daniel
...
Post Edited (daniel) : 8/4/2005 4:02:47 AM GMT
I know I can do:
#IF $STAMP <> BS2p #THEN
#ERROR "Requires a BS2p"
END
#ENDIF
I would like to do something like:
#IF $STAMP <> BS2p40 #THEN
#ERROR "Requires a 40-pin BS2p"
END
#ENDIF
I did not run across thisˇinformation in the Help file; the closest I can find is in the AUXIO / MAINIO / IOTERM Example; but that example does not distinguish between the 24-pin and the 40-pin BS2p.
Daniel
...
Post Edited (daniel) : 8/4/2005 4:02:47 AM GMT