Redler Technologies Inc.

MotionSerialComSetDriverBootBaudrate Method

Sets the driver's boot default baudrate (9600) to 230400

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public override bool SetDriverBootBaudrate(
	uint bootBaudrate = 230400
)

Parameters

bootBaudrate  UInt32  (Optional)

[Missing <param name="bootBaudrate"/> documentation for "M:Redler.Motion.Communication.MotionCom.MotionSerialCom.SetDriverBootBaudrate(System.UInt32)"]

Return Value

Boolean
Whether the baudrate changed

Implements

IMotionComSetDriverBootBaudrate(UInt32)

See Also