Link to home
Start Free TrialLog in
Avatar of hjf424
hjf424

asked on

how to send mms in gprs module

There are many gprs modules without supporting the wap stack in markets.i would send mms with these modules.With reading the mms protocol document,i know that mms could be sent as wap body .So i must write wap stack to send mms.But with present gprs module ,what can i do?Where can i down the free wap stack to complete the task?
ASKER CERTIFIED SOLUTION
Avatar of SimonTay
SimonTay

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hjf424
hjf424

ASKER

simontay:
   Thank you!But i have any questions as following:
1,how can i create tcp connection?and could you give me some samples?
2,when i use tcp connection,whether i should define pdp context use at command such as cgdcont command or not?
if do ,could you give me some samples?

The externalcommands program at the link above will create a tcp connection using the TC45 modem, you will still set the context using the cgdcont command.
Avatar of hjf424

ASKER

thank you!
whether ATD<ip address>:<port> command will create a tcp or not?could you give me a example to create tcp?
Set up the APN using

at+apn=orangeinternet (example apn)
at+un=web (username)
at+pw=web (password)

then
atd123.123.213.123:1000

will make the IP socket connection