RobotIO(String) Constructor

Constructs an instance using a serial port name, 57600 baud rate and data terminal ready as false.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public RobotIO(
	string port
)

Parameters

port  String
Serial port name.

See Also