Uses of Class
serialComms.jserialcomm.PJSerialException
Packages that use PJSerialException
-
Uses of PJSerialException in serialComms.jserialcomm
Subclasses of PJSerialException in serialComms.jserialcommModifier and TypeClassDescriptionclass
class
class
Methods in serialComms.jserialcomm that throw PJSerialExceptionModifier and TypeMethodDescriptionstatic PJSerialComm
PJSerialComm.openSerialPort
(String portName, int baudRate) Create and open a serial port with default values of 8 data bits; 1 stop bit; no parity and flow control disabled.static PJSerialComm
PJSerialComm.openSerialPort
(String portName, int baudRate, int dataBits, int stopBits, int parity, int flowControl) Create and open a serial port.static PJSerialComm
PJSerialComm.openSerialPort
(SerialPortParameters serialPortParameters) Open a serial port with parameters defined in serialPortParameters