Uses of Class
jssc.SerialPortTimeoutException
-
-
Uses of SerialPortTimeoutException in jssc
Methods in jssc that throw SerialPortTimeoutException Modifier and Type Method Description byte[]SerialPort. readBytes(int byteCount, int timeout)Read byte array from portStringSerialPort. readHexString(int byteCount, int timeout)Read Hex string from port (example: FF 0A FF).StringSerialPort. readHexString(int byteCount, String separator, int timeout)Read Hex string from port with set separator (example if separator is "::": FF::0A::FF)String[]SerialPort. readHexStringArray(int byteCount, int timeout)Read Hex String array from portint[]SerialPort. readIntArray(int byteCount, int timeout)Read int array from portStringSerialPort. readString(int byteCount, int timeout)Read string from port
-