Hi Everyone, I am trying to read data from a serial port. I have no problem with sending bytes. Everything works fine. There is a problem when i receive bytes. Every time a read a byte with a FileReader from / ttyUSB0 port, something happens and the byte is not only read but is also send back on the line. Example:
PC sends the byte 5 to the Android. The Android reads the byte 5 and then sends back the byte 5 without being told to to that. Any ideas on what might be causing this annoying error? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
