Update docs to v2.6.1

This commit is contained in:
Will Hedgecock 2020-04-06 10:35:55 -05:00
parent 0956452a45
commit 5e46e44ddc
33 changed files with 93 additions and 75 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -29,7 +29,7 @@
<section id="downloads">
<a class="zip_download_link" href="https://github.com/Fazecast/jSerialComm/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/Fazecast/jSerialComm/tarball/master">Download this project as a tar.gz file</a>
<a class="jar_download_link" href="binaries/jSerialComm-2.6.0.jar">Download this library as a .jar file</a>
<a class="jar_download_link" href="binaries/jSerialComm-2.6.1.jar">Download this library as a .jar file</a>
</section>
</header>
</div>
@ -75,7 +75,7 @@
<h3><a class="anchor" aria-hidden="true"><span class="octicon octicon-link"></span></a>How can use this library in my own project?</h3>
<p>One of the most convenient features of this library is that it allows you to simply include the <a href="binaries/jSerialComm-2.6.0.jar">JAR file</a> in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.</p>
<p>One of the most convenient features of this library is that it allows you to simply include the <a href="binaries/jSerialComm-2.6.1.jar">JAR file</a> in your custom project, and it will automatically select and load the correct native library for your platform and architecture. As such, you can make use of this library by simply copying the jSerialComm.jar file into your project directory and linking to it as you would any other JAR file.</p>
<p>To access the contents of the library in your project, make sure to <code>import com.fazecast.jSerialComm.*</code> into your java files. You can then generate a list of all available serial ports on your system (real or virtual), by calling the following static method:</p>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (jSerialComm 2.6.0 API)</title>
<title>All Classes (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (jSerialComm 2.6.0 API)</title>
<title>All Classes (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPort (jSerialComm 2.6.0 API)</title>
<title>SerialPort (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPort (jSerialComm 2.6.0 API)";
parent.document.title="SerialPort (jSerialComm 2.6.1 API)";
}
}
catch(err) {
@ -562,7 +562,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setBaudRate-int-">setBaudRate</a></span>&#8203;(int&nbsp;newBaudRate)</code></th>
<td class="colLast">
<div class="block">Sets the desired baud rate for this serial port.</div>
@ -576,7 +576,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setComPortParameters-int-int-int-int-">setComPortParameters</a></span>&#8203;(int&nbsp;newBaudRate,
int&nbsp;newDataBits,
int&nbsp;newStopBits,
@ -586,7 +586,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setComPortParameters-int-int-int-int-boolean-">setComPortParameters</a></span>&#8203;(int&nbsp;newBaudRate,
int&nbsp;newDataBits,
int&nbsp;newStopBits,
@ -597,7 +597,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setComPortTimeouts-int-int-int-">setComPortTimeouts</a></span>&#8203;(int&nbsp;newTimeoutMode,
int&nbsp;newReadTimeout,
int&nbsp;newWriteTimeout)</code></th>
@ -613,35 +613,35 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
</td>
</tr>
<tr id="i44" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setFlowControl-int-">setFlowControl</a></span>&#8203;(int&nbsp;newFlowControlSettings)</code></th>
<td class="colLast">
<div class="block">Specifies what kind of flow control to enable for this serial port.</div>
</td>
</tr>
<tr id="i45" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setNumDataBits-int-">setNumDataBits</a></span>&#8203;(int&nbsp;newDataBits)</code></th>
<td class="colLast">
<div class="block">Sets the desired number of data bits per word.</div>
</td>
</tr>
<tr id="i46" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setNumStopBits-int-">setNumStopBits</a></span>&#8203;(int&nbsp;newStopBits)</code></th>
<td class="colLast">
<div class="block">Sets the desired number of stop bits per word.</div>
</td>
</tr>
<tr id="i47" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setParity-int-">setParity</a></span>&#8203;(int&nbsp;newParity)</code></th>
<td class="colLast">
<div class="block">Sets the desired parity error-detection scheme to be used.</div>
</td>
</tr>
<tr id="i48" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setRs485ModeParameters-boolean-boolean-int-int-">setRs485ModeParameters</a></span>&#8203;(boolean&nbsp;useRS485Mode,
boolean&nbsp;rs485RtsActiveHigh,
int&nbsp;delayBeforeSendMicroseconds,
@ -1102,7 +1102,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dd><code>deviceSendQueueSize</code> - The requested size in bytes of the internal device driver's output queue (no effect on OSX)</dd>
<dd><code>deviceReceiveQueueSize</code> - The requested size in bytes of the internal device driver's input queue (no effect on Linux/OSX)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port was successfully opened.</dd>
<dd>Whether the port was successfully opened with a valid configuration.</dd>
</dl>
</li>
</ul>
@ -1122,7 +1122,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>safetySleepTime</code> - The number of milliseconds to sleep before opening the port in case of frequent closing/openings.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port was successfully opened.</dd>
<dd>Whether the port was successfully opened with a valid configuration.</dd>
</dl>
</li>
</ul>
@ -1142,7 +1142,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
Note that calling this method on an already opened port will simply reconfigure the port parameters.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port was successfully opened.</dd>
<dd>Whether the port was successfully opened with a valid configuration.</dd>
</dl>
</li>
</ul>
@ -1626,10 +1626,10 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setComPortParameters</h4>
<pre>public final&nbsp;void&nbsp;setComPortParameters&#8203;(int&nbsp;newBaudRate,
int&nbsp;newDataBits,
int&nbsp;newStopBits,
int&nbsp;newParity)</pre>
<pre>public final&nbsp;boolean&nbsp;setComPortParameters&#8203;(int&nbsp;newBaudRate,
int&nbsp;newDataBits,
int&nbsp;newStopBits,
int&nbsp;newParity)</pre>
<div class="block">Sets all serial port parameters at one time.
<p>
Allows the user to set all port parameters with a single function call.
@ -1648,6 +1648,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dd><code>newDataBits</code> - The number of data bits to use per word.</dd>
<dd><code>newStopBits</code> - The number of stop bits to use.</dd>
<dd><code>newParity</code> - The type of parity error-checking desired.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/fazecast/jSerialComm/SerialPort.html#ONE_STOP_BIT"><code>ONE_STOP_BIT</code></a>,
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#ONE_POINT_FIVE_STOP_BITS"><code>ONE_POINT_FIVE_STOP_BITS</code></a>,
@ -1666,11 +1668,11 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setComPortParameters</h4>
<pre>public final&nbsp;void&nbsp;setComPortParameters&#8203;(int&nbsp;newBaudRate,
int&nbsp;newDataBits,
int&nbsp;newStopBits,
int&nbsp;newParity,
boolean&nbsp;useRS485Mode)</pre>
<pre>public final&nbsp;boolean&nbsp;setComPortParameters&#8203;(int&nbsp;newBaudRate,
int&nbsp;newDataBits,
int&nbsp;newStopBits,
int&nbsp;newParity,
boolean&nbsp;useRS485Mode)</pre>
<div class="block">Sets all serial port parameters at one time.
<p>
Allows the user to set all port parameters with a single function call.
@ -1694,6 +1696,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dd><code>newStopBits</code> - The number of stop bits to use.</dd>
<dd><code>newParity</code> - The type of parity error-checking desired.</dd>
<dd><code>useRS485Mode</code> - Whether to enable RS-485 mode.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/fazecast/jSerialComm/SerialPort.html#ONE_STOP_BIT"><code>ONE_STOP_BIT</code></a>,
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#ONE_POINT_FIVE_STOP_BITS"><code>ONE_POINT_FIVE_STOP_BITS</code></a>,
@ -1712,9 +1716,9 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setComPortTimeouts</h4>
<pre>public final&nbsp;void&nbsp;setComPortTimeouts&#8203;(int&nbsp;newTimeoutMode,
int&nbsp;newReadTimeout,
int&nbsp;newWriteTimeout)</pre>
<pre>public final&nbsp;boolean&nbsp;setComPortTimeouts&#8203;(int&nbsp;newTimeoutMode,
int&nbsp;newReadTimeout,
int&nbsp;newWriteTimeout)</pre>
<div class="block">Sets the serial port read and write timeout parameters.
<p>
<i>Note that time-based write timeouts are only available on Windows systems. There is no functionality to set a write timeout on other operating systems.</i>
@ -1759,6 +1763,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dd><code>newTimeoutMode</code> - The new timeout mode as specified above.</dd>
<dd><code>newReadTimeout</code> - The number of milliseconds of inactivity to tolerate before returning from a <a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-byte:A-long-"><code>readBytes(byte[],long)</code></a> call.</dd>
<dd><code>newWriteTimeout</code> - The number of milliseconds of inactivity to tolerate before returning from a <a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-"><code>writeBytes(byte[],long)</code></a> call (effective only on Windows).</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
</dl>
</li>
</ul>
@ -1768,13 +1774,15 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setBaudRate</h4>
<pre>public final&nbsp;void&nbsp;setBaudRate&#8203;(int&nbsp;newBaudRate)</pre>
<pre>public final&nbsp;boolean&nbsp;setBaudRate&#8203;(int&nbsp;newBaudRate)</pre>
<div class="block">Sets the desired baud rate for this serial port.
<p>
The default baud rate is 9600 baud.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newBaudRate</code> - The desired baud rate for this serial port.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
</dl>
</li>
</ul>
@ -1784,13 +1792,15 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setNumDataBits</h4>
<pre>public final&nbsp;void&nbsp;setNumDataBits&#8203;(int&nbsp;newDataBits)</pre>
<pre>public final&nbsp;boolean&nbsp;setNumDataBits&#8203;(int&nbsp;newDataBits)</pre>
<div class="block">Sets the desired number of data bits per word.
<p>
The default number of data bits per word is 8.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newDataBits</code> - The desired number of data bits per word.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
</dl>
</li>
</ul>
@ -1800,7 +1810,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setNumStopBits</h4>
<pre>public final&nbsp;void&nbsp;setNumStopBits&#8203;(int&nbsp;newStopBits)</pre>
<pre>public final&nbsp;boolean&nbsp;setNumStopBits&#8203;(int&nbsp;newStopBits)</pre>
<div class="block">Sets the desired number of stop bits per word.
<p>
The default number of stop bits per word is 1. Built-in stop-bit constants should be used
@ -1810,6 +1820,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newStopBits</code> - The desired number of stop bits per word.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/fazecast/jSerialComm/SerialPort.html#ONE_STOP_BIT"><code>ONE_STOP_BIT</code></a>,
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#ONE_POINT_FIVE_STOP_BITS"><code>ONE_POINT_FIVE_STOP_BITS</code></a>,
@ -1823,7 +1835,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setFlowControl</h4>
<pre>public final&nbsp;void&nbsp;setFlowControl&#8203;(int&nbsp;newFlowControlSettings)</pre>
<pre>public final&nbsp;boolean&nbsp;setFlowControl&#8203;(int&nbsp;newFlowControlSettings)</pre>
<div class="block">Specifies what kind of flow control to enable for this serial port.
<p>
By default, no flow control is enabled. Built-in flow control constants should be used
@ -1850,6 +1862,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newFlowControlSettings</code> - The desired type of flow control to enable for this serial port.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_DISABLED"><code>FLOW_CONTROL_DISABLED</code></a>,
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_RTS_ENABLED"><code>FLOW_CONTROL_RTS_ENABLED</code></a>,
@ -1867,7 +1881,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setParity</h4>
<pre>public final&nbsp;void&nbsp;setParity&#8203;(int&nbsp;newParity)</pre>
<pre>public final&nbsp;boolean&nbsp;setParity&#8203;(int&nbsp;newParity)</pre>
<div class="block">Sets the desired parity error-detection scheme to be used.
<p>
The parity parameter specifies how error detection is carried out. The built-in parity constants should be used.
@ -1875,6 +1889,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newParity</code> - The desired parity scheme to be used.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../com/fazecast/jSerialComm/SerialPort.html#NO_PARITY"><code>NO_PARITY</code></a>,
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#EVEN_PARITY"><code>EVEN_PARITY</code></a>,
@ -1890,10 +1906,10 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<ul class="blockList">
<li class="blockList">
<h4>setRs485ModeParameters</h4>
<pre>public final&nbsp;void&nbsp;setRs485ModeParameters&#8203;(boolean&nbsp;useRS485Mode,
boolean&nbsp;rs485RtsActiveHigh,
int&nbsp;delayBeforeSendMicroseconds,
int&nbsp;delayAfterSendMicroseconds)</pre>
<pre>public final&nbsp;boolean&nbsp;setRs485ModeParameters&#8203;(boolean&nbsp;useRS485Mode,
boolean&nbsp;rs485RtsActiveHigh,
int&nbsp;delayBeforeSendMicroseconds,
int&nbsp;delayAfterSendMicroseconds)</pre>
<div class="block">Sets whether to enable RS-485 mode for this device.
<p>
RS-485 mode can be used to enable transmit/receive mode signaling using the RTS pin. This mode should be set if you plan
@ -1911,6 +1927,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
<dd><code>rs485RtsActiveHigh</code> - Whether to set the RTS line to 1 when transmitting.</dd>
<dd><code>delayBeforeSendMicroseconds</code> - The time to wait after enabling transmit mode before sending the first data bit.</dd>
<dd><code>delayAfterSendMicroseconds</code> - The time to wait after sending the last data bit before disabling transmit mode.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port configuration is valid or disallowed on this system (only meaningful after the port is already opened).</dd>
</dl>
</li>
</ul>

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortDataListener (jSerialComm 2.6.0 API)</title>
<title>SerialPortDataListener (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortDataListener (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortDataListener (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortDataListenerWithExceptions (jSerialComm 2.6.0 API)</title>
<title>SerialPortDataListenerWithExceptions (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortDataListenerWithExceptions (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortDataListenerWithExceptions (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortEvent (jSerialComm 2.6.0 API)</title>
<title>SerialPortEvent (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortEvent (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortEvent (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortIOException (jSerialComm 2.6.0 API)</title>
<title>SerialPortIOException (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortIOException (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortIOException (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortInvalidPortException (jSerialComm 2.6.0 API)</title>
<title>SerialPortInvalidPortException (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortMessageListener (jSerialComm 2.6.0 API)</title>
<title>SerialPortMessageListener (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortMessageListener (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortMessageListener (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortMessageListenerWithExceptions (jSerialComm 2.6.0 API)</title>
<title>SerialPortMessageListenerWithExceptions (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortMessageListenerWithExceptions (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortMessageListenerWithExceptions (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortPacketListener (jSerialComm 2.6.0 API)</title>
<title>SerialPortPacketListener (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortPacketListener (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortPacketListener (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SerialPortTimeoutException (jSerialComm 2.6.0 API)</title>
<title>SerialPortTimeoutException (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortTimeoutException (jSerialComm 2.6.0 API)";
parent.document.title="SerialPortTimeoutException (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>com.fazecast.jSerialComm (jSerialComm 2.6.0 API)</title>
<title>com.fazecast.jSerialComm (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>com.fazecast.jSerialComm (jSerialComm 2.6.0 API)</title>
<title>com.fazecast.jSerialComm (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.6.0 API)";
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.0 API)</title>
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.0 API)";
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Constant Field Values (jSerialComm 2.6.0 API)</title>
<title>Constant Field Values (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (jSerialComm 2.6.0 API)";
parent.document.title="Constant Field Values (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (jSerialComm 2.6.0 API)</title>
<title>Deprecated List (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (jSerialComm 2.6.0 API)";
parent.document.title="Deprecated List (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>API Help (jSerialComm 2.6.0 API)</title>
<title>API Help (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jSerialComm 2.6.0 API)";
parent.document.title="API Help (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index (jSerialComm 2.6.0 API)</title>
<title>Index (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jSerialComm 2.6.0 API)";
parent.document.title="Index (jSerialComm 2.6.1 API)";
}
}
catch(err) {

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>jSerialComm 2.6.0 API</title>
<title>jSerialComm 2.6.1 API</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript">

Binary file not shown.

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Class Hierarchy (jSerialComm 2.6.0 API)</title>
<title>Class Hierarchy (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Class Hierarchy (jSerialComm 2.6.0 API)";
parent.document.title="Class Hierarchy (jSerialComm 2.6.1 API)";
}
}
catch(err) {

Binary file not shown.

View File

@ -3,7 +3,7 @@
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Serialized Form (jSerialComm 2.6.0 API)</title>
<title>Serialized Form (jSerialComm 2.6.1 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
@ -20,7 +20,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form (jSerialComm 2.6.0 API)";
parent.document.title="Serialized Form (jSerialComm 2.6.1 API)";
}
}
catch(err) {

Binary file not shown.