COOL!!!!
Probably the easiest thing to do for this app would be a simple check.
Or build a checksum... but try the above first, keep it simple.Code:hserin [WAIT(SYNK), DEC net] IF net = 23 THEN ...
COOL!!!!
Probably the easiest thing to do for this app would be a simple check.
Or build a checksum... but try the above first, keep it simple.Code:hserin [WAIT(SYNK), DEC net] IF net = 23 THEN ...
Last edited by mackrackit; - 6th December 2009 at 04:38.
Dave
Always wear safety glasses while programming.
Dennis, you should remove the DEC command from the HSEROUT see the code below.
Al.Code:A0 var BYTE A0=23 'hserout [TRAIN,SYNK,DEC 23] hserout [TRAIN,SYNK, A0]
All progress began with an idea
Hi Al
How are you?
Thanks for the tip will definitely try it :-)
Kind regards
Dennis
Bookmarks