Updated to Version 1.3.5.

This commit is contained in:
Will Hedgecock 2015-06-14 16:57:48 -05:00
parent 24cbfdaacf
commit fccf31d0d9
19 changed files with 117 additions and 83 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.4.jar">Download this library as a .jar file</a>
<a class="jar_download_link" href="binaries/jSerialComm-1.3.5.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.4.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.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>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.4&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.5&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.4"/&gt;</code></pre>
<pre><code>&lt;dependency org="com.fazecast" name="jSerialComm" rev="1.3.5"/&gt;</code></pre>
</div>
<div id="tabs-3">
<pre><code>@Grapes(<br />&nbsp;&nbsp;&nbsp;@Grab(group='com.fazecast', module='jSerialComm', version='1.3.4')<br />)</code></pre>
<pre><code>@Grapes(<br />&nbsp;&nbsp;&nbsp;@Grab(group='com.fazecast', module='jSerialComm', version='1.3.5')<br />)</code></pre>
</div>
<div id="tabs-4">
<pre><code>'com.fazecast:jSerialComm:1.3.4'</code></pre>
<pre><code>'com.fazecast:jSerialComm:1.3.5'</code></pre>
</div>
<div id="tabs-5">
<pre><code>'com.fazecast:jSerialComm:jar:1.3.4'</code></pre>
<pre><code>'com.fazecast:jSerialComm:jar:1.3.5'</code></pre>
</div>
<div id="tabs-6">
<pre><code>libraryDependencies += "com.fazecast" % "jSerialComm" % "1.3.4"</code></pre>
<pre><code>libraryDependencies += "com.fazecast" % "jSerialComm" % "1.3.5"</code></pre>
</div>
<div id="tabs-7">
<pre><code>[com.fazecast/jSerialComm "1.3.4"]</code></pre>
<pre><code>[com.fazecast/jSerialComm "1.3.5"]</code></pre>
</div>
</div>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>All Classes (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>All Classes (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>SerialPort (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@ -12,13 +12,13 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SerialPort (jSerialComm 1.3.4 API)";
parent.document.title="SerialPort (jSerialComm 1.3.5 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":9,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"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":10,"i25":10,"i26":10};
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":9,"i5":9,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"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":10,"i25":10,"i26":10,"i27":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";
@ -343,30 +343,36 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#isOpen--">isOpen</a></span>()</code>
<div class="block">Returns whether the port is currently open and available for communication.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#openPort--">openPort</a></span>()</code>
<div class="block">Opens this serial port for reading and writing.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<tr id="i18" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#readBytes-byte:A-long-">readBytes</a></span>(byte[]&nbsp;buffer,
long&nbsp;bytesToRead)</code>
<div class="block">Reads up to <i>bytesToRead</i> raw data bytes from the serial port and stores them in the buffer.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<tr id="i19" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#removeDataListener--">removeDataListener</a></span>()</code>
<div class="block">Removes the associated <a href="../../../com/fazecast/jSerialComm/SerialPortDataListener.html" title="interface in com.fazecast.jSerialComm"><code>SerialPortDataListener</code></a> from the serial port interface.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<tr id="i20" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setBaudRate-int-">setBaudRate</a></span>(int&nbsp;newBaudRate)</code>
<div class="block">Sets the desired baud rate for this serial port.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<tr id="i21" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setComPortParameters-int-int-int-int-">setComPortParameters</a></span>(int&nbsp;newBaudRate,
int&nbsp;newDataBits,
@ -375,7 +381,7 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<div class="block">Sets all serial port parameters at one time.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<tr id="i22" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setComPortTimeouts-int-int-int-">setComPortTimeouts</a></span>(int&nbsp;newTimeoutMode,
int&nbsp;newReadTimeout,
@ -383,31 +389,31 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<div class="block">Sets the serial port read and write timeout parameters.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<tr id="i23" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setFlowControl-int-">setFlowControl</a></span>(int&nbsp;newFlowControlSettings)</code>
<div class="block">Specifies what kind of flow control to enable for this serial port.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<tr id="i24" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setNumDataBits-int-">setNumDataBits</a></span>(int&nbsp;newDataBits)</code>
<div class="block">Sets the desired number of data bits per word.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<tr id="i25" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setNumStopBits-int-">setNumStopBits</a></span>(int&nbsp;newStopBits)</code>
<div class="block">Sets the desired number of stop bits per word.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<tr id="i26" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#setParity-int-">setParity</a></span>(int&nbsp;newParity)</code>
<div class="block">Sets the desired parity error-detection scheme to be used.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<tr id="i27" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-">writeBytes</a></span>(byte[]&nbsp;buffer,
long&nbsp;bytesToWrite)</code>
@ -804,7 +810,9 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<pre>public final&nbsp;boolean&nbsp;openPort()</pre>
<div class="block">Opens this serial port for reading and writing.
<p>
All serial port parameters or timeouts can be changed at any time after the port has been opened.</div>
All serial port parameters or timeouts can be changed at any time after the port has been opened.
<p>
Note that calling this method on an already opened port will simply return a value of true.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port was successfully opened.</dd>
@ -818,13 +826,29 @@ extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?
<li class="blockList">
<h4>closePort</h4>
<pre>public final&nbsp;boolean&nbsp;closePort()</pre>
<div class="block">Closes this serial port.</div>
<div class="block">Closes this serial port.
<p>
Note that calling this method on an already closed port will simply return a value of true.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port was successfully closed.</dd>
</dl>
</li>
</ul>
<a name="isOpen--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isOpen</h4>
<pre>public final&nbsp;boolean&nbsp;isOpen()</pre>
<div class="block">Returns whether the port is currently open and available for communication.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Whether the port is opened.</dd>
</dl>
</li>
</ul>
<a name="bytesAvailable--">
<!-- -->
</a>

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>SerialPortDataListener (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="SerialPortDataListener (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>SerialPortEvent (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="SerialPortEvent (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>SerialPortPacketListener (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="SerialPortPacketListener (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>com.fazecast.jSerialComm (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>com.fazecast.jSerialComm (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="com.fazecast.jSerialComm (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>Constant Field Values (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="Constant Field Values (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>Deprecated List (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="Deprecated List (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>API Help (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="API Help (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>Index (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="Index (jSerialComm 1.3.5 API)";
}
}
catch(err) {
@ -67,7 +67,7 @@
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
@ -206,6 +206,16 @@
<div class="block">Gets the number of milliseconds of inactivity to tolerate before returning from a <a href="com/fazecast/jSerialComm/SerialPort.html#writeBytes-byte:A-long-"><code>SerialPort.writeBytes(byte[],long)</code></a> call.</div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/fazecast/jSerialComm/SerialPort.html#isOpen--">isOpen()</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">Returns whether the port is currently open and available for communication.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
@ -358,7 +368,7 @@
<div class="block">Writes up to <i>bytesToWrite</i> raw data bytes from the buffer parameter to the serial port.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->

View File

@ -2,8 +2,8 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>jSerialComm 1.3.4 API</title>
<!-- Generated by javadoc (1.8.0_45) on Sun Jun 14 16:51:39 CDT 2015 -->
<title>jSerialComm 1.3.5 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_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>Class Hierarchy (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="Class Hierarchy (jSerialComm 1.3.5 API)";
}
}
catch(err) {

View File

@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20) on Tue May 19 13:11:38 CDT 2015 -->
<title>Serialized Form (jSerialComm 1.3.4 API)</title>
<meta name="date" content="2015-05-19">
<!-- 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">
<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.4 API)";
parent.document.title="Serialized Form (jSerialComm 1.3.5 API)";
}
}
catch(err) {