Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Change
Baudrate Method
Changes the baudrate of the serial communication
Definition
Namespace:
Redler.Motion.Communication.MotionCom
Assembly:
Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
Copy
public
override
void
ChangeBaudrate
(
int
newBaudrate
)
Parameters
newBaudrate
Int32
The new baudrate
Implements
IMotionCom
ChangeBaudrate(Int32)
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Parameters
Implements
See Also