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.