Redler Technologies Inc.

MotionSerialComConfigureBaudrate Method

Tries to communicate with the driver in all it's baudrates until a valid response is received

Definition

Namespace: Redler.Motion.Communication.MotionCom
Assembly: Redler.Motion.Communication (in Redler.Motion.Communication.dll) Version: 0.0.0.0
C#
public bool ConfigureBaudrate(
	int initialBaudrate = 230400
)

Parameters

initialBaudrate  Int32  (Optional)
The first baudrate to check the communication with

Return Value

Boolean
Whether a fit baudrate is found

See Also