Page 1 of 1

need help setting up the gm862

Posted: Mon Feb 26, 2007 6:35 pm
by rsandhu
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