Update to v2.6.0
This commit is contained in:
parent
0527885cae
commit
0956452a45
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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.5.3.jar">Download this library as a .jar file</a>
|
||||
<a class="jar_download_link" href="binaries/jSerialComm-2.6.0.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.5.3.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.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>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>
|
||||
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>All Classes (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>All Classes (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -28,6 +27,7 @@
|
|||
<li><a href="com/fazecast/jSerialComm/SerialPortInvalidPortException.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortInvalidPortException</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortIOException</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortMessageListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortMessageListenerWithExceptions</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortPacketListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortTimeoutException</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>All Classes (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>All Classes (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -28,6 +27,7 @@
|
|||
<li><a href="com/fazecast/jSerialComm/SerialPortInvalidPortException.html" title="class in com.fazecast.jSerialComm">SerialPortInvalidPortException</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm">SerialPortIOException</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="interfaceName">SerialPortMessageListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="interfaceName">SerialPortMessageListenerWithExceptions</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="interfaceName">SerialPortPacketListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm">SerialPortTimeoutException</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPort (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPort (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPort (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPort (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -643,7 +642,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
</tr>
|
||||
<tr id="i48" class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setRs485ModeParameters-boolean-int-int-">setRs485ModeParameters</a></span>​(boolean useRS485Mode,
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setRs485ModeParameters-boolean-boolean-int-int-">setRs485ModeParameters</a></span>​(boolean useRS485Mode,
|
||||
boolean rs485RtsActiveHigh,
|
||||
int delayBeforeSendMicroseconds,
|
||||
int delayAfterSendMicroseconds)</code></th>
|
||||
<td class="colLast">
|
||||
|
@ -1532,23 +1532,25 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
<p>
|
||||
Calling this function enables event-based serial port callbacks to be used instead of, or in addition to, direct serial port read/write calls or the <a href="https://docs.oracle.com/javase/9/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a>/<a href="https://docs.oracle.com/javase/9/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a> interface.
|
||||
<p>
|
||||
The parameter passed into this method must be an implementation of either <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>, or <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a>.
|
||||
The <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a> interface <b>should</b> be used if you plan to use event-based reading of <i>delimited</i> data messages over the serial port.
|
||||
The parameter passed into this method must be an implementation of either <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a> or <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListenerWithExceptions</code></a>.
|
||||
The <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a> or <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListenerWithExceptions</code></a> interface <b>should</b> be used if you plan to use event-based reading of <i>delimited</i> data messages over the serial port.
|
||||
The <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a> interface <b>should</b> be used if you plan to use event-based reading of <i>full</i> data packets over the serial port.
|
||||
Otherwise, the simpler <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a> or <a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a> may be used.
|
||||
<p>
|
||||
Only one listener can be registered at a time; however, that listener can be used to detect multiple types of serial port events.
|
||||
Refer to <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>, and <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a> for more information.</div>
|
||||
Refer to <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a>, and <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListenerWithExceptions</code></a> for more information.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>listener</code> - A <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>, or <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a> implementation to be used for event-based serial port communications.</dd>
|
||||
<dd><code>listener</code> - A <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a>, or <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListenerWithExceptions</code></a> implementation to be used for event-based serial port communications.</dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>Whether the listener was successfully registered with the serial port.</dd>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListenerWithExceptions</code></a>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a></dd>
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListenerWithExceptions</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1682,8 +1684,8 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
The parity parameter specifies how error detection is carried out. Again, the built-in constants should be used.
|
||||
Acceptable values are <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>, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#ODD_PARITY"><code>ODD_PARITY</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#MARK_PARITY"><code>MARK_PARITY</code></a>, and <a href="../../../com/fazecast/jSerialComm/SerialPort.html#SPACE_PARITY"><code>SPACE_PARITY</code></a>.
|
||||
<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
|
||||
to use this library with an RS-485 device. Note that this mode requires support from the underlying device driver, so it
|
||||
RS-485 mode can be used to enable transmit/receive mode signaling using the RTS pin. This mode should be set if you plan
|
||||
to use this library with an RS-485 device. Note that this mode requires support from the underlying device driver, so it
|
||||
may not work with all RS-485 devices.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
|
@ -1882,13 +1884,14 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setRs485ModeParameters-boolean-int-int-">
|
||||
<a name="setRs485ModeParameters-boolean-boolean-int-int-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setRs485ModeParameters</h4>
|
||||
<pre>public final void setRs485ModeParameters​(boolean useRS485Mode,
|
||||
boolean rs485RtsActiveHigh,
|
||||
int delayBeforeSendMicroseconds,
|
||||
int delayAfterSendMicroseconds)</pre>
|
||||
<div class="block">Sets whether to enable RS-485 mode for this device.
|
||||
|
@ -1897,11 +1900,15 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
to use this library with an RS-485 device. Note that this mode requires support from the underlying device driver, so it
|
||||
may not work with all RS-485 devices.
|
||||
<p>
|
||||
The RTS "active high" parameter specifies that the logical level of the RTS line will be set to 1 when transmitting and
|
||||
0 when receiving.
|
||||
<p>
|
||||
The delay parameters specify how long to wait before or after transmission of data before enabling or disabling
|
||||
transmission mode via the RTS pin.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>useRS485Mode</code> - Whether to enable RS-485 mode.</dd>
|
||||
<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>
|
||||
</dl>
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortDataListener (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortDataListener (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -128,7 +127,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</dl>
|
||||
<dl>
|
||||
<dt>All Known Subinterfaces:</dt>
|
||||
<dd><code><a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListenerWithExceptions</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListener</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm">SerialPortPacketListener</a></code></dd>
|
||||
<dd><code><a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListenerWithExceptions</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListener</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListenerWithExceptions</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm">SerialPortPacketListener</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortDataListenerWithExceptions (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortDataListenerWithExceptions (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortDataListenerWithExceptions (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortDataListenerWithExceptions (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortEvent (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortEvent (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortIOException (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortIOException (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortIOException (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortIOException (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortInvalidPortException (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortInvalidPortException (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortMessageListener (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortMessageListener (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortMessageListener (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortMessageListener (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -58,7 +57,7 @@ var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortMessageListener.html" target="_top">Frames</a></li>
|
||||
|
@ -126,6 +125,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dt>All Superinterfaces:</dt>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a></code></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>All Known Subinterfaces:</dt>
|
||||
<dd><code><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListenerWithExceptions</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <span class="typeNameLabel">SerialPortMessageListener</span>
|
||||
|
@ -248,7 +251,7 @@ extends <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html"
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortIOException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortMessageListener.html" target="_top">Frames</a></li>
|
||||
|
|
|
@ -0,0 +1,281 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortMessageListenerWithExceptions (jSerialComm 2.6.0 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">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
||||
<!--[if IE]>
|
||||
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
||||
<![endif]-->
|
||||
<script type="text/javascript" src="../../../jquery/jquery-1.10.2.js"></script>
|
||||
<script type="text/javascript" src="../../../jquery/jquery-ui.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortMessageListenerWithExceptions (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":6};
|
||||
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
var tableTab = "tableTab";
|
||||
var activeTableTab = "activeTableTab";
|
||||
var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
<div class="fixedNav">
|
||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
||||
<div class="topNav"><a name="navbar.top">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.top.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortMessageListenerWithExceptions.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_top">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<ul class="navListSearch">
|
||||
<li><span>SEARCH: </span>
|
||||
<input type="text" id="search" value=" " disabled="disabled">
|
||||
<input type="reset" id="reset" value=" " disabled="disabled">
|
||||
</li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.top">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
||||
</div>
|
||||
<div class="navPadding"> </div>
|
||||
<script type="text/javascript"><!--
|
||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
||||
//-->
|
||||
</script>
|
||||
<!-- ======== START OF CLASS DATA ======== -->
|
||||
<div class="header">
|
||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="../../../com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></div>
|
||||
<h2 title="Interface SerialPortMessageListenerWithExceptions" class="title">Interface SerialPortMessageListenerWithExceptions</h2>
|
||||
</div>
|
||||
<div class="contentContainer">
|
||||
<div class="description">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<dl>
|
||||
<dt>All Superinterfaces:</dt>
|
||||
<dd><code><a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a></code>, <code><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListener</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <span class="typeNameLabel">SerialPortMessageListenerWithExceptions</span>
|
||||
extends <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListener</a></pre>
|
||||
<div class="block">This interface must be implemented to enable delimited message reads using event-based serial port I/O with a custom Exception callback.
|
||||
<p>
|
||||
<i>Note</i>: Using this interface will negate any serial port read timeout settings since they make no sense in an asynchronous context.</div>
|
||||
<dl>
|
||||
<dt><span class="seeLabel">See Also:</span></dt>
|
||||
<dd><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</code></a>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a>,
|
||||
<a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util"><code>EventListener</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="summary">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ========== METHOD SUMMARY =========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.summary">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Summary</h3>
|
||||
<table class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
|
||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span></caption>
|
||||
<tr>
|
||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||||
<th class="colSecond" scope="col">Method</th>
|
||||
<th class="colLast" scope="col">Description</th>
|
||||
</tr>
|
||||
<tr id="i0" class="altColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html#catchException-java.lang.Exception-">catchException</a></span>​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Must be overridden to handle any Java exceptions that occur asynchronously in this data listener.</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.fazecast.jSerialComm.SerialPortDataListener">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from interface com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a></h3>
|
||||
<code><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html#getListeningEvents--">getListeningEvents</a>, <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html#serialEvent-com.fazecast.jSerialComm.SerialPortEvent-">serialEvent</a></code></li>
|
||||
</ul>
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="methods.inherited.from.class.com.fazecast.jSerialComm.SerialPortMessageListener">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Methods inherited from interface com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListener</a></h3>
|
||||
<code><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html#delimiterIndicatesEndOfMessage--">delimiterIndicatesEndOfMessage</a>, <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html#getMessageDelimiter--">getMessageDelimiter</a></code></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="details">
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<!-- ============ METHOD DETAIL ========== -->
|
||||
<ul class="blockList">
|
||||
<li class="blockList"><a name="method.detail">
|
||||
<!-- -->
|
||||
</a>
|
||||
<h3>Method Detail</h3>
|
||||
<a name="catchException-java.lang.Exception-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockListLast">
|
||||
<li class="blockList">
|
||||
<h4>catchException</h4>
|
||||
<pre>void catchException​(<a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> e)</pre>
|
||||
<div class="block">Must be overridden to handle any Java exceptions that occur asynchronously in this data listener.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>e</code> - An <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><code>Exception</code></a> object containing information about the exception that occurred.</dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ========= END OF CLASS DATA ========= -->
|
||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
||||
<div class="bottomNav"><a name="navbar.bottom">
|
||||
<!-- -->
|
||||
</a>
|
||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
||||
<a name="navbar.bottom.firstrow">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="navList" title="Navigation">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/package-summary.html">Package</a></li>
|
||||
<li class="navBarCell1Rev">Class</li>
|
||||
<li><a href="package-tree.html">Tree</a></li>
|
||||
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
|
||||
<li><a href="../../../index-all.html">Index</a></li>
|
||||
<li><a href="../../../help-doc.html">Help</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortMessageListenerWithExceptions.html" target="_top">No Frames</a></li>
|
||||
</ul>
|
||||
<ul class="navList" id="allclasses_navbar_bottom">
|
||||
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
|
||||
</ul>
|
||||
<div>
|
||||
<script type="text/javascript"><!--
|
||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
||||
if(window==top) {
|
||||
allClassesLink.style.display = "block";
|
||||
}
|
||||
else {
|
||||
allClassesLink.style.display = "none";
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
<noscript>
|
||||
<div>JavaScript is disabled on your browser.</div>
|
||||
</noscript>
|
||||
</div>
|
||||
<div>
|
||||
<ul class="subNavList">
|
||||
<li>Summary: </li>
|
||||
<li>Nested | </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.summary">Method</a></li>
|
||||
</ul>
|
||||
<ul class="subNavList">
|
||||
<li>Detail: </li>
|
||||
<li>Field | </li>
|
||||
<li>Constr | </li>
|
||||
<li><a href="#method.detail">Method</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<a name="skip.navbar.bottom">
|
||||
<!-- -->
|
||||
</a></div>
|
||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
||||
</body>
|
||||
</html>
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortPacketListener (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortPacketListener (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -57,7 +56,7 @@ var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
|||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
|
@ -226,7 +225,7 @@ extends <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html"
|
|||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortTimeoutException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>SerialPortTimeoutException (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortTimeoutException (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortTimeoutException (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="SerialPortTimeoutException (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -25,6 +24,7 @@
|
|||
<li><a href="SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortDataListener</span></a></li>
|
||||
<li><a href="SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortDataListenerWithExceptions</span></a></li>
|
||||
<li><a href="SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortMessageListener</span></a></li>
|
||||
<li><a href="SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortMessageListenerWithExceptions</span></a></li>
|
||||
<li><a href="SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortPacketListener</span></a></li>
|
||||
</ul>
|
||||
<h2 title="Classes">Classes</h2>
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:16 CST 2019 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -124,6 +123,12 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListenerWithExceptions</a></th>
|
||||
<td class="colLast">
|
||||
<div class="block">This interface must be implemented to enable delimited message reads using event-based serial port I/O with a custom Exception callback.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<th class="colFirst" scope="row"><a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm">SerialPortPacketListener</a></th>
|
||||
<td class="colLast">
|
||||
<div class="block">This interface must be implemented to enable full packet reads using event-based serial port I/O.</div>
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="../../../script.js"></script>
|
||||
|
@ -21,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.5.3 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -139,7 +138,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortDataListener</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortDataListenerWithExceptions</span></a></li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortMessageListener</span></a></li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortMessageListener</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortMessageListenerWithExceptions</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortPacketListener</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>Constant Field Values (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Constant Field Values (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>Deprecated List (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Deprecated List (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Deprecated List (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="Deprecated List (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>API Help (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>API Help (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="API Help (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="API Help (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>Index (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Index (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Index (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="Index (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -126,6 +125,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dd>
|
||||
<div class="block">Must be overridden to handle any Java exceptions that occur asynchronously in this data listener.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html#catchException-java.lang.Exception-">catchException(Exception)</a></span> - Method in interface com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListenerWithExceptions</a></dt>
|
||||
<dd>
|
||||
<div class="block">Must be overridden to handle any Java exceptions that occur asynchronously in this data listener.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#clearBreak--">clearBreak()</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
<dd>
|
||||
<div class="block">Clears the BREAK signal from the serial control line.</div>
|
||||
|
@ -468,6 +471,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dd>
|
||||
<div class="block">This interface must be implemented to enable delimited message reads using event-based serial port I/O.</div>
|
||||
</dd>
|
||||
<dt><a href="com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortMessageListenerWithExceptions</span></a> - Interface in <a href="com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></dt>
|
||||
<dd>
|
||||
<div class="block">This interface must be implemented to enable delimited message reads using event-based serial port I/O with a custom Exception callback.</div>
|
||||
</dd>
|
||||
<dt><a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortPacketListener</span></a> - Interface in <a href="com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></dt>
|
||||
<dd>
|
||||
<div class="block">This interface must be implemented to enable full packet reads using event-based serial port I/O.</div>
|
||||
|
@ -524,7 +531,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dd>
|
||||
<div class="block">Sets the desired parity error-detection scheme to be used.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#setRs485ModeParameters-boolean-int-int-">setRs485ModeParameters(boolean, int, int)</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#setRs485ModeParameters-boolean-boolean-int-int-">setRs485ModeParameters(boolean, boolean, int, int)</a></span> - Method in class com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></dt>
|
||||
<dd>
|
||||
<div class="block">Sets whether to enable RS-485 mode for this device.</div>
|
||||
</dd>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>jSerialComm 2.5.3 API</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>jSerialComm 2.6.0 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">
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>Class Hierarchy (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Class Hierarchy (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -143,7 +142,11 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortDataListener</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortDataListenerWithExceptions</span></a></li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortMessageListener</span></a></li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortMessageListener</span></a>
|
||||
<ul>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortMessageListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortMessageListenerWithExceptions</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="circle">com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortPacketListener</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,9 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Fri Nov 15 12:36:17 CST 2019 -->
|
||||
<title>Serialized Form (jSerialComm 2.5.3 API)</title>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Serialized Form (jSerialComm 2.6.0 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-11-15">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
<script type="text/javascript" src="script.js"></script>
|
||||
|
@ -21,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Serialized Form (jSerialComm 2.5.3 API)";
|
||||
parent.document.title="Serialized Form (jSerialComm 2.6.0 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
typeSearchIndex = [{"p":"com.fazecast.jSerialComm","l":"SerialPort"},{"p":"com.fazecast.jSerialComm","l":"SerialPortDataListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortDataListenerWithExceptions"},{"p":"com.fazecast.jSerialComm","l":"SerialPortEvent"},{"p":"com.fazecast.jSerialComm","l":"SerialPortInvalidPortException"},{"p":"com.fazecast.jSerialComm","l":"SerialPortIOException"},{"p":"com.fazecast.jSerialComm","l":"SerialPortMessageListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortPacketListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortTimeoutException"}]
|
||||
typeSearchIndex = [{"p":"com.fazecast.jSerialComm","l":"SerialPort"},{"p":"com.fazecast.jSerialComm","l":"SerialPortDataListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortDataListenerWithExceptions"},{"p":"com.fazecast.jSerialComm","l":"SerialPortEvent"},{"p":"com.fazecast.jSerialComm","l":"SerialPortInvalidPortException"},{"p":"com.fazecast.jSerialComm","l":"SerialPortIOException"},{"p":"com.fazecast.jSerialComm","l":"SerialPortMessageListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortMessageListenerWithExceptions"},{"p":"com.fazecast.jSerialComm","l":"SerialPortPacketListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortTimeoutException"}]
|
Binary file not shown.
Loading…
Reference in New Issue