So I just picked up a BLUESMiRF RP-SMAfor a bluetooth car starter project I’m working on. One feature I’d like to implement in my arduino code is to lower the TX power when the car is running, so this would require the arduino sketch to enable the BS command mode and set the power level. Using Serial.print(“$$$”) the sketch makes the red led continuously flash (i.e. the BS enters cmd mode) but after that I can’t get anything to work. I would have thought that Serial.print(‘—’) would disable cmd mode, but no luck. I’ve also tried Serial.println and Serial.write also. Does anyone have any suggestions? I find it hard to believe that that hasn’t been done before.
Also, to make things sound even weirder … only Serial.print(“$$$”) works. Not Serial.println or Serial.write or even Serial.print(‘$$$’). For what its worth I’m using a Duemilanove 328.
Any help would be appreciated.