Update to version 2.5.2
This commit is contained in:
parent
3c8e39b43b
commit
adddcf61e6
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.1.jar">Download this library as a .jar file</a>
|
||||
<a class="jar_download_link" href="binaries/jSerialComm-2.5.2.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.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>One of the most convenient features of this library is that it allows you to simply include the <a href="binaries/jSerialComm-2.5.2.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,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>All Classes (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>All Classes (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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>
|
||||
|
@ -23,6 +23,7 @@
|
|||
<ul>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPort</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortDataListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortDataListenerWithExceptions</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm" target="classFrame">SerialPortEvent</a></li>
|
||||
<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>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>All Classes (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>All Classes (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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>
|
||||
|
@ -23,6 +23,7 @@
|
|||
<ul>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm">SerialPort</a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="interfaceName">SerialPortDataListener</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="interfaceName">SerialPortDataListenerWithExceptions</span></a></li>
|
||||
<li><a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm">SerialPortEvent</a></li>
|
||||
<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>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPort (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPort (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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,13 +21,13 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPort (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPort (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
}
|
||||
//-->
|
||||
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":9,"i10":9,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":9,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10};
|
||||
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":9,"i10":9,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":9,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10,"i44":10,"i45":10,"i46":10,"i47":10};
|
||||
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
||||
var altColor = "altColor";
|
||||
var rowColor = "rowColor";
|
||||
|
@ -553,6 +553,17 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
</tr>
|
||||
<tr id="i36" 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#setComPortParameters-int-int-int-int-boolean-">setComPortParameters</a></span>​(int newBaudRate,
|
||||
int newDataBits,
|
||||
int newStopBits,
|
||||
int newParity,
|
||||
boolean useRS485Mode)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Sets all serial port parameters at one time.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i37" class="rowColor">
|
||||
<td class="colFirst"><code>void</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>​(int newTimeoutMode,
|
||||
int newReadTimeout,
|
||||
int newWriteTimeout)</code></th>
|
||||
|
@ -560,56 +571,65 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
<div class="block">Sets the serial port read and write timeout parameters.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i37" class="rowColor">
|
||||
<tr id="i38" class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setDTR--">setDTR</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Sets the state of the DTR line to 1.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i38" class="altColor">
|
||||
<tr id="i39" class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setFlowControl-int-">setFlowControl</a></span>​(int 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="i39" class="rowColor">
|
||||
<tr id="i40" 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#setNumDataBits-int-">setNumDataBits</a></span>​(int newDataBits)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Sets the desired number of data bits per word.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i40" class="altColor">
|
||||
<tr id="i41" class="rowColor">
|
||||
<td class="colFirst"><code>void</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setNumStopBits-int-">setNumStopBits</a></span>​(int newStopBits)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Sets the desired number of stop bits per word.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i41" class="rowColor">
|
||||
<tr id="i42" 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#setParity-int-">setParity</a></span>​(int newParity)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Sets the desired parity error-detection scheme to be used.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i42" class="altColor">
|
||||
<tr id="i43" class="rowColor">
|
||||
<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,
|
||||
int delayBeforeSendMicroseconds,
|
||||
int delayAfterSendMicroseconds)</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Sets whether to enable RS-485 mode for this device.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i44" class="altColor">
|
||||
<td class="colFirst"><code>boolean</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setRTS--">setRTS</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Sets the state of the RTS line to 1.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i43" class="rowColor">
|
||||
<tr id="i45" class="rowColor">
|
||||
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/9/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#toString--">toString</a></span>​()</code></th>
|
||||
<td class="colLast">
|
||||
<div class="block">Returns the same output as calling <a href="../../../com/fazecast/jSerialComm/SerialPort.html#getPortDescription--"><code>getPortDescription()</code></a>.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i44" class="altColor">
|
||||
<tr id="i46" class="altColor">
|
||||
<td class="colFirst"><code>int</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-">writeBytes</a></span>​(byte[] buffer,
|
||||
long bytesToWrite)</code></th>
|
||||
|
@ -617,7 +637,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
<div class="block">Writes up to <i>bytesToWrite</i> raw data bytes from the buffer parameter to the serial port.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="i45" class="rowColor">
|
||||
<tr id="i47" class="rowColor">
|
||||
<td class="colFirst"><code>int</code></td>
|
||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-long-">writeBytes</a></span>​(byte[] buffer,
|
||||
long bytesToWrite,
|
||||
|
@ -1021,7 +1041,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>portDescriptor</code> - The desired serial port to use with this library.</dd>
|
||||
<dt><span class="returnLabel">Returns:</span></dt>
|
||||
<dd>A SerialPort object.</dd>
|
||||
<dd>A <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><code>SerialPort</code></a> object.</dd>
|
||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
||||
<dd><code><a href="../../../com/fazecast/jSerialComm/SerialPortInvalidPortException.html" title="class in com.fazecast.jSerialComm">SerialPortInvalidPortException</a></code> - If a <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><code>SerialPort</code></a> object cannot be created due to a logical or formatting error in the portDescriptor parameter.</dd>
|
||||
</dl>
|
||||
|
@ -1403,20 +1423,21 @@ 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/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 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 <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> may be used.
|
||||
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/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>, and <a href="../../../com/fazecast/jSerialComm/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortMessageListener</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/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>, 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>
|
||||
<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>
|
||||
</dl>
|
||||
|
@ -1528,6 +1549,52 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setComPortParameters-int-int-int-int-boolean-">
|
||||
<!-- -->
|
||||
</a>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setComPortParameters</h4>
|
||||
<pre>public final void setComPortParameters​(int newBaudRate,
|
||||
int newDataBits,
|
||||
int newStopBits,
|
||||
int newParity,
|
||||
boolean 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.
|
||||
<p>
|
||||
The baud rate can be any arbitrary value specified by the user. The default value is 9600 baud. The data bits parameter
|
||||
specifies how many data bits to use per word. The default is 8, but any values from 5 to 8 are acceptable.
|
||||
<p>
|
||||
The default number of stop bits is 1, but 2 bits can also be used or even 1.5 on Windows machines. Please use the built-in
|
||||
constants for this parameter (<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>, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TWO_STOP_BITS"><code>TWO_STOP_BITS</code></a>).
|
||||
<p>
|
||||
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
|
||||
may not work with all RS-485 devices.</div>
|
||||
<dl>
|
||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
||||
<dd><code>newBaudRate</code> - The desired baud rate for this serial port.</dd>
|
||||
<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>
|
||||
<dd><code>useRS485Mode</code> - Whether to enable RS-485 mode.</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>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#TWO_STOP_BITS"><code>TWO_STOP_BITS</code></a>,
|
||||
<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>,
|
||||
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#SPACE_PARITY"><code>SPACE_PARITY</code></a></dd>
|
||||
</dl>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="setComPortTimeouts-int-int-int-">
|
||||
<!-- -->
|
||||
</a>
|
||||
|
@ -1706,6 +1773,31 @@ 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>
|
||||
<ul class="blockList">
|
||||
<li class="blockList">
|
||||
<h4>setRs485ModeParameters</h4>
|
||||
<pre>public final void setRs485ModeParameters​(boolean useRS485Mode,
|
||||
int delayBeforeSendMicroseconds,
|
||||
int 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
|
||||
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 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>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>
|
||||
</li>
|
||||
</ul>
|
||||
<a name="getDescriptivePortName--">
|
||||
<!-- -->
|
||||
</a>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPortDataListener (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortDataListener (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -58,7 +58,7 @@ var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.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/SerialPortDataListener.html" target="_top">Frames</a></li>
|
||||
|
@ -128,7 +128,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</dl>
|
||||
<dl>
|
||||
<dt>All Known Subinterfaces:</dt>
|
||||
<dd><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/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm">SerialPortPacketListener</a></code></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
|
@ -261,7 +261,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventListen
|
|||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.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/SerialPortDataListener.html" target="_top">Frames</a></li>
|
||||
|
|
|
@ -0,0 +1,272 @@
|
|||
<!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 (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortDataListenerWithExceptions (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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="SerialPortDataListenerWithExceptions (jSerialComm 2.5.2 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/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortDataListenerWithExceptions.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 SerialPortDataListenerWithExceptions" class="title">Interface SerialPortDataListenerWithExceptions</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></dd>
|
||||
</dl>
|
||||
<hr>
|
||||
<br>
|
||||
<pre>public interface <span class="typeNameLabel">SerialPortDataListenerWithExceptions</span>
|
||||
extends <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListener</a></pre>
|
||||
<div class="block">This interface must be implemented to enable simple event-based serial port I/O with a custom Exception callback.</div>
|
||||
<dl>
|
||||
<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="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/SerialPortDataListenerWithExceptions.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>
|
||||
</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/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
<li><a href="../../../index.html?com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" target="_top">Frames</a></li>
|
||||
<li><a href="SerialPortDataListenerWithExceptions.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,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPortEvent (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortEvent (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -57,7 +57,7 @@ var pathtoroot = "../../../";loadScripts(document, 'script');</script>
|
|||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortInvalidPortException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
|
@ -414,7 +414,7 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/util/EventObject
|
|||
</div>
|
||||
<div class="subNav">
|
||||
<ul class="navList">
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">Prev Class</span></a></li>
|
||||
<li><a href="../../../com/fazecast/jSerialComm/SerialPortInvalidPortException.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">Next Class</span></a></li>
|
||||
</ul>
|
||||
<ul class="navList">
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPortIOException (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortIOException (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortIOException (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPortIOException (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPortInvalidPortException (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortInvalidPortException (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPortMessageListener (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortMessageListener (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortMessageListener (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPortMessageListener (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPortPacketListener (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortPacketListener (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:05 CDT 2019 -->
|
||||
<title>SerialPortTimeoutException (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>SerialPortTimeoutException (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortTimeoutException (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="SerialPortTimeoutException (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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>
|
||||
|
@ -23,6 +23,7 @@
|
|||
<h2 title="Interfaces">Interfaces</h2>
|
||||
<ul title="Interfaces">
|
||||
<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="SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm" target="classFrame"><span class="interfaceName">SerialPortPacketListener</span></a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -112,12 +112,18 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</td>
|
||||
</tr>
|
||||
<tr class="rowColor">
|
||||
<th class="colFirst" scope="row"><a href="../../../com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListenerWithExceptions</a></th>
|
||||
<td class="colLast">
|
||||
<div class="block">This interface must be implemented to enable simple 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/SerialPortMessageListener.html" title="interface in com.fazecast.jSerialComm">SerialPortMessageListener</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.</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="altColor">
|
||||
<tr class="rowColor">
|
||||
<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,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,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.1 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -138,6 +138,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<ul>
|
||||
<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/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortPacketListener</span></a></li>
|
||||
</ul>
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>Constant Field Values (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>Constant Field Values (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>Deprecated List (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>Deprecated List (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Deprecated List (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="Deprecated List (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>API Help (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>API Help (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="API Help (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="API Help (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>Index (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>Index (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Index (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="Index (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -122,6 +122,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
</a>
|
||||
<h2 class="title">C</h2>
|
||||
<dl>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html#catchException-java.lang.Exception-">catchException(Exception)</a></span> - Method in interface com.fazecast.jSerialComm.<a href="com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm">SerialPortDataListenerWithExceptions</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>
|
||||
|
@ -382,6 +386,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dd>
|
||||
<div class="block">This interface must be implemented to enable simple event-based serial port I/O.</div>
|
||||
</dd>
|
||||
<dt><a href="com/fazecast/jSerialComm/SerialPortDataListenerWithExceptions.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortDataListenerWithExceptions</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 simple event-based serial port I/O with a custom Exception callback.</div>
|
||||
</dd>
|
||||
<dt><a href="com/fazecast/jSerialComm/SerialPortEvent.html" title="class in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortEvent</span></a> - Class in <a href="com/fazecast/jSerialComm/package-summary.html">com.fazecast.jSerialComm</a></dt>
|
||||
<dd>
|
||||
<div class="block">This class describes an asynchronous serial port event.</div>
|
||||
|
@ -468,6 +476,10 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<dd>
|
||||
<div class="block">Sets all serial port parameters at one time.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#setComPortParameters-int-int-int-int-boolean-">setComPortParameters(int, int, int, int, boolean)</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 all serial port parameters at one time.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#setComPortTimeouts-int-int-int-">setComPortTimeouts(int, 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 the serial port read and write timeout parameters.</div>
|
||||
|
@ -492,6 +504,10 @@ $('.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>
|
||||
<dd>
|
||||
<div class="block">Sets whether to enable RS-485 mode for this device.</div>
|
||||
</dd>
|
||||
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#setRTS--">setRTS()</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 the state of the RTS line to 1.</div>
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>jSerialComm 2.5.1 API</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>jSerialComm 2.5.2 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,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>Class Hierarchy (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>Class Hierarchy (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -142,6 +142,7 @@ $('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|||
<ul>
|
||||
<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/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><span class="typeNameLink">SerialPortPacketListener</span></a></li>
|
||||
</ul>
|
||||
|
|
Binary file not shown.
|
@ -2,10 +2,10 @@
|
|||
<!-- NewPage -->
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc (9.0.4) on Mon Apr 15 10:07:06 CDT 2019 -->
|
||||
<title>Serialized Form (jSerialComm 2.5.1 API)</title>
|
||||
<!-- Generated by javadoc (9.0.4) on Tue Sep 03 13:29:35 CDT 2019 -->
|
||||
<title>Serialized Form (jSerialComm 2.5.2 API)</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="date" content="2019-04-15">
|
||||
<meta name="date" content="2019-09-03">
|
||||
<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 +21,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Serialized Form (jSerialComm 2.5.1 API)";
|
||||
parent.document.title="Serialized Form (jSerialComm 2.5.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
typeSearchIndex = [{"p":"com.fazecast.jSerialComm","l":"SerialPort"},{"p":"com.fazecast.jSerialComm","l":"SerialPortDataListener"},{"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":"SerialPortPacketListener"},{"p":"com.fazecast.jSerialComm","l":"SerialPortTimeoutException"}]
|
Binary file not shown.
Loading…
Reference in New Issue