- This topic has 2 replies, 2 voices, and was last updated 13 years ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › at commands
if keypad is interfaced with microntroller than is it possible to give AT commands to gsm directly through microcontroller without using hyperterminal.
if it is a numeric keypad then you should write your program in such a way that,
whenever ‘1’ key is pressed “AT” command is sent ,
whenever ‘2’ key is pressed “AT+CMGF=1” is sent ….like this you should write your program.
ok, thankyou