diff --git a/src/main/java/com/fazecast/jSerialComm/SerialPort.java b/src/main/java/com/fazecast/jSerialComm/SerialPort.java index 55c77dc..1355a25 100644 --- a/src/main/java/com/fazecast/jSerialComm/SerialPort.java +++ b/src/main/java/com/fazecast/jSerialComm/SerialPort.java @@ -599,7 +599,7 @@ public final class SerialPort /** * Sets the desired number of stop bits per word. *

- * The default number of stop bits per word is 2. Built-in stop-bit constants should be used + * The default number of stop bits per word is 1. Built-in stop-bit constants should be used * in this method ({@link #ONE_STOP_BIT}, {@link #ONE_POINT_FIVE_STOP_BITS}, {@link #TWO_STOP_BITS}). *

* Note that {@link #ONE_POINT_FIVE_STOP_BITS} stop bits may not be available on non-Windows systems.