Changing NVS UART Speed of Easy Bluetooth Module
Fritz007
Posts: 2
Hello,
I'm using the easy bluetooth module in a project but not with parallax but with Arduino. Now I got the 2 talking and everything is working but at a default baud of 9600 (kinda slow). So my question is how can i change the baud rate? I did try the following:
So can anyone help me ?
Thanks!
I'm using the easy bluetooth module in a project but not with parallax but with Arduino. Now I got the 2 talking and everything is working but at a default baud of 9600 (kinda slow). So my question is how can i change the baud rate? I did try the following:
- In my program on the arduino setting the baud to 57600 (Serial1.begin(57600);)
- Also setting my terminal vieuwer to the same baud rate
- Im on windows 7 and also there i change the buad rate for the COM port the bluetooth module is using.
So can anyone help me ?
Thanks!
Comments
Is this wrong or not? I get a responce "N4" back when i listen to the serial port on my computer...