EmbeddedBlue (eb500) connecting with BOE
Joch119
Posts: 7
Hello,
I am trying to connect the eb500 bluetooth adapter using the BOE (Board of Education) and am using a usb bluetooth adapter for my laptop. I get it to establish a connection, but I cant seem to get it to receive anything that I type through hyper terminal. I have been through all the pages of the eb500 manual and have done all the steps. I can get it to send information to hyperterminal through (COM5) but I cant get it to receive through (COM6).
This is the code I was using:
'{$STAMP BS2}
bData VAR Byte
'WAIT FOR the eb500 radio TO be ready
PAUSE 1000
Main:
SERIN 0,84,[noparse][[/noparse]STR bData\1]
DEBUG STR bData\1
GOTO Main
PLEASE HELP!!!
I am trying to connect the eb500 bluetooth adapter using the BOE (Board of Education) and am using a usb bluetooth adapter for my laptop. I get it to establish a connection, but I cant seem to get it to receive anything that I type through hyper terminal. I have been through all the pages of the eb500 manual and have done all the steps. I can get it to send information to hyperterminal through (COM5) but I cant get it to receive through (COM6).
This is the code I was using:
'{$STAMP BS2}
bData VAR Byte
'WAIT FOR the eb500 radio TO be ready
PAUSE 1000
Main:
SERIN 0,84,[noparse][[/noparse]STR bData\1]
DEBUG STR bData\1
GOTO Main
PLEASE HELP!!!
Comments
Any suggestions.