Redler Technologies Inc.

MotionSerialCom Constructor

Constructs a serial communication object with the given port name and given baudrate

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
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

See Also