Need help to test Easy Bluetooth Module
Xavier
Posts: 26
Hi,
I have the Easy Bluetooth Module and Basic Stamp2Pe :
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/bluetooth/List/0/SortField/4/ProductID/550/Default.aspx
I only have one of these and I wanted to test it to send/recive data to/from another Bluetooth Device like a Mobile Phone(Android). (and I don´t have a notebook so I use the computer)
Please does anyone have an idea and could help me, please.
I have the Easy Bluetooth Module and Basic Stamp2Pe :
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/bluetooth/List/0/SortField/4/ProductID/550/Default.aspx
I only have one of these and I wanted to test it to send/recive data to/from another Bluetooth Device like a Mobile Phone(Android). (and I don´t have a notebook so I use the computer)
Please does anyone have an idea and could help me, please.
Comments
Once you have the Module and your Android phone talking to each other, you can send and receive data using SEROUT and SERIN from the BS2pe since the Module provides a standard serial connection to the Stamp. Read the documentation for the Module for examples.
Thanks Mike, well I have another problem when I connect the Basic Stamp2sx to another computer with Bluetooth and run the code example in the pdf http://www.parallax.com/Portals/0/Downloads/docs/prod/comm/30085-EasyBluetooth-v1.3.pdf
I can't see the COM port of the Bluetooth assigned and I did all the steps right.
Please Help, Thanks.
control panel --> Hardware and Sound --> Add a Bluetooth Device --> Enter Code: 0000 --> then it connects to the Bluetooth and automatically it gives it a COM Port (11)
Then when I try to run the code the Basic Stamp2 dosen't see the port COM11.
Baud Rate
8-bit
No Parity
INVERTED
8-bit
No Parity
TRUE
7-bit
Even Parity
INVERTED
7-bit
Even Parity
TRUE
1200
18447 ($480F)
2063 ($080F)
26639 ($680F)
10255 ($280F)
2400
17405 ($43FD)
1021 ($03FD)
25597 ($63FD)
9213 ($23FD)
4800
16884 ($41F4)
500 ($01F4)
25076 ($61F4)
8692 ($21F4)
9600
16624 ($40F0)
240 ($00F0)
24816 ($60F0)
8432 ($20F0)