0

I would like to change a default baud rate of the bluetooth module.

I am having an IR receiver which works on baud rate 2400 and it is connected directly to bluetooth module. I want the flow to be IR receiver->Bluetooth module->Android device.

To do that, I assume I need to have the same baud rate at the Bluetooth module. Is there a way to do it in Android program? To set the baud rate? Or should it be done differently?

This hasn't help.

Community
  • 1
  • 1
Ondrej Tokar
  • 4,898
  • 8
  • 53
  • 103

1 Answers1

1

Without a specific module, I can only provide a response regarding modules in general. Most modules have an embedded command language for configurations and operations. Most likely, your module will have a command to change the baud rate. Some but not all, modules provide a method for receiving these commands using the wireless SPP profile link. The KC-2114 Bluetooth module by KC Wirefree does provide access for all configuration and operation commands via the wireless link, and can be reconfigured by the Android device.