From 695f3a8635ae8c48ce39fca4e7f38e06b2842018 Mon Sep 17 00:00:00 2001 From: kai-morich Date: Wed, 6 Sep 2023 08:01:41 +0200 Subject: [PATCH] use term CDC-ACM --- FAQ.mediawiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 || 🟢 || 🟢 |-