Update the Javadocs

This commit is contained in:
hedgecrw85 2018-10-08 09:59:37 -05:00
parent 509722db1a
commit 7412d8b9cc
1 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@ public final class SerialPort
private volatile boolean isOpened = false, disableConfig = false, isRtsEnabled = true, isDtrEnabled = true; private volatile boolean isOpened = false, disableConfig = false, isRtsEnabled = true, isDtrEnabled = true;
/** /**
* Opens this serial port for reading and writing with an optional delay time. * Opens this serial port for reading and writing with an optional delay time and user-specified device buffer size.
* <p> * <p>
* All serial port parameters or timeouts can be changed at any time before or after the port has been opened. * All serial port parameters or timeouts can be changed at any time before or after the port has been opened.
* <p> * <p>
@ -472,7 +472,7 @@ public final class SerialPort
public final boolean isOpen() { return isOpened; } public final boolean isOpen() { return isOpened; }
/** /**
* Disable the library from calling any of the underlying device driver configuration methods. * Disables the library from calling any of the underlying device driver configuration methods.
* <p> * <p>
* This function should never be called except in very specific cases involving USB-to-Serial converters * This function should never be called except in very specific cases involving USB-to-Serial converters
* with buggy device drivers. In that case, this function <b>must</b> be called before attempting to * with buggy device drivers. In that case, this function <b>must</b> be called before attempting to