diff --git a/FAQ.mediawiki b/FAQ.mediawiki
index 6c496f5..b8e8046 100644
--- a/FAQ.mediawiki
+++ b/FAQ.mediawiki
@@ -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 if (Serial)
doesn't work. ==
+== 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);