- This topic has 4 replies, 2 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.
|
can we interface gsm module directly to computer without using microcontroller.why microcontroller is used in the circuit.
yes, you can connect GSM module directly to the PC via Serial Port. And commands to GSM module can be given using the hyper terminal.
In the project, Microcontroller itself acts like PC. Microcontroller gives commands to the GSM based on your program.
ok thankyou. but can we connect gsm directly to microcntroller and give AT commands from keypad interfaced to it or not
yes, you can give AT commands from the keypad but you should write your code for the requirement.
ok thankyou