BTBee: escape sequence? Cant find in manual

Hello Guys,

I’m looking forward to implement a BTBee driver for netduino, but Im new to the Bee modules (and netduino ^^):
How do I escape binary data so that BTBee doesnt take random \r\n sequences as commands? I need to send quite randomly formatted data in my project.

Greetz,
Mav

I think it’s ok that for you to send random data including \r\n, as the data only be recognized as command when the module in the command mode. As if it is connected with other buletooth device, all the data sent to to the module will be recognized as pure data.

Regards,
Steve

Oh, so, all the command thing shuts down once connected… Interesting :slight_smile: I think I can implement a simple driver now, thank you :slight_smile: