mclSetBaud

void mclSetBaud(UINT pBaudRate);

Parameters

pBaudRate
The baudrate used by the DLL to communicate with the target MCU. Current legal values are 19200 and 115200 baud.

Return Value

None

Remarks

The loader DLL will normally have the Baud Rate Auto Detect option enabled, in which case there is no need to explicitly set the communications speed. It should be noted that disabling the auto detect feature and explicitly giving a high baud rate may cause problems for the loader. This is because some MCU loader firmware can only run at 19200 baud. It is therefore recommended that the Baud Rate Auto Detect option is left in its default enabled state.

See Also

mclSetComPort
mclGetComPort
mclGetBaud