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


Ive only got 1 output working at the moment though. Ive got to put a loop in to handle all outputs and ive got to put the set address code back in but as it is the attached code is working perfectly.

Bookmarks