<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<small>Hi CLUEbies,<br>
</small><br>
OK I am stumped. Can you please help me?<br>
<br>
I am building an application that will send and receive SMS text
messages using a cell phone modem connected via USB to the computer. I
know how to do it with a Sierra Wireless card (I'll post the
instructions after my sig for the record). However for some business
reason we prefer to use this Verizon Novatel USB stick:<br>
<br>
ati<br>
Manufacturer: NOVATEL WIRELESS INCORPORATED<br>
Model: MC760 VERIZON<br>
Revision: Q6085BDRAGONFLY_V139 [Jul 02 2009 18:00:00]<br>
ESN: 0x5B4F8091<br>
+GCAP: +CIS707-A, CIS-856-A, +MS, +ES, +DS<br>
<br>
OK<br>
<br>
The MC760 FAQ is inconclusive about whether or not text messaging is
supported. 
<a class="moz-txt-link-freetext" href="http://www.novatelwireless.com/index.php?option=com_content&view=article&id=163&Itemid=108">http://www.novatelwireless.com/index.php?option=com_content&amp;view=article&amp;id=163&amp;Itemid=108</a><br>
"Does Ovation™ MC760 support voice calls, fax and/or text messaging?<br>
No. Voice calls and fax are not supported."<br>
<br>
My google searching has turned up nothing related to AT commands that
could be used to process SMS text messages with this device. Novatel's <br>
web site is also unhelpful. Does anyone out there in CLUE-land have any
ideas? All of the AT commands below return ERROR on the Novatel device.<br>
<br>
Thanks,<br>
Jim<br>
-- <br>
Jim Ockers, P.Eng. (<a class="moz-txt-link-abbreviated" href="mailto:ockers@ockers.net">ockers@ockers.net</a>)<br>
Contact info: <a class="moz-txt-link-freetext" href="http://www.ockers.net/msi.html">http://www.ockers.net/msi.html</a><br>
<br>
<br>
APPENDIX: HOW TO DO SMS ON AT&amp;T WITH SIERRA WIRELESS MODEM<br>
<br>
AT+CMGF=1<br>
OK<br>
AT+CMGW="970XXXYYYY"<br>
&gt; Hey I can send messages from the router with USB modem :)<br>
&gt;<br>
<br>
+CMGW: 3<br>
<br>
OK<br>
AT+CMSS=3 &lt;==== THE "3" IS THE MSG NUMBER RETURNED FROM THE +CMGW <br>
COMMAND OUTPUT<br>
+CMSS: 0<br>
<br>
OK<br>
<br>
AT+CMGL="ALL"<br>
 ...<br>
+CMGL: 3,"STO SENT","970XXXYYYY",,<br>
Hey I can send messages from the router with USB modem :)<br>
 ...<br>
<br>
<br>
</body>
</html>