RegionChiou / 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

Android send data to arduino latency #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I have a sketch on arduino to receive strings from serial and display to 
lcd. Each string ends with space character as delimiter. I try sending data 
from PC using Processing sketch with a slider to send number as string. Arduino 
responds in real-time. However, with a similar android app, there is latency 
between sending and responding, thus sometimes corrupted strings.  Could you 
please suggest a solution?

Original issue reported on code.google.com by phixuann...@gmail.com on 29 Mar 2013 at 5:47

GoogleCodeExporter commented 9 years ago
Application questions are better handled on the mailing list: 
https://code.google.com/p/usb-serial-for-android/

Original comment by mike.wak...@gmail.com on 8 Apr 2013 at 6:00