diff --git a/FAQ.mediawiki b/FAQ.mediawiki index 919194d..dfebdbf 100644 --- a/FAQ.mediawiki +++ b/FAQ.mediawiki @@ -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 Serial.write() does not send data == -Most Arduinos with CDC driver use the DTR line to determine serial channel readiness. In your Android code, call setDTR(true); +Most Arduinos with CDC-ACM driver use the DTR line to determine serial channel readiness. In your Android code, call setDTR(true); == How do I access /dev/ttyUSB0? == @@ -173,7 +173,7 @@ Basic Features are 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 |- | setParameters with non-standard baud rates || 🟢 || 🟢 || 🟢 for CP2105
🔴 for CP2102. fallback to unknown baud rate without exception || 🟢 || 🟢 |-