I NEED HELP!!!!!!!!!

i need an avr c code to automate my bluetooth connection. I have a bluesmirf and a blue dongle and I want to connect them automaticaly, instead of using the at commands. If anyone has anything, please reply

Just so I understand, are you wanting the PC to connect automaticlly to the BlueSMiRF or the other way around?

In my setup, once I turn my bot on and init my serial baud, that’s all that’s required on the BlueSMiRF end. Then on the PC, I have a saved hyperterminal configuration that I double click and viola, the serial connection is complete. No need for AT commands unless you go into command mode to change system paramters.

Did that help?

Jay

Thank you for your help, but I solved the problem. I worte a c program that uses serial.h, and i just use serial.write(“ATDM,BT ADDRESS, 1101\r”)

AND THAT ALLOWED ME TO CONNECT WITHOUT USING HYPERTERMINAL