Redler Technologies Inc.

MotionSerialComExitBoot Method

Exits the bootloader and tries to load the firmware

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public override bool ExitBoot(
	int fwBaudrate,
	TimeSpan? timeout = null
)

Parameters

fwBaudrate  Int32
The firmware baudrate
timeout  NullableTimeSpan  (Optional)
Time to wait after sending the wake up. If null, default is 3 seconds

Return Value

Boolean
Whether the driver starts it's firmware () or stayed on bootloader ()

Implements

IMotionComExitBoot(Int32, NullableTimeSpan)

See Also