Uses of Class
jssc.SerialPortTimeoutException

Uses of SerialPortTimeoutException in jssc
 

Methods in jssc that throw SerialPortTimeoutException
 byte[] SerialPort.readBytes(int byteCount, int timeout)
          Read byte array from port
 java.lang.String SerialPort.readHexString(int byteCount, int timeout)
          Read Hex string from port (example: FF 0A FF).
 java.lang.String SerialPort.readHexString(int byteCount, java.lang.String separator, int timeout)
          Read Hex string from port with setted separator (example if separator is "::": FF::0A::FF)
 java.lang.String[] SerialPort.readHexStringArray(int byteCount, int timeout)
          Read Hex String array from port
 int[] SerialPort.readIntArray(int byteCount, int timeout)
          Read int array from port
 java.lang.String SerialPort.readString(int byteCount, int timeout)
          Read string from port