Project

General

Profile

Command timeout and MMS

Added by admin about 5 years ago

1.about parameter 'mobileGateway.Configuration.CommandWaitInterval' , can i set it
with different value for different AT command? normally if i send AT, I want set
the timeout to 2 second , but for 'AT+CMGS' I want set timetout to 10 seconds. i
can not find where i can set.

2. Does 'send MMS slide' and 'send MMS' had same sending speed with same picture?

3. with 'send MMS' , what is means about 'Transaction ID' and 'Presentation Id' ,
can i make it as fix string or assing random string to them? i want user make less
configuation.


Replies (1)

RE: Command timeout and MMS - Added by admin about 5 years ago

Please see my replies below.

Hi,
I am using ur code on my project, i have some question, please hep me,

1.about parameter 'mobileGateway.Configuration.CommandWaitInterval' , can
i set it with different value for different AT command? normally if i
send AT, I want set the timeout to 2 second , but for 'AT+CMGS' I want
set timetout to 10 seconds. i can not find where i can set.

Currently the setting is global which means it applies to all AT commands.
Since the library uses many AT commands, now it does not allow setting
timeout on per command basis.

2. Does 'send MMS slide' and 'send MMS' had same sending speed with same
picture?

The sending speed should be similar. Please note it also depend on the
network speed.

3. with 'send MMS' , what is means about 'Transaction ID' and
'Presentation Id' , can i make it as fix string or assing random string to
them? i want user make less configuation.

You can set it as random number or string. Check here if you want to know
more details

http://www.openmms.org/download/OMA-WAP-MMS.pdf

    (1-1/1)