serialPort.comm
Class ParallelPort

java.lang.Object
  extended by serialPort.comm.CommPort
      extended by serialPort.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 serialPort.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 serialPort.comm.CommPort
close, getName, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface serialPort.comm.ParallelPortInterface
addEventListener, getMode, getOutputBufferFree, isPaperOut, isPrinterBusy, isPrinterError, isPrinterSelected, isPrinterTimedOut, notifyOnBuffer, notifyOnError, removeEventListener, restart, setMode, suspend
 
Methods inherited from interface serialPort.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

ParallelPort

public ParallelPort()
Constructor.