Construct SerialPort using extend mode string.
First part of extend mode string must have port name (e.g. "com1" or "/dev/ttyUSB0"), second part is equal to config mode string. Parts separates by modeSplitChar (:).
Example extend mode string: "/dev/ttyUSB0:9600:8N1"
extend mode string
ParseModeException
Config.parse, Config.set(string mode)
See Implementation
Construct SerialPort using extend mode string.
First part of extend mode string must have port name (e.g. "com1" or "/dev/ttyUSB0"), second part is equal to config mode string. Parts separates by modeSplitChar (:).
Example extend mode string: "/dev/ttyUSB0:9600:8N1"