Read data by parts, sleep between checks.
Sleep time calculates from baud rate and count of bits in one byte.
buffer for reading
timeout for first byte recive
detect new data frame (return current) by silence period
slice of arr
PortClosedException ReadException
SerialPort.read
See Implementation
Read data by parts, sleep between checks.
Sleep time calculates from baud rate and count of bits in one byte.