Uses of Interface
org.refcodes.serial.SerialTransmitter
-
-
Uses of SerialTransmitter in org.refcodes.serial
Subinterfaces of SerialTransmitter in org.refcodes.serial Modifier and Type Interface Description interface
Port<PM extends PortMetrics>
APort
enriches aSerialTransceiver
withPortMetrics
describing theSerialTransceiver
's physical properties.interface
SerialTransceiver
Classes in org.refcodes.serial that implement SerialTransmitter Modifier and Type Class Description class
AbstractPort<PM extends PortMetrics>
AAbstractPort
is a basePort
implementationclass
AbstractPortDecorator<PM extends PortMetrics>
class
CrossoverLoopbackPort
TheCrossoverLoopbackPort
is an in-memory implementation of aPort
which loops its output directly to the "connected"LoopbackPort
counterpart ("other end of the wire").class
LoopbackPort
TheLoopbackPort
is an in-memory implementation of aPort
which loops its output directly back to its input.
-