which PC software do it?
Are you sure it's 9600 baud and not 250,000 bauds?
So basically it's always a 1+1+16 = 18 data stream?
If so, did you tried with a HSERIN loop? just for debuggig purpose.
Code:DataByte VAR BYTE[18] HSERIN [STR DataByte\18] If DataByte[0]= 255 then DoSomething
Bookmarks