Serialio

How to change the baud rate of the BlueSnap Smart dongle on Windows

The default baud rate for the BlueSnap Smart Dongle is 115200. Some applications may require a different baud rate. This article will walk you through the steps to change the baud rate (to 9600 in this example).

You will need a terminal application like TeraTerm, PuTTy, or Serialio’s JavaTerm. We will use PuTTy in this example. You will also need a USB-RS232 cable to connect the BlueSnap Smart Dongle to the PC.

Open PuTTy, select the Serial radio button and set your communication options to the correct COM port and baud rate. For this example, our USB-RS232 cable is assigned to COM 235 and the BlueSnap Smart Dongle is using the default baud rate 115200. Click Open to be taken to the terminal window.

Once the terminal window opens press the power button on the BlueSnap Smart Dongle to enter COMMAND mode. If you do not see the [COMMAND_MODE] message, close the terminal window, power off the BlueSnap Smart Dongle, re-open the terminal window and press the power button. Contact Serialio if you continue to have issues entering COMMAND mode.

Type “set ua b 9600” without the quotes, followed by a carriage return (Enter key). You should see a “Success” message.

The baud rate has now been changed but we need to write the change to non-volatile memory.
Type “save” and press Enter. You should see another “Success” message.
Type “reboot” and press Enter. This will power down the BlueSnap Smart Dongle and finalize the baud rate change.