OptionalbufferSize of the read buffer
OptionaldataNumber of data bits per frame (either 7 or 8)
The end of line characters
OptionalflowFlow control (aka handshake) type
OptionalparityParity mode of the device
OptionalparseWhether or not the value should be parsed by splitting the reading into columns and getting the value from one of the columns.
OptionalproductNumber identifying the device. You must provide the Vendor ID if you provide this.
OptionalsplitIf parseValue is set to true, the reading will be split into columns with this string. Must be set if parseValue is set to true.
OptionalstopNumber of stop bits at the end of each frame (either 1 or 2)
OptionalvalueIf parseValue is set to true, this is the index of the column for the value. Must be set if parseValue is set to true.
OptionalvendorNumber identifying the device's vendor
Baud rate of the device