MotionSerialCom Constructor
Constructs a serial communication object with the given port name and given baudrate
Namespace: Redler.Motion.Communication.MotionComAssembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
public MotionSerialCom(
string portName,
int baudRate,
double delayBetweenTx = 10
)
Parameters
- portName String
- The port name
- baudRate Int32
- The baudrate
- delayBetweenTx Double (Optional)
- The minimum time to wait between sending packets