NewSoftSerial + Bluetooth Bee?

Hi, I was just wondering if anyone has tried using NewSoftSerial with the Bluetooth Bee and Bees Shield? My sample code is on my website below and I’m not sure what I’m doing wrong.

michaelchuah.net/index.php/2011/ … tooth-bee/

I have managed to get the Bluetooth Bee and Bees Shield to connect via bluetooth to my laptop using the SSCOM32E.exe program provided in another post. Now I am just trying to achieve the same thing using NewSoftSerial instead.

michaelchuah.net/index.php/2011/ … es-shield/

Anyone out there with pointers in the right direction? :slight_smile:

Hi,

If you want to make the Bluetooth Bee on the Bees shield be the master, then the other Bluetooth Bee should be set as slave: +STWMOD=0

The two modules should be paired by both using the command +INQ=1 instead of +INQ=0 in your code.

May this helpful to you,

Steve