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 communicate M23GA GSM module with fix destination host?

Status
Not open for further replies.

soltani_ict

Newbie level 2
Joined
Nov 25, 2008
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,302
define gprs

Dear
I have “M23GA” gsm module and Want to communicate with fix destination host.
This module not support m2m(machine to machine) codes so I can’t use “at$destinfo=…”
I think with "ATD*99*" can define fix destination but I don't know correct format
Please help me,

my email: soltani_ict@yahoo.com
Thx
 

sim300c pdp deactive tcp

let a pic or more data about your module
what U want from it p to p or communicate with fix destination host
 

ip mtnirancell

Dear all

first: I test this code

AT+CGDCONT=1,"IP","MTNIRANCELL" (ok)
AT+CGCLASS="B" (ok)
AT+CGATT=1 (GPRS attach or detach) (ok)
AT+CGACT=1 (PDP context activate or deactivate) (ok)
AT%CGPCO=1,"PAP,x,y",1 (x: User ID for GPRS dialup, y: password) (ok)
AT$NOSLEEP=1 (ok)
AT$DESTINFO=”*.*.*.*”,1,1500,0 (ERROR. EX=I)
ATD*97#
Connect
.
.
.
.
No carrier



second: i ca't set denstination host(IP,PORT,PROTOCOL)

AT+CGDCONT=1,"IP","mtnirancell","",0,0
AT+CGQREQ=1,0,0,0,0,0
AT+CGQMIN=1,0,0,0,0,0
ATD*99***1
Connect
.
.
.
.
No carrier

3th:

AT+CGDCONT=1,"IP","MTNIRANCELL"
AT+CGCLASS="B"
AT+CGATT=1 (GPRS attach or detach)
AT+CGACT=1 (PDP context activate or deactivate)
ATD*99*"89,165,12,11","65000","TCP" (Error)

4th:

AT+CGDCONT=1,"IP","MTNIRANCELL"
AT+CGCLASS="B"
AT+CGATT=1 (GPRS attach or detach)
AT+CGACT=1 (PDP context activate or deactivate)
ATD*98*"89,165,12,11","65000","TCP" (No carrier)


5th:


AT+CGDCONT=1,"IP","MTNIRANCELL"
AT+CGCLASS="B"
AT+CGATT=1 (GPRS attach or detach)
AT+CGACT=1 (PDP context activate or deactivate)
ATD*98*"89,165,12,11,65000,TCP"**1# (Error)



email: soltani_ict@yahoo.com
 

atd*99***1#

well , actually i m also facing same kind of problem using another module i.e. sim300.

on using atd command for dialling i got same output as above .

i had posted the detailed info of my problem in the concerned thread
( ) but got no response from anyone .

lets see if we can get some expert suggestions on this issue .
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top