View previous topic :: View next topic |
Author |
Message |
eng_haytham Guest
|
AT Commands |
Posted: Sat Mar 31, 2007 9:39 am |
|
|
Hello;
I want to use PIC16F877 to send message via a GSM modem.
I don't know how to use AT commands with PIC.
Can any body help me?
Thank you |
|
|
Ttelmah Guest
|
|
Posted: Sun Apr 01, 2007 2:36 am |
|
|
'AT' commands, are just text.
You need to get the wiring sorted out to connect the RS232 pins of the PIC to the modem concerned (remember if this is a modem designed to talk to a PC, you will need a hardware buffer/inverter like the MAX232 to give the right voltages), and then just 'printf' the commands, and look for the replies.
Do a search here, there have been plenty of examples posted, including methods of interpreting the responses.
Best Wishes |
|
|
Foppie
Joined: 16 Sep 2005 Posts: 138 Location: The Netherlands
|
|
Posted: Mon Apr 02, 2007 3:30 am |
|
|
You could search this forum for posts on this topic.
maybe these links help: link1, link2 |
|
|
|