Update Javadocs
This commit is contained in:
parent
5e46e44ddc
commit
c4c47ad7e7
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>All Classes (jSerialComm 2.6.1 API)</title>
|
||||
<title>All Classes (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>All Classes (jSerialComm 2.6.1 API)</title>
|
||||
<title>All Classes (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPort (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPort (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPort (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPort (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
@ -1051,7 +1051,12 @@ extends <a href="https://docs.oracle.com/javase/9/docs/api/java/lang/Object.html
|
|||
<p>
|
||||
The serial ports can be accessed by iterating through each of the SerialPort objects in this array.
|
||||
<p>
|
||||
Note that the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#openPort--"><code>openPort()</code></a> method must be called before any attempts to read from or write to the port. Likewise, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#closePort--"><code>closePort()</code></a> should be called when you are finished accessing the port.
|
||||
Note that the <a href="../../../com/fazecast/jSerialComm/SerialPort.html#openPort--"><code>openPort()</code></a> method must be called before any attempts to read from or write to the port.
|
||||
Likewise, <a href="../../../com/fazecast/jSerialComm/SerialPort.html#closePort--"><code>closePort()</code></a> should be called when you are finished accessing the port.
|
||||
<p>
|
||||
Also note that repeated calls to this function will re-enumerate all serial ports and will return a completely
|
||||
unique set of array objects. As such, you should store a reference to the serial port object(s) you are
|
||||
interested in in your own application code.
|
||||
<p>
|
||||
All serial port parameters or timeouts can be changed at any time after the port has been opened.</div>
|
||||
<dl>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortDataListener (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortDataListener (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortDataListener (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortDataListenerWithExceptions (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortDataListenerWithExceptions (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortDataListenerWithExceptions (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortDataListenerWithExceptions (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortEvent (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortEvent (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortEvent (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortIOException (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortIOException (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortIOException (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortIOException (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortInvalidPortException (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortInvalidPortException (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortInvalidPortException (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortMessageListener (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortMessageListener (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortMessageListener (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortMessageListener (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortMessageListenerWithExceptions (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortMessageListenerWithExceptions (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortMessageListenerWithExceptions (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortMessageListenerWithExceptions (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortPacketListener (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortPacketListener (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortPacketListener (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>SerialPortTimeoutException (jSerialComm 2.6.1 API)</title>
|
||||
<title>SerialPortTimeoutException (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="SerialPortTimeoutException (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="SerialPortTimeoutException (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.6.1 API)</title>
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.6.1 API)</title>
|
||||
<title>com.fazecast.jSerialComm (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.1 API)</title>
|
||||
<title>com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="com.fazecast.jSerialComm Class Hierarchy (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Constant Field Values (jSerialComm 2.6.1 API)</title>
|
||||
<title>Constant Field Values (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="Constant Field Values (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Deprecated List (jSerialComm 2.6.1 API)</title>
|
||||
<title>Deprecated List (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Deprecated List (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="Deprecated List (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>API Help (jSerialComm 2.6.1 API)</title>
|
||||
<title>API Help (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="API Help (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="API Help (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Index (jSerialComm 2.6.1 API)</title>
|
||||
<title>Index (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Index (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="Index (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>jSerialComm 2.6.1 API</title>
|
||||
<title>jSerialComm 2.6.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">
|
||||
|
|
Binary file not shown.
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Class Hierarchy (jSerialComm 2.6.1 API)</title>
|
||||
<title>Class Hierarchy (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="Class Hierarchy (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
Binary file not shown.
|
@ -3,7 +3,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<!-- Generated by javadoc -->
|
||||
<title>Serialized Form (jSerialComm 2.6.1 API)</title>
|
||||
<title>Serialized Form (jSerialComm 2.6.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">
|
||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<script type="text/javascript"><!--
|
||||
try {
|
||||
if (location.href.indexOf('is-external=true') == -1) {
|
||||
parent.document.title="Serialized Form (jSerialComm 2.6.1 API)";
|
||||
parent.document.title="Serialized Form (jSerialComm 2.6.2 API)";
|
||||
}
|
||||
}
|
||||
catch(err) {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue