mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-23 22:33:08 +00:00
clarified arduino write issue
+1
-1
@@ -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.
|
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>
|
Most Arduinos with CDC driver use the DTR line to determine serial channel readiness. In your Android code, call <code>setDTR(true);</code>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user