comm
Class ParallelPort

java.lang.Object
  extended by comm.CommPort
      extended by comm.ParallelPort
All Implemented Interfaces:
CommPortInterface, ParallelPortInterface

public abstract class ParallelPort
extends CommPort
implements ParallelPortInterface

This class models an IEEE 1284 parallel communications port.

Version:
2.0.3
Author:
Chris Burdess

Field Summary
 
Fields inherited from interface comm.ParallelPortInterface
LPT_MODE_ANY, LPT_MODE_ECP, LPT_MODE_EPP, LPT_MODE_NIBBLE, LPT_MODE_PS2, LPT_MODE_SPP
 
Constructor Summary
ParallelPort()
          Constructor.
 
Method Summary
 
Methods inherited from class comm.CommPort
close, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface comm.ParallelPortInterface
addEventListener, getMode, getOutputBufferFree, isPaperOut, isPrinterBusy, isPrinterError, isPrinterSelected, isPrinterTimedOut, notifyOnBuffer, notifyOnError, removeEventListener, restart, setMode, suspend
 
Methods inherited from interface comm.CommPortInterface
disableReceiveFraming, disableReceiveThreshold, disableReceiveTimeout, enableReceiveFraming, enableReceiveThreshold, enableReceiveTimeout, getInputBufferSize, getInputStream, getOutputBufferSize, getOutputStream, getReceiveFramingByte, getReceiveThreshold, getReceiveTimeout, isReceiveFramingEnabled, isReceiveThresholdEnabled, isReceiveTimeoutEnabled, setInputBufferSize, setOutputBufferSize
 

Constructor Detail

ParallelPort

public ParallelPort()
Constructor.