hello,.
i try using serin2 command for capture hex code from other device...
hex code should be capture is FE
my command,
serin2 RX_r, 84, 5000, nodata, [B1]
but B1 = F, so how to i get all hex data (FE), can you modify my command?
hello,.
i try using serin2 command for capture hex code from other device...
hex code should be capture is FE
my command,
serin2 RX_r, 84, 5000, nodata, [B1]
but B1 = F, so how to i get all hex data (FE), can you modify my command?
Do you have B1 WORD size?
B1 VAR WORD
Then
SERIN2 xxx,xxxx,[HEX B1]
Look in the manual for a complete explanation.
Last edited by mackrackit; - 8th October 2007 at 04:04.
Dave
Always wear safety glasses while programming.
Bookmarks