Tell the device to change the baud rate it uses for
communication. Note that this does not affect the host side of
the serial interface; it will need to be changed separately.
| C# | Visual Basic | Visual C++ |
public void CmdSetBaudRate( uint bps )
Public Sub CmdSetBaudRate ( _ bps As UInteger _ )
public: void CmdSetBaudRate( unsigned int bps )
- bps (UInt32)
- the new baud rate to use.