FullDuplexSerial problem
OldFartRadioman
Posts: 30
I am trying to decode a serial 9600 baud data stream that has valid hex FF bytes in the data. Looking at FDS that appears to be the one byte that it won't receive. Anyone know if any of the other serial objects will work?
Comments
It would help if you posted your code.
Tracy Allen's four port serial driver behaves much better. I've had projects where I had trouble receiving data (garbage data detected) with FDS but when I switched to Tracy's object the problems went away.
Another plus to using Tracy's driver is you can use the same driver for display your debug information.