nirmala h
Member level 1
- Joined
- Jan 18, 2011
- Messages
- 36
- Helped
- 6
- Reputation
- 12
- Reaction score
- 6
- Trophy points
- 1,288
- Location
- Bangalore, India
- Activity points
- 1,530
How to establish communication between Microcontroller & PC using Bluetooth BT0417C
Hi all,
Am using BT0417C Bluetooth, LPC2129 Microcontroller, but not able to establish the communication with the PC.
The AT commands are
AT //Testing the connection using Attention command
AT+BAUD8 //Changing the default baud rate
AT+NAMEblue //Changing default name
AT+PIN1234 //Changing default password
after this am sending "Hello" serially, but not able to receive on hyper-terminal(Transmission is happening).
So how to receive it on hyper-terminal, kindly help on this...
Hi all,
Am using BT0417C Bluetooth, LPC2129 Microcontroller, but not able to establish the communication with the PC.
The AT commands are
AT //Testing the connection using Attention command
AT+BAUD8 //Changing the default baud rate
AT+NAMEblue //Changing default name
AT+PIN1234 //Changing default password
after this am sending "Hello" serially, but not able to receive on hyper-terminal(Transmission is happening).
So how to receive it on hyper-terminal, kindly help on this...