mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-09-09 17:07:38 +00:00
clarified arduino write issue
parent
41f4bd18b4
commit
0aac3a19d2
@ -28,7 +28,7 @@ A common issue is wrong baud rate.
|
||||
Not all drivers / devices support non-standard baud rates. See [[FAQ#Feature Matrix|Feature Matrix]] for details.
|
||||
|
||||
|
||||
== I am using an Arduino Uno, Sparkfun Pro Micro, or other Arduino and <code>if (Serial)</code> doesn't work. ==
|
||||
== I am using an Arduino Uno, Sparkfun Pro Micro, or other Arduino but <code>Serial.write()</code> does not send data ==
|
||||
|
||||
Most Arduinos with CDC driver use the DTR line to determine serial channel readiness. In your Android code, call <code>setDTR(true);</code>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user