Closed GoogleCodeExporter closed 9 years ago
It is most likely a baud rate issue if you got connection, but no data where
received.
The baud rate set in the Arduino sketch must match the baud rate of your BT
module.
In your case this would be 115200.
So change the test sketch to
Serial.begin(115200);
Original comment by bonifaz....@gmail.com
on 17 Jun 2010 at 11:02
Original comment by bonifaz....@gmail.com
on 23 Jun 2010 at 9:40
Original comment by bonifaz....@gmail.com
on 23 Jun 2010 at 9:40
Original issue reported on code.google.com by
rice103
on 17 Jun 2010 at 10:48