Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to handle "call" when GPRS data is being sent by the GSM module?

Status
Not open for further replies.

bikashh

Full Member level 5
Joined
Nov 28, 2009
Messages
264
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
india
Activity points
3,132
hi all,

I am working with Siemens GSM module and had configured GPRS successfully.But had a doubt,how should i handle call in between when data is being sent by the module?I am using MC55i Siemens module.

thanks in advance
 

Which mode are you using? (NORMAL or TRANSPERNT TCP/IP)
 

i am using normal mode..
thanks for the reply
 

While sending data if you get a call & wanna give it a high priority than gprs connection then switch from data mode to command mode using +++ command. Make sure that +++ should be preceded & followed by a delay of at least 1000ms. Also +++ sequence should be entered in a quick succession (within one second).
 

i have successfully written the code without using +++,everything is handled by the module .thanks for all your support
 

when you are interfacing a controller with gsm module your data will be sent within very short time so you will not experience the fact that "module cannot accept at commands until number of bytes specified in the last command(AT^SISW) are entered". if you try it with hyper terminal you will get it.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top