Discussion Forum

gsm modem interfacing

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
kunal kedar
Posted
1-Sep-2010 15:24 GMT
Toolset
C51
New! gsm modem interfacing

i m unable interface gsm modem kit (st2133) using microcontroller AT89S51 to just send an sms . is it possible to interface with using only 3 pins of uc i.e
txd,rxd ,gnd of uc.please send me a sample code for this gsm modem interfacing.i hope a helping hand from yours.

Read-Only
Author
erik Malund
Posted
1-Sep-2010 15:28 GMT
Toolset
C51
New! RE: gsm modem interfacing

i m unable interface gsm modem kit (st2133) using microcontroller AT89S51 to just send an sms
what have you done so far?

Erik

Read-Only
Author
Tamir Michael
Posted
1-Sep-2010 15:33 GMT
Toolset
C51
New! RE: gsm modem interfacing

Erik Malund! You were instructed to deliver code not to ask questions!

Read-Only
Author
erik Malund
Posted
1-Sep-2010 18:11 GMT
Toolset
C51
New! RE: gsm modem interfacing

Erik Malund! You were instructed to deliver code not to ask questions!
ah, but there was no RFQ

Erik

Read-Only
Author
Per Westermark
Posted
1-Sep-2010 15:37 GMT
Toolset
C51
New! RE: gsm modem interfacing

Do you think your processor knows that you have connected a GSM modem? Do you think it needs to know?

The main things:
- do you connect the signals to the correct pins.
- correct voltage levels?
- correct baudrate?

Inside the processor, it's just serial communication. So look for sample code for serial communication.

And when sending/receiving SMS, it's just a standard protocol. So don't limit yourself to 8051 programs when looking for documentation what text strings to send or receive.

The documentation for your processor tells you how to make use of the UART.

The protocol documentation for your modem tells you what AT commands to use - and if there are special rules for baudrate, pauses, ...

The hw documentation for your modem or modem development kit tells you what signals you have available and what levels they have, so you can figure out if they can be connected directly to your UART or if you need any level converters.

What steps have yp done? Where are you stuck?

Read-Only
Author
Andy Neil
Posted
1-Sep-2010 18:35 GMT
Toolset
None
New! RE: I'm unable...

Why - what is preventing you?

Next Thread | Thread List | Previous Thread Start a Thread | Settings