BS2 and GSM module
Mikael S
Posts: 60
Hello,
I try to communicate with a Siemens TC35i gsm module, but with no luck.
I can send sms, but when i want a response for a command, it will not work.
For example, when i use this program to display the model identification, i get the AT command string back in the debug (AT+CGMI), what is wrong?
answer VAR Word
SEROUT 0,16780,["AT+CGMI", 13]
SERIN 1,16780,[STR answer\9]
DEBUG STR answer
DEBUG "Klart!"
Best regards:
Mikael
I try to communicate with a Siemens TC35i gsm module, but with no luck.
I can send sms, but when i want a response for a command, it will not work.
For example, when i use this program to display the model identification, i get the AT command string back in the debug (AT+CGMI), what is wrong?
answer VAR Word
SEROUT 0,16780,["AT+CGMI", 13]
SERIN 1,16780,[STR answer\9]
DEBUG STR answer
DEBUG "Klart!"
Best regards:
Mikael
Comments
The module is directly via two resistors to the bs2:s i/o pins.
/Mikael
/Micke