- setBaud(int) - Method in interface com.moxa.mxnportapi.MxNPort
-
Sets the baud rate using the actual speed value.
- setBreak(int) - Method in interface com.moxa.mxnportapi.MxNPort
-
Sends out a break signal.
- setDTR(int) - Method in interface com.moxa.mxnportapi.MxNPort
-
Sets the DTR state for a serial port.
- setFlowCtrl(MxNPort.FlowCtrl) - Method in interface com.moxa.mxnportapi.MxNPort
-
Sets the hardware and/or software flow control.
- setIoctlMode(MxNPort.IoctlMode) - Method in interface com.moxa.mxnportapi.MxNPort
-
Configure communication parameters, such as baud rate, parity, data bits, stop bits and flow control settings.
- setRTS(int) - Method in interface com.moxa.mxnportapi.MxNPort
-
Sets the RTS state for a serial port.
- STOP_BITS_1 - Static variable in interface com.moxa.mxnportapi.MxNPort
-
Defines 1 stop bit on serial communication
- STOP_BITS_1_5 - Static variable in interface com.moxa.mxnportapi.MxNPort
-
Defines 1.5 stop bits on serial communication
- STOP_BITS_2 - Static variable in interface com.moxa.mxnportapi.MxNPort
-
Defines 2 stop bits on serial communication
- stopBits - Variable in class com.moxa.mxnportapi.MxNPort.IoctlMode
-