11 years ago.

BT - data received issues

  1. include "mbed.h"
  2. include "BluetoothBee.h"

BluetoothBee b(p9,p10); Serial pc(USBTX, USBRX);

int main() { b.setup(); printf("setup done\n"); while (1) { b.printf("BTBEE\n"); printf("data sent \n"); wait(10); } return 0; }

Connection gets setup with PC. Data is getting sent and received, but I am seeing garbage on received end. Emulator has been configured for 38400 as suggested.

Ideas?

Question relating to:

Be the first to answer this question.