Uses of Interface
gnu.io.SerialPortInterface

Packages that use SerialPortInterface
gnu.io   
serialPort   
 

Uses of SerialPortInterface in gnu.io
 

Classes in gnu.io that implement SerialPortInterface
 class RXTXPort
          An extension of gnu.io.SerialPort
 class SerialPort
           
 

Constructors in gnu.io with parameters of type SerialPortInterface
SerialPortEvent(SerialPortInterface srcport, int eventtype, boolean oldvalue, boolean newvalue)
           
 

Uses of SerialPortInterface in serialPort
 

Methods in serialPort that return SerialPortInterface
static SerialPortInterface TurnTable.openSerialPort(CommPortIdentifierInterface portIdInterface)
           
 

Methods in serialPort with parameters of type SerialPortInterface
static void TurnTable.setUpSerialPort(SerialPortInterface sp)