SerialPortFR.this
- this(string exmode, void delegate(Duration) slp)
 - this(string port, string mode, void delegate(Duration) slp)
 - this(string port, uint baudRate, void delegate(Duration) slp)
 - this(string port, uint baudRate, string mode, void delegate(Duration) slp)
 - this(string port, Config conf, void delegate(Duration) slp)
 
Parameters
- exmode string
 - slp void delegate
 
See Also
 
		serialport nonblock SerialPortFR 
		constructorsfunctionsvariables 
	 
	
Construct SerialPortFR using extend mode string.
Extend mode string must have port name (e.g. "com1" or "/dev/ttyUSB0")
Example extend mode string: "/dev/ttyUSB0:9600:8N1"