BS2p and GSM modem together. Help!!! :roll:

Status
Not open for further replies.

ice-egoz

New Member
Hie. Lets say these. I need to use the BASIC Stamp to integrate to the GSM modem. Im using WAVECOM Fastrack.

Lets say I know the SMSing code. How does the BS2p and modem interface to each other? Help.. is it my code or is it me??

My code is this->

PAUSE 250
DEBUG "AT+CPIN?"
PAUSE 200
DEBUG "AT"
PAUSE 100
DEBUG CR
DEBUG "AT+CMGF=1"
DEBUG CR ' Carraige Return ot 'Enter'
PAUSE 200
DEBUG "AT+CSCA"
DEBUG 61
DEBUG CR
DEBUG 34
DEBUG "+6596845999"
DEBUG 34
PAUSE 200
DEBUG CR
DEBUG "AT+CMGS"
DEBUG 61 'ASCII Equivalent for =
DEBUG CR
DEBUG 34 'ASCII Equivalent for "
DEBUG "6597375633"
DEBUG 34 'ASCII Equivalent for "
DEBUG CR
PAUSE 200
DEBUG "Im HERE"
PAUSE 200
DEBUG 26
DEBUG CR
END
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…