Hi,
Is there any guidelines about how to send/receive MMS using Sierra WP/MC module?
I did search on AT command/SDK API documents but could not find anything related to MMS.
Thanks!
Hi,
Is there any guidelines about how to send/receive MMS using Sierra WP/MC module?
I did search on AT command/SDK API documents but could not find anything related to MMS.
Thanks!
You can use python:
https://sourceforge.net/projects/python-mms/files/python-mms/0.2/
Thanks. I see some Sierra modules have inbuilt AT commands for MMS. Is there no such thing for WP module and the only way is to develop your own interface or use third party interface ?
you said “some Sierra modules have inbuilt AT commands for MMS”,
Which AT command are you talking about?
AT+MMSSERV to configure MMS server settings. | ||
---|---|---|
AT+MMSMSG to prepare the MMS message. | ||
AT+MMSPIC to download MMS picture. This will prompt you send a .jpeg file; download the file when prompted with $$. | ||
AT+MMSSND to download MMS sound. This will prompt you send a .jpeg file; download the file when prompted with $$. | ||
AT+MMSSEND to send the MMS. |
which module is using these commands?
Seems SL/WM series module.
I found this information from here:
that is different series which uses OpenAT program