mclSetBaud
| void mclSetBaud(UINT pBaudRate); |
Parameters
| pBaudRate | ||
|
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