I am Reading data from a serial device, i have Frame Tracer which is connected to PC by USB.
I have Serial control of xojo to read data from tracer.
Its reading data but seems it is reading wrong data sometimes.
e.g. R2566;2568;2572;2576;2581;2585;2590;2595;2599;2604
It should be R=2566;2568;2572;2576;2581;2585;2590;2595;2599;2604 (misses ‘=’)
So am i missing any property of Serial control or something else?