SerialPort.read

Fills up provided array with bytes from com port.

class SerialPort
size_t
read
(
void[] arr
)

Return Value

Type: size_t

actual number of readed bytes.

Throws

DeviceReadException, TimeoutException

Meta