Clean up index.html
This commit is contained in:
parent
86c965c80c
commit
bca4de5844
|
@ -0,0 +1 @@
|
|||
external/WindowsHeaders.tgz filter=lfs diff=lfs merge=lfs -text
|
|
@ -53,7 +53,7 @@
|
|||
<li>Configurable port timeouts (blocking and non-blocking) for both reading and writing</li>
|
||||
<li>Configurable flow control parameters for the serial port (CTS, RTS/CTS, DSR, DTR/DSR, XOn/XOff)</li>
|
||||
<li>Ability to read and write raw data bytes directly to the serial port</li>
|
||||
<li>Ability to read and write byte streams via Java's <a href="http://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html" target="_blank">InputStream</a> and <a href="http://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html" target="_blank">OutputStream</a> interfaces</li>
|
||||
<li>Ability to read and write byte streams via Java's <a href="//docs.oracle.com/javase/9/docs/api/java/io/InputStream.html" target="_blank">InputStream</a> and <a href="//docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html" target="_blank">OutputStream</a> interfaces</li>
|
||||
<li>Event-based reading and writing via callbacks</li>
|
||||
<li>Callback notification when:</li>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue