Hi,
I am using an Arduino BT V06. A part of my project is to use the Arduino to send data to my smartphone. The Arduino was working fine until I tried to change the baud rate to 9600. I used the following statement to do that.
Serial.println("SET CONTROL BAUD 115200,8n1");
Serial.begin(9600);
From what I understand, the Serial.begin() sets the Atmega UART speed and the SET CONTROL BAUD sets the BlueGiga speed. (This post helped: arduino BT Serial Comms issue - Troubleshooting - Arduino Forum). My problem now is that the Arduino does not respond. I can not program it. Every time I try, it says that the programmer is not responding. Is there any way to fix this without having to solder on to the board? I have no trouble pairing with the Arduino.
Thanks a lot,
Anu A