Scanmax0815 / usb-serial-for-android

Automatically exported from code.google.com/p/usb-serial-for-android
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Writing with CP2102 #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I use UsbSerialDriver.write() or SerialInputOutputManager.writeAsync() it 
doesn't send nothing, instead it reads what I wrote.

Reading works fine, I write in Arduino serial monitor and I get it on Android, 
but as I said, nothing goes to Arduino from Android using write() or 
asyncWrite(), but when I read it returns me what I tryed to send. So weird. 

Original issue reported on code.google.com by read.the...@gmail.com on 10 May 2013 at 8:55

GoogleCodeExporter commented 9 years ago
moved to github: https://github.com/mik3y/usb-serial-for-android/issues/24

Original comment by mike.wak...@gmail.com on 13 Sep 2013 at 4:38