Redler Technologies Inc.

MotionSerialComSetDriverBootBaudrateAsync 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 Task<bool> SetDriverBootBaudrateAsync(
	uint bootBaudrate = 230400
)

Parameters

bootBaudrate  UInt32  (Optional)

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

Return Value

TaskBoolean
Whether the baudrate changed

Implements

IMotionComSetDriverBootBaudrateAsync(UInt32)

See Also