Optional
bufferSize of the read buffer
Optional
dataNumber of data bits per frame (either 7 or 8)
The end of line characters
Optional
flowFlow control (aka handshake) type
Optional
parityParity mode of the device
Optional
parseWhether or not the value should be parsed by splitting the reading into columns and getting the value from one of the columns.
Optional
productNumber identifying the device. You must provide the Vendor ID if you provide this.
Optional
splitIf parseValue is set to true, the reading will be split into columns with this string. Must be set if parseValue is set to true.
Optional
stopNumber of stop bits at the end of each frame (either 1 or 2)
Optional
valueIf parseValue is set to true, this is the index of the column for the value. Must be set if parseValue is set to true.
Optional
vendorNumber identifying the device's vendor
Baud rate of the device