From a PC I send 123:CRLF as 495051581310

When I try:
MyVars VAR BYTE(8)

Main:
HSERIN 500,NoData,[STR MyVars\6\":"]

goto main

NoData:
HSEROUT ["Timeout",$0d,$0a]
Goto main

It always goes to NoData. I never get anything into MyVars.

If I use HSERIN 500,NoData,[STR MyVars\1\":"] I get random data. It is different each time I send the data.

What am I missing?

Thanks,
Bob Hiller
Lifts for the Disabled LLC