Added documentation for OS-specific differences.

This commit is contained in:
Will Hedgecock 2015-06-15 12:42:53 -05:00
parent fccf31d0d9
commit 74f42423ef
19 changed files with 104 additions and 76 deletions

View File

@ -29,7 +29,7 @@
<section id="downloads">
<a class="zip_download_link" href="https://github.com/Fazecast/jSerialComm/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/Fazecast/jSerialComm/tarball/master">Download this project as a tar.gz file</a>
<a class="jar_download_link" href="binaries/jSerialComm-1.3.5.jar">Download this library as a .jar file</a>
<a class="jar_download_link" href="binaries/jSerialComm-1.3.6.jar">Download this library as a .jar file</a>
</section>
</header>
</div>
@ -73,7 +73,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-1.3.5.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-1.3.6.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>
@ -102,25 +102,25 @@
<li><a href="#tabs-7">Leiningen</a></li>
</ul>
<div id="tabs-1">
<pre><code>&lt;dependency&gt;<br />&nbsp;&nbsp;&nbsp;&lt;groupId&gt;com.fazecast&lt;/groupId&gt;<br />&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;jSerialComm&lt;/artifactId&gt;<br />&nbsp;&nbsp;&nbsp;&lt;version&gt;1.3.5&lt;/version&gt;<br />&lt;/dependency&gt;</code></pre>
<pre><code>&lt;dependency&gt;<br />&nbsp;&nbsp;&nbsp;&lt;groupId&gt;com.fazecast&lt;/groupId&gt;<br />&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;jSerialComm&lt;/artifactId&gt;<br />&nbsp;&nbsp;&nbsp;&lt;version&gt;1.3.6&lt;/version&gt;<br />&lt;/dependency&gt;</code></pre>
</div>
<div id="tabs-2">
<pre><code>&lt;dependency org="com.fazecast" name="jSerialComm" rev="1.3.5"/&gt;</code></pre>
<pre><code>&lt;dependency org="com.fazecast" name="jSerialComm" rev="1.3.6"/&gt;</code></pre>
</div>
<div id="tabs-3">
<pre><code>@Grapes(<br />&nbsp;&nbsp;&nbsp;@Grab(group='com.fazecast', module='jSerialComm', version='1.3.5')<br />)</code></pre>
<pre><code>@Grapes(<br />&nbsp;&nbsp;&nbsp;@Grab(group='com.fazecast', module='jSerialComm', version='1.3.6')<br />)</code></pre>
</div>
<div id="tabs-4">
<pre><code>'com.fazecast:jSerialComm:1.3.5'</code></pre>
<pre><code>'com.fazecast:jSerialComm:1.3.6'</code></pre>
</div>
<div id="tabs-5">
<pre><code>'com.fazecast:jSerialComm:jar:1.3.5'</code></pre>
<pre><code>'com.fazecast:jSerialComm:jar:1.3.6'</code></pre>
</div>
<div id="tabs-6">
<pre><code>libraryDependencies += "com.fazecast" % "jSerialComm" % "1.3.5"</code></pre>
<pre><code>libraryDependencies += "com.fazecast" % "jSerialComm" % "1.3.6"</code></pre>
</div>
<div id="tabs-7">
<pre><code>[com.fazecast/jSerialComm "1.3.5"]</code></pre>
<pre><code>[com.fazecast/jSerialComm "1.3.6"]</code></pre>
</div>
</div>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>All Classes (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>All Classes (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>All Classes (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>All Classes (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:38 CDT 2015 -->
<title>SerialPort (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>SerialPort (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPort (jSerialComm 1.3.5 API)";
parent.document.title="SerialPort (jSerialComm 1.3.6 API)";
}
}
catch(err) {
@ -1040,6 +1040,8 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
int&nbsp;newReadTimeout,
int&nbsp;newWriteTimeout)</pre>
<div class="block">Sets the serial port read and write timeout parameters.
<p>
<i>Note that write timeouts are only available on Windows-based systems. There is no functionality to set a write timeout on other operating systems.</i>
<p>
The built-in timeout mode constants should be used (<a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_NONBLOCKING"><code>TIMEOUT_NONBLOCKING</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_READ_SEMI_BLOCKING"><code>TIMEOUT_READ_SEMI_BLOCKING</code></a>,
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_WRITE_SEMI_BLOCKING"><code>TIMEOUT_WRITE_SEMI_BLOCKING</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_READ_BLOCKING"><code>TIMEOUT_READ_BLOCKING</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_WRITE_BLOCKING"><code>TIMEOUT_WRITE_BLOCKING</code></a>, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#TIMEOUT_SCANNER"><code>TIMEOUT_SCANNER</code></a>) to specify how
@ -1070,7 +1072,11 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
manually specified timeouts are ignored to ensure compatibility with the Java specification.
<p>
A value of 0 for either <i>newReadTimeout</i> or <i>newWriteTimeout</i> indicates that a <a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-byte:A-long-"><code>readBytes(byte[],long)</code></a> or
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-"><code>writeBytes(byte[],long)</code></a> call should block forever until it can return successfully (based upon the current timeout mode specified).</div>
<a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-"><code>writeBytes(byte[],long)</code></a> call should block forever until it can return successfully (based upon the current timeout mode specified).
<p>
It is important to note that non-Windows operating systems only allow decisecond (1/10th of a second) granularity for serial port timeouts. As such, your
millisecond timeout value will be rounded to the nearest decisecond under Linux or Mac OS. To ensure consistent performance across multiple platforms, it is
advisable that you set your timeout values to be multiples of 100, although this is not strictly enforced.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newTimeoutMode</code> - The new timeout mode as specified above.</dd>
@ -1157,7 +1163,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XOn/XOff: <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_XONXOFF_IN_ENABLED"><code>FLOW_CONTROL_XONXOFF_IN_ENABLED</code></a> | <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_XONXOFF_OUT_ENABLED"><code>FLOW_CONTROL_XONXOFF_OUT_ENABLED</code></a>
<p>
Note that only one valid flow control configuration can be used at any time. For example, attempting to use both XOn/XOff
<b>and</b> RTS/CTS will most likely result in an unusable serial port.</div>
<b>and</b> RTS/CTS will most likely result in an unusable serial port.
<p>
Also note that some flow control modes are only available on certain operating systems. Valid modes for each OS are:
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Windows: CTS, RTS/CTS, DSR, DTR/DSR, Xon, Xoff, Xon/Xoff<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mac: RTS/CTS, Xon, Xoff, Xon/Xoff<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Linux: RTS/CTS, Xon, Xoff, Xon/Xoff</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>newFlowControlSettings</code> - The desired type of flow control to enable for this serial port.</dd>
@ -1331,7 +1343,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
the indicated number of bytes to the serial port.
<p>
Any value other than 0 indicates the number of milliseconds of inactivity that will be tolerated before the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-"><code>writeBytes(byte[],long)</code></a>
call will return.</div>
call will return.
<p>
Note that write timeouts are only available on Windows operating systems. This value is ignored on all other systems.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The number of milliseconds of inactivity to tolerate before returning from a <a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-"><code>writeBytes(byte[],long)</code></a> call.</dd>
@ -1355,7 +1369,13 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RTS/CTS: <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_RTS_ENABLED"><code>FLOW_CONTROL_RTS_ENABLED</code></a> | <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_CTS_ENABLED"><code>FLOW_CONTROL_CTS_ENABLED</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DSR: <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_DSR_ENABLED"><code>FLOW_CONTROL_DSR_ENABLED</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DTR/DSR: <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_DTR_ENABLED"><code>FLOW_CONTROL_DTR_ENABLED</code></a> | <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_DSR_ENABLED"><code>FLOW_CONTROL_DSR_ENABLED</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XOn/XOff: <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_XONXOFF_IN_ENABLED"><code>FLOW_CONTROL_XONXOFF_IN_ENABLED</code></a> | <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_XONXOFF_OUT_ENABLED"><code>FLOW_CONTROL_XONXOFF_OUT_ENABLED</code></a></div>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XOn/XOff: <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_XONXOFF_IN_ENABLED"><code>FLOW_CONTROL_XONXOFF_IN_ENABLED</code></a> | <a href="../../../com/fazecast/jSerialComm/SerialPort.html#FLOW_CONTROL_XONXOFF_OUT_ENABLED"><code>FLOW_CONTROL_XONXOFF_OUT_ENABLED</code></a>
<p>
Note that some flow control modes are only available on certain operating systems. Valid modes for each OS are:
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Windows: CTS, RTS/CTS, DSR, DTR/DSR, Xon, Xoff, Xon/Xoff<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mac: RTS/CTS, Xon, Xoff, Xon/Xoff<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Linux: RTS/CTS, Xon, Xoff, Xon/Xoff</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The flow control settings enabled on this serial port.</dd>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:38 CDT 2015 -->
<title>SerialPortDataListener (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>SerialPortDataListener (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortDataListener (jSerialComm 1.3.5 API)";
parent.document.title="SerialPortDataListener (jSerialComm 1.3.6 API)";
}
}
catch(err) {
@ -177,7 +177,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EventListene
If you choose to listen for the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_RECEIVED"><code>SerialPort.LISTENING_EVENT_DATA_RECEIVED</code></a> event, you should implement the sub-interface <a href="../../../com/fazecast/jSerialComm/SerialPortPacketListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortPacketListener</code></a> instead of this one.
<p>
Two or more events may be OR'd together to listen for multiple events; however, if <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_AVAILABLE"><code>SerialPort.LISTENING_EVENT_DATA_AVAILABLE</code></a> is OR'd with <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_RECEIVED"><code>SerialPort.LISTENING_EVENT_DATA_RECEIVED</code></a>, the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_RECEIVED"><code>SerialPort.LISTENING_EVENT_DATA_RECEIVED</code></a> flag will take precedence.
<p></div>
<p>
Note that event-based <i>write</i> callbacks are only supported on Windows operating systems. As such, the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_WRITTEN"><code>SerialPort.LISTENING_EVENT_DATA_WRITTEN</code></a>
event will never be called on a non-Windows system.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The event constants that should trigger the <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html#serialEvent-com.fazecast.jSerialComm.SerialPortEvent-"><code>serialEvent(SerialPortEvent)</code></a> callback.</dd>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:38 CDT 2015 -->
<title>SerialPortEvent (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>SerialPortEvent (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortEvent (jSerialComm 1.3.5 API)";
parent.document.title="SerialPortEvent (jSerialComm 1.3.6 API)";
}
}
catch(err) {
@ -248,7 +248,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EventObject.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_AVAILABLE"><code>SerialPort.LISTENING_EVENT_DATA_AVAILABLE</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_RECEIVED"><code>SerialPort.LISTENING_EVENT_DATA_RECEIVED</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_WRITTEN"><code>SerialPort.LISTENING_EVENT_DATA_WRITTEN</code></a><br>
<p></div>
<p>
Note that event-based write callbacks are only supported on Windows operating systems. As such, the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_WRITTEN"><code>SerialPort.LISTENING_EVENT_DATA_WRITTEN</code></a>
event will never be called on a non-Windows system.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>comPort</code> - The <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><code>SerialPort</code></a> about which this object is being created.</dd>
@ -276,7 +278,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EventObject.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_AVAILABLE"><code>SerialPort.LISTENING_EVENT_DATA_AVAILABLE</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_RECEIVED"><code>SerialPort.LISTENING_EVENT_DATA_RECEIVED</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_WRITTEN"><code>SerialPort.LISTENING_EVENT_DATA_WRITTEN</code></a><br>
<p></div>
<p>
Note that event-based write callbacks are only supported on Windows operating systems. As such, the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_WRITTEN"><code>SerialPort.LISTENING_EVENT_DATA_WRITTEN</code></a>
event will never be called on a non-Windows system.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>comPort</code> - The <a href="../../../com/fazecast/jSerialComm/SerialPort.html" title="class in com.fazecast.jSerialComm"><code>SerialPort</code></a> about which this object is being created.</dd>
@ -325,7 +329,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/util/EventObject.
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_AVAILABLE"><code>SerialPort.LISTENING_EVENT_DATA_AVAILABLE</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_RECEIVED"><code>SerialPort.LISTENING_EVENT_DATA_RECEIVED</code></a><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_WRITTEN"><code>SerialPort.LISTENING_EVENT_DATA_WRITTEN</code></a><br>
<p></div>
<p>
Note that event-based write callbacks are only supported on Windows operating systems. As such, the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#LISTENING_EVENT_DATA_WRITTEN"><code>SerialPort.LISTENING_EVENT_DATA_WRITTEN</code></a>
event will never be called on a non-Windows system.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The serial port event that this object describes.</dd>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:38 CDT 2015 -->
<title>SerialPortPacketListener (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>SerialPortPacketListener (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPortPacketListener (jSerialComm 1.3.5 API)";
parent.document.title="SerialPortPacketListener (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:38 CDT 2015 -->
<title>com.fazecast.jSerialComm (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>com.fazecast.jSerialComm (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:38 CDT 2015 -->
<title>com.fazecast.jSerialComm (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>com.fazecast.jSerialComm (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.fazecast.jSerialComm (jSerialComm 1.3.5 API)";
parent.document.title="com.fazecast.jSerialComm (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 1.3.5 API)";
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>Constant Field Values (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>Constant Field Values (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (jSerialComm 1.3.5 API)";
parent.document.title="Constant Field Values (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>Deprecated List (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>Deprecated List (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (jSerialComm 1.3.5 API)";
parent.document.title="Deprecated List (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>API Help (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>API Help (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (jSerialComm 1.3.5 API)";
parent.document.title="API Help (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>Index (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>Index (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (jSerialComm 1.3.5 API)";
parent.document.title="Index (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>jSerialComm 1.3.5 API</title>
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>jSerialComm 1.3.6 API</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>Class Hierarchy (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>Class Hierarchy (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Class Hierarchy (jSerialComm 1.3.5 API)";
parent.document.title="Class Hierarchy (jSerialComm 1.3.6 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>Serialized Form (jSerialComm 1.3.5 API)</title>
<meta name="date" content="2015-06-14">
<!-- Generated by javadoc (1.8.0_20) on Mon Jun 15 12:40:33 CDT 2015 -->
<title>Serialized Form (jSerialComm 1.3.6 API)</title>
<meta name="date" content="2015-06-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
@ -12,7 +12,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form (jSerialComm 1.3.5 API)";
parent.document.title="Serialized Form (jSerialComm 1.3.6 API)";
}
}
catch(err) {