SerialPort.this

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"

Parameters

exmode string

extend mode string

Throws

ParseModeException

See Also

Config.parse, Config.set(string mode)

Meta