PDA

View Full Version : serin2 command..capture hex value



din_kt
- 8th October 2007, 03:34
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?

mackrackit
- 8th October 2007, 03:58
Do you have B1 WORD size?

B1 VAR WORD

Then

SERIN2 xxx,xxxx,[HEX B1]

Look in the manual for a complete explanation.