gnu.io
Class SerialPort

java.lang.Object
  extended by gnu.io.CommPort
      extended by gnu.io.SerialPort
All Implemented Interfaces:
CommPortInterface, SerialPortInterface
Direct Known Subclasses:
RXTXPort

public abstract class SerialPort
extends CommPort
implements SerialPortInterface

Since:
JDK1.0
Version:
%I%, %G%
Author:
Trent Jarvi

Field Summary
 
Fields inherited from interface gnu.io.SerialPortInterface
DATABITS_5, DATABITS_6, DATABITS_7, DATABITS_8, FLOWCONTROL_NONE, FLOWCONTROL_RTSCTS_IN, FLOWCONTROL_RTSCTS_OUT, FLOWCONTROL_XONXOFF_IN, FLOWCONTROL_XONXOFF_OUT, PARITY_EVEN, PARITY_MARK, PARITY_NONE, PARITY_ODD, PARITY_SPACE, STOPBITS_1, STOPBITS_1_5, STOPBITS_2
 
Constructor Summary
SerialPort()
           
 
Method Summary
 
Methods inherited from class gnu.io.CommPort
close, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface gnu.io.SerialPortInterface
addEventListener, getBaudBase, getBaudRate, getCallOutHangup, getDataBits, getDivisor, getEndOfInputChar, getFlowControlMode, getLowLatency, getParity, getParityErrorChar, getStopBits, getUARTType, isCD, isCTS, isDSR, isDTR, isRI, isRTS, notifyOnBreakInterrupt, notifyOnCarrierDetect, notifyOnCTS, notifyOnDataAvailable, notifyOnDSR, notifyOnFramingError, notifyOnOutputEmpty, notifyOnOverrunError, notifyOnParityError, notifyOnRingIndicator, removeEventListener, sendBreak, setBaudBase, setCallOutHangup, setDivisor, setDTR, setEndOfInputChar, setFlowControlMode, setLowLatency, setParityErrorChar, setRcvFifoTrigger, setRTS, setSerialPortParams, setUARTType
 
Methods inherited from interface comm.CommPortInterface
close, disableReceiveFraming, disableReceiveThreshold, disableReceiveTimeout, enableReceiveFraming, enableReceiveThreshold, enableReceiveTimeout, getInputBufferSize, getInputStream, getName, getOutputBufferSize, getOutputStream, getReceiveFramingByte, getReceiveThreshold, getReceiveTimeout, isReceiveFramingEnabled, isReceiveThresholdEnabled, isReceiveTimeoutEnabled, setInputBufferSize, setOutputBufferSize, toString
 

Constructor Detail

SerialPort

public SerialPort()