- This topic has 4 replies, 4 voices, and was last updated 12 years, 8 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › GSM INTERFACE WITH PIC
I’ve been tryin to send an sms thru GSM modem, the commands being input serially thru PIC16F877A.
The modem’s working fine when commands are sent thru hyperterminal, but no response when interfaced to PIC….pls advice
Check whether your TTL to serial converter is working properly. Can you send the same commands from the PIC to hyperterminal without any problem?
1) check your pic baud rate
2) connect your pic tx pin to pc via max232.
3) send test string to hyperterminal. e.g: USART_Write(“test”) for mikroc
It’s working quite fine now…i s’pose the setting of delay between commands was the problem. Thank you all!
Currently, I am doing the exact same thing… Can you please send me your sample code, it will be really helpful. I have written some code but the AT Commands keep on looping…