public interface ModemUART extends UART, ModemSignalsControl<ModemUART>
ModemUART interface provides methods for controlling and accessing a UART (Universal Asynchronous
Receiver/Transmitter) with Modem control lines.
Note that even if CTS/RTS hardware flow control is enabled (see UARTConfig.getFlowControlMode), registering
for notification of CTS signal state changes (see
ModemSignalsControl.setSignalChangeListener may not
always be supported. Additionally, when supported and because of latency, CTS signal state change notification may
only be indicative: CTS flow control may be handled directly by the hardware or by the native driver.BIG_ENDIAN, LITTLE_ENDIAN, MIXED_ENDIANCTS_SIGNAL, DCD_SIGNAL, DSR_SIGNAL, DTR_SIGNAL, RI_SIGNAL, RTS_SIGNALgenerateBreak, getBaudRate, getDataBits, getParity, getReceiveTimeout, getReceiveTriggerLevel, getStopBits, read, setBaudRate, setDataBits, setEventListener, setParity, setReceiveTimeout, setReceiveTriggerLevel, setStopBits, startReading, startReading, startWriting, startWriting, stopReading, stopWriting, writegetInputBuffer, getOutputBuffergetSignalState, setSignalChangeListener, setSignalStateCopyright © 2012, 2014, Oracle and/or its affiliates. All rights reserved.
Legal Notices