Motion Library Help Page
C#
Redler Technologies Inc.
Show/Hide TOC
Motion
Serial
Com
Exit
Boot 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#
Copy
public
override
bool
ExitBoot
(
int
fwBaudrate
,
TimeSpan
?
timeout
=
null
)
Parameters
fwBaudrate
Int32
The firmware baudrate
timeout
Nullable
TimeSpan
(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
IMotionCom
ExitBoot(Int32, Nullable
TimeSpan
)
See Also
Reference
MotionSerialCom Class
Redler.Motion.Communication.MotionCom Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also