1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-09 17:06:21 +00:00

use term CDC-ACM

kai-morich 2023-09-06 08:01:41 +02:00
parent 705cfd1b34
commit 695f3a8635

@ -33,7 +33,7 @@ Not all drivers / devices support non-standard baud rates. See [[FAQ#Feature Mat
== I am using an Arduino Uno, Sparkfun Pro Micro, or other Arduino but <code>Serial.write()</code> does not send data == == 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-ACM driver use the DTR line to determine serial channel readiness. In your Android code, call <code>setDTR(true);</code>
== How do I access <code>/dev/ttyUSB0</code>? == == How do I access <code>/dev/ttyUSB0</code>? ==
@ -173,7 +173,7 @@ Basic Features are supported by all drivers / devices
Some Features are not supported by all drivers / devices Some Features are not supported by all drivers / devices
{| {|
! Feature !! FTDI !! CH34x !! CP210x !! PL2303 !! CDC ! Feature !! FTDI !! CH34x !! CP210x !! PL2303 !! CDC-ACM
|- |-
| <code>setParameters</code> with non-standard baud rates || 🟢 || 🟢 || 🟢 for CP2105 <br> 🔴 for CP2102. fallback to unknown baud rate without exception || 🟢 || 🟢 | <code>setParameters</code> with non-standard baud rates || 🟢 || 🟢 || 🟢 for CP2105 <br> 🔴 for CP2102. fallback to unknown baud rate without exception || 🟢 || 🟢
|- |-