Uses of Class
serialComms.jserialcomm.PJSerialException
Packages that use PJSerialException
- 
Uses of PJSerialException in serialComms.jserialcomm
Subclasses of PJSerialException in serialComms.jserialcommModifier and TypeClassDescriptionclassclassclassMethods in serialComms.jserialcomm that throw PJSerialExceptionModifier and TypeMethodDescriptionstatic PJSerialCommPJSerialComm.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 PJSerialCommPJSerialComm.openSerialPort(String portName, int baudRate, int dataBits, int stopBits, int parity, int flowControl) Create and open a serial port.static PJSerialCommPJSerialComm.openSerialPort(SerialPortParameters serialPortParameters) Open a serial port with parameters defined in serialPortParameters