Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

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.

New Articles From Microcontroller Tips

Back
Top