We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all,
I'm using a eZ430-F2103 microcontroller to control a GSM modem. My problem is I don't know what is supposed to happen when you send an ASCII character to GSM modem from the microcontroller. Will the GSM modem respond me back with the same character? Is it just simply sending ASCII characters or there is more to it?
Thank you
Rui
There is ATE command which is supported by number of GSM modems. First you check whether this command is supported by the GSM modem which you are using. This command is used to determine whether or not the modem echoes characters received by an external application(DTE). Usually command works like this Command: ATE0 Response: OK Now the characters are not echoed and in this case you cannot see the characters which you type, on the Hyperterminal.
Command: ATE1 Response: OK Now the characters are echoed and you can see the characters which you type, on Hyperterminal
"ATE command which is supported by number of GSM modems"
I'd be fairly confident to say that this is available on all modems that support AT commands - not just GSM modems!
"the characters are not echoed and in this case you cannot see the characters which you type, on the Hyperterminal"
To be precise, the characters are not echoed by the modem - so you won't see what you type unless you set your terminal to local echo.
If you set your terminal to local echo and enable echo on the modem (ATE1), you will see double!