nl.tbdev.IR
Class SerialTini

java.lang.Object
  |
  +--nl.tbdev.IR.Serial
        |
        +--nl.tbdev.IR.SerialTini

public class SerialTini
extends Serial

SerialPc encapsulates the JavaCOMM compatible serial port on TINI for use with IR. Special translation for sbx2 and STEP.IR is available. Update by Leonard Andrews to support SimmSerial 10-18-2


Fields inherited from class nl.tbdev.IR.Serial
BOF, CE, data, dFrame, drainPort, EOF, ESCREADING, fcs, garbage, GARBAGE, lFrame, locBofs, num, offset, pos, READING, remBofs, serialPort, serIn, serOut, state, SYNCING, XBOF, XBOFSYNCING, XVAL
 
Constructor Summary
SerialTini(java.lang.String port)
          Open the specified serial port.
 
Method Summary
 java.io.InputStream getInputStream()
          This function was added by Leonard Andrews to allow access to the input stream of the underlying serial port of this class.
 java.io.OutputStream getOutputStream()
          This function was added by Leonard Andrews to allow access to the output stream of the underlying serial port of this class.
 
Methods inherited from class nl.tbdev.IR.Serial
display, readFrame, setLocBofs, setRemBofs, setSpeed, writeFrame
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SerialTini

public SerialTini(java.lang.String port)
Open the specified serial port.
Parameters:
port - Name of the port. Valid are serial[0-3], sbx2 and stepir
Method Detail

getInputStream

public java.io.InputStream getInputStream()
This function was added by Leonard Andrews to allow access to the input stream of the underlying serial port of this class.

getOutputStream

public java.io.OutputStream getOutputStream()
This function was added by Leonard Andrews to allow access to the output stream of the underlying serial port of this class.