SparkFun Forums 

Where electronics enthusiasts find answers.

Tips and questions relating to the GPS modules from SFE
By rsandhu
#26532
Hi, I've gone through all the online manuals and I still can't get my module working. I uploaded and enabled my script but I can't get it to execute. Telit says something about putting 2.8V on the DTR pin (which I tried and nothing happened). I can't seem to figure out what position the DTR switch needs to be in during enabling and executing can somebody help me out?

Here's the script I enabled(when I type at+cmss=1 in hyperterminal I receive a text message):

import MDM

MDM.send('AT#BND=1\r',0)
MDM.send('AT+cmgf=1\r',0)
MDM.receive(3)
MDM.send('AT+CMSS=1\r',0)
MDM.receive(3)


Thanks