{"id":114,"date":"2016-12-02T18:16:51","date_gmt":"2016-12-02T18:16:51","guid":{"rendered":"http:\/\/www.web-workers.ch\/?p=114"},"modified":"2019-10-26T16:53:51","modified_gmt":"2019-10-26T16:53:51","slug":"how-to-configure-op5-to-send-sms-via-telit-ht910-g","status":"publish","type":"post","link":"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/","title":{"rendered":"How to configure OP5 to send SMS via Telit HT910G"},"content":{"rendered":"<h1>Connect<\/h1>\n<ul>\n<li>Add your SIM card to the Telit GSM modem and attach it via USB port to your server.<\/li>\n<li>To find the port where your GSM modem is attached,\u00a0execute the following script after you&#8217;ve marked it as executable.<\/li>\n<\/ul>\n<blockquote><p>#!\/bin\/bash<br \/>\nfor sysdevpath in $(find \/sys\/bus\/usb\/devices\/usb*\/ -name dev); do<br \/>\n(<br \/>\nsyspath=&#8221;${sysdevpath%\/dev}&#8221;<br \/>\ndevname=&#8221;$(udevadm info -q name -p $syspath)&#8221;<br \/>\n[[ &#8220;$devname\u201d == &#8220;bus\/&#8221;* ]] &amp;&amp; continue<br \/>\neval &#8220;$(udevadm info -q property \u2013export -p $syspath)&#8221;<br \/>\n[[ -z \u201c$ID_SERIAL\u201d ]] &amp;&amp; continue<br \/>\necho &#8220;\/dev\/$devname \u2013 $ID_SERIAL&#8221;<br \/>\n)<br \/>\ndone<\/p><\/blockquote>\n<p><code># .\/listdev.sh<\/code><code>\/dev\/ttyACM0 - Telit_wireless_solutions_Telit_Wireless_Module_351579057468926<\/code><code>\/dev\/ttyACM1 - Telit_wireless_solutions_Telit_Wireless_Module_351579057468926<\/code><code>\/dev\/ttyACM2 - Telit_wireless_solutions_Telit_Wireless_Module_351579057468926<\/code><code>\/dev\/ttyACM3 - Telit_wireless_solutions_Telit_Wireless_Module_351579057468926<\/code><code>\/dev\/ttyACM4 - Telit_wireless_solutions_Telit_Wireless_Module_351579057468926<\/code><code>\/dev\/ttyACM5 - Telit_wireless_solutions_Telit_Wireless_Module_351579057468926<\/code><code>\/dev\/ttyACM6 - Telit_wireless_solutions_Telit_Wireless_Module_351579057468926<\/code><code>\/dev\/input\/mouse2 - VMware_VMware_Virtual_USB_Mouse<\/code><code>\/dev\/input\/event4 - VMware_VMware_Virtual_USB_Mouse<\/code><code>\/dev\/input\/js0 - VMware_VMware_Virtual_USB_Mouse<\/code><code>\/dev\/input\/mouse3 - VMware_VMware_Virtual_USB_Mouse<\/code><code>\/dev\/input\/event5 - VMware_VMware_Virtual_USB_Mouse<\/code><\/p>\n<p>Take a note of the device-path (\/dev\/ttyACM0)<\/p>\n<h1>Configuration<\/h1>\n<p>\/etc\/smsd.conf: This sample configuration file works fine in our productive environment on a SIM card without PIN code enabled &#8211; if you need to configure a PIN (if enabled) try configuring &#8220;pin=&#8221; . Make sure you use the correct device-path from above (device=\/dev\/ttyACM0) at &#8220;device=&#8221;.<\/p>\n<blockquote><p># Example smsd.conf. Read the manual for a description<br \/>\n# once your configuration is OK, set log level lower (5 is good in most cases)<br \/>\ndevices=GSM1<br \/>\nlogfile=\/var\/log\/smsd\/smsd.log<br \/>\nloglevel=8<br \/>\nuser=root<br \/>\ninfofile=\/var\/run\/smsd\/smsd.working<br \/>\npidfile=\/var\/run\/smsd\/smsd.pid<br \/>\n# 3.1.5 introduced smart logging<br \/>\nsmart_logging=yes<\/p>\n<p>&nbsp;<\/p>\n<p>[GSM1]<br \/>\ninit=ATE0<br \/>\nincoming=no<br \/>\nrtscts=no<br \/>\ncs_convert=yes<br \/>\nreport=no<br \/>\nmode=new<br \/>\ndevice=\/dev\/ttyACM0<br \/>\npin=0014<br \/>\nbaudrate=115200<\/p><\/blockquote>\n<h1>Testing<\/h1>\n<p>Configure your hyperterminal session by using minicom -s<\/p>\n<p><code># minicom -s<\/code><\/p>\n<p>Select &#8220;Serial port setup&#8221;<br \/>\n<img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"115\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-18_17_20-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_17_20-10.0.1.30-Remotedesktopverbindung.png?fit=234%2C183&amp;ssl=1\" data-orig-size=\"234,183\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 18_17_20-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_17_20-10.0.1.30-Remotedesktopverbindung.png?fit=234%2C183&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_17_20-10.0.1.30-Remotedesktopverbindung.png?fit=234%2C183&amp;ssl=1\" class=\"alignnone size-full wp-image-115\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_17_20-10.0.1.30-Remotedesktopverbindung.png?resize=234%2C183\" alt=\"\" width=\"234\" height=\"183\" \/><\/p>\n<p>Make sure your settings looks like this (A &#8211; Serial Device must match the path from above, E &#8211; Bps\/Par\/Bits must be 19200 8N1 or 115200 8N1). Press ENTER to save your setting.<br \/>\n<img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"118\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-18_33_22-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_33_22-10.0.1.30-Remotedesktopverbindung.png?fit=593%2C178&amp;ssl=1\" data-orig-size=\"593,178\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 18_33_22-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_33_22-10.0.1.30-Remotedesktopverbindung.png?fit=300%2C90&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_33_22-10.0.1.30-Remotedesktopverbindung.png?fit=593%2C178&amp;ssl=1\" class=\"alignnone size-full wp-image-118\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_33_22-10.0.1.30-Remotedesktopverbindung.png?resize=593%2C178\" alt=\"\" width=\"593\" height=\"178\" srcset=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_33_22-10.0.1.30-Remotedesktopverbindung.png?w=593&amp;ssl=1 593w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_33_22-10.0.1.30-Remotedesktopverbindung.png?resize=300%2C90&amp;ssl=1 300w\" sizes=\"auto, (max-width: 593px) 100vw, 593px\" \/><\/p>\n<p>Select Exit to open the connection to the GSM modem<br \/>\n<img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"119\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-18_38_50-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_38_50-10.0.1.30-Remotedesktopverbindung.png?fit=233%2C178&amp;ssl=1\" data-orig-size=\"233,178\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 18_38_50-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_38_50-10.0.1.30-Remotedesktopverbindung.png?fit=233%2C178&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_38_50-10.0.1.30-Remotedesktopverbindung.png?fit=233%2C178&amp;ssl=1\" class=\"alignnone size-full wp-image-119\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_38_50-10.0.1.30-Remotedesktopverbindung.png?resize=233%2C178\" alt=\"\" width=\"233\" height=\"178\" \/><\/p>\n<p>The connection is initalized<br \/>\n<img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"120\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-18_39_35-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_39_35-10.0.1.30-Remotedesktopverbindung.png?fit=214%2C86&amp;ssl=1\" data-orig-size=\"214,86\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 18_39_35-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_39_35-10.0.1.30-Remotedesktopverbindung.png?fit=214%2C86&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_39_35-10.0.1.30-Remotedesktopverbindung.png?fit=214%2C86&amp;ssl=1\" class=\"alignnone size-full wp-image-120\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_39_35-10.0.1.30-Remotedesktopverbindung.png?resize=214%2C86\" alt=\"\" width=\"214\" height=\"86\" \/><\/p>\n<p>The connection is open, the GSM modem is ready to receive commands<br \/>\n<img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"121\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-18_40_07-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_40_07-10.0.1.30-Remotedesktopverbindung.png?fit=492%2C196&amp;ssl=1\" data-orig-size=\"492,196\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 18_40_07-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_40_07-10.0.1.30-Remotedesktopverbindung.png?fit=300%2C120&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_40_07-10.0.1.30-Remotedesktopverbindung.png?fit=492%2C196&amp;ssl=1\" class=\"alignnone size-full wp-image-121\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_40_07-10.0.1.30-Remotedesktopverbindung.png?resize=492%2C196\" alt=\"\" width=\"492\" height=\"196\" srcset=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_40_07-10.0.1.30-Remotedesktopverbindung.png?w=492&amp;ssl=1 492w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-18_40_07-10.0.1.30-Remotedesktopverbindung.png?resize=300%2C120&amp;ssl=1 300w\" sizes=\"auto, (max-width: 492px) 100vw, 492px\" \/><\/p>\n<p>Send SMS by using AT commands. NOTE: In this example we have removed the PIN of the SIM card, if the PIN is still present make sure you are properly authenticated &#8211; additional details please see the chapter &#8216;PIN codes by using AT commands&#8217; below)<code>AT<\/code><code>OK<\/code><code>AT+CMGF=1 -----&gt; set message format, see AT reference<\/code><code>OK<\/code><code>AT+CMGS=\"+41796316771\"<\/code><code>&gt; Hello World!<\/code><code>&gt;<\/code>&lt;PRESS CTRL-Z to send the message&gt;<br \/>\n<code>+CMGS: 255<\/code><code>OK<\/code><\/p>\n<p>To exit minicom press CRTL-A and then x or q.<\/p>\n<h1>Services<\/h1>\n<p>Make sure the smsd service is enabled to start on boot<code># chkconfig --list smsd<\/code><code>smsd 0:off 1:off 2:off 3:on 4:off 5:off 6:off<br \/>\n<\/code><\/p>\n<p>Enable the service on boot for runlevel 3,4 and 5 by using the following command<code># chkconfig smsd on<\/code><\/p>\n<p>To start\/stop the service use following command<code># service smsd stop<\/code><code># service smsd start<\/code><\/p>\n<p>Make sure the smsd service is running by using the command line<br \/>\n<code># service smsd status<\/code><code>smsd (pid 1476 1475) is running...<\/code><br \/>\nOr check the service status via OP5 webbased GUI<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"123\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-19_08_13-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_08_13-10.0.1.30-Remotedesktopverbindung.png?fit=959%2C701&amp;ssl=1\" data-orig-size=\"959,701\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 19_08_13-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_08_13-10.0.1.30-Remotedesktopverbindung.png?fit=300%2C219&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_08_13-10.0.1.30-Remotedesktopverbindung.png?fit=959%2C701&amp;ssl=1\" class=\"alignnone size-full wp-image-123\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_08_13-10.0.1.30-Remotedesktopverbindung.png?resize=959%2C701\" alt=\"\" width=\"959\" height=\"701\" srcset=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_08_13-10.0.1.30-Remotedesktopverbindung.png?w=959&amp;ssl=1 959w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_08_13-10.0.1.30-Remotedesktopverbindung.png?resize=300%2C219&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_08_13-10.0.1.30-Remotedesktopverbindung.png?resize=768%2C561&amp;ssl=1 768w\" sizes=\"auto, (max-width: 959px) 100vw, 959px\" \/><\/p>\n<p>Make sure you can send a SMS message by using OP5 webbased GUI.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"122\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-19_07_29-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_07_29-10.0.1.30-Remotedesktopverbindung.png?fit=970%2C537&amp;ssl=1\" data-orig-size=\"970,537\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 19_07_29-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_07_29-10.0.1.30-Remotedesktopverbindung.png?fit=300%2C166&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_07_29-10.0.1.30-Remotedesktopverbindung.png?fit=970%2C537&amp;ssl=1\" class=\"alignnone size-full wp-image-122\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_07_29-10.0.1.30-Remotedesktopverbindung.png?resize=970%2C537\" alt=\"\" width=\"970\" height=\"537\" srcset=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_07_29-10.0.1.30-Remotedesktopverbindung.png?w=970&amp;ssl=1 970w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_07_29-10.0.1.30-Remotedesktopverbindung.png?resize=300%2C166&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_07_29-10.0.1.30-Remotedesktopverbindung.png?resize=768%2C425&amp;ssl=1 768w\" sizes=\"auto, (max-width: 970px) 100vw, 970px\" \/><\/p>\n<p>To send SMS notifications, make sure your contacts have filled out the &#8216;Pager&#8217; information<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"124\" data-permalink=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/2017-03-02-19_15_35-10-0-1-30-remotedesktopverbindung\/\" data-orig-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_15_35-10.0.1.30-Remotedesktopverbindung.png?fit=854%2C691&amp;ssl=1\" data-orig-size=\"854,691\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}\" data-image-title=\"2017-03-02 19_15_35-10.0.1.30 &#8211; Remotedesktopverbindung\" data-image-description=\"\" data-image-caption=\"\" data-medium-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_15_35-10.0.1.30-Remotedesktopverbindung.png?fit=300%2C243&amp;ssl=1\" data-large-file=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_15_35-10.0.1.30-Remotedesktopverbindung.png?fit=854%2C691&amp;ssl=1\" class=\"alignnone size-full wp-image-124\" src=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_15_35-10.0.1.30-Remotedesktopverbindung.png?resize=854%2C691\" alt=\"\" width=\"854\" height=\"691\" srcset=\"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_15_35-10.0.1.30-Remotedesktopverbindung.png?w=854&amp;ssl=1 854w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_15_35-10.0.1.30-Remotedesktopverbindung.png?resize=300%2C243&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/2017-03-02-19_15_35-10.0.1.30-Remotedesktopverbindung.png?resize=768%2C621&amp;ssl=1 768w\" sizes=\"auto, (max-width: 854px) 100vw, 854px\" \/><\/p>\n<h1>Troubleshooting<\/h1>\n<h4>CMS Error: 314<\/h4>\n<p><code>AT+CMGS=\"+41796316771\"<\/code><code>+CMS ERROR: 314<\/code><br \/>\nCMS Error: 314 usualy means the device is busy and you have to try later again. Sometimes you can try as long as you want, you wont become able to send messages. If this is the case try to reset your GSM modem by using following command and try again afterwards, you may have solved the problem with that.<\/p>\n<p><code>AT&amp;F<\/code><\/p>\n<h4>CMS Error:\u00a0500<\/h4>\n<p>CMS ERROR: 500 is unfortunately a very generic error message. Try to\u00a0send an SMS directly without storing it to the SIM.<\/p>\n<p>AT+CMGS \u00a0 \u00a0&#8216; Send an SMS directly without storing to the SIM<br \/>\nAT+CMGW \u00a0 &#8216; Writing an SMS to the SIM card and then send the SMS<br \/>\nAT+CMGR \u00a0 \u00a0&#8216; By using the CMGR command you can verify if the SMS is written to SIM and it&#8217;s current status<\/p>\n<p>Read your configured Service-Center number configured on your SIM card to send SMS messages (for example the number of Swisscom)<code>AT+CSCA?<br \/>\n+CSCA: \"+41794999000\",145<br \/>\n<\/code><\/p>\n<p>If the number is not correctly configured then change it by using<code>AT+CSCA=\"+41794999000\",145<br \/>\n<\/code><code>OK<\/code><\/p>\n<div class=\"blog-title-box active\">\n<div class=\"bloglevel1hover-reg\">\n<div class=\"blog-article-right\">\n<h4 class=\"blog-article-title\">PIN codes by using AT commands<\/h4>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"blog-article-container\">\n<p>If you have a PIN code enabled SIM\u00a0card and want to remove \/ disable the PIN code by using AT commands, then follow these commands. Suppose 9546 is the current PIN code, replace 9546 with your PIN code. Query the state of the SIM card by using the CPIN? command and remove the SIM code afterwards.<\/p>\n<p><code>AT+CPIN?<br \/>\n+CPIN: SIM PIN ----&gt; pin codes need to be entered<br \/>\nOK<br \/>\nAT+CPIN=\"9546\"<br \/>\nOKAT+CLCK=\"SC\",0,\"9546\" ----&gt; disable pin code<br \/>\nOKAT+CPIN?<br \/>\n+CPIN: READY<\/code><\/p>\n<\/div>\n<div>Attached some examples about PIN and PUK management:<\/div>\n<div class=\"blog-article-container\"><code><span style=\"font-size: 8pt;\">AT+CLCK=\"SC\",1,\"0000\",1 ----&gt;When you want to set pin code \"0000\"<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">--Reboot module<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPIN?<br \/>\n<\/span><span style=\"font-size: 8pt;\">+CPIN: SIM PIN<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPIN=\"0000\"<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPWD=\"SC\",\"0000\",\"1234\" ----&gt;When you want to change the pin code to \"1234\"<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">--Reboot module<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPIN?<br \/>\n<\/span><span style=\"font-size: 8pt;\">+CPIN: SIM PIN<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT*PSPRAS?<br \/>\n<\/span><span style=\"font-size: 8pt;\">*PSPRAS: 3,10,255,255<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPIN=\"7777\" ----&gt;Input the wrong pin code will reduce the available try times<br \/>\n<\/span><span style=\"font-size: 8pt;\">+CME ERROR: incorrect password<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT*PSPRAS?<br \/>\n<\/span><span style=\"font-size: 8pt;\">*PSPRAS: 2,10,255,255<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPIN=\"1234\"<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPIN?<br \/>\n<\/span><span style=\"font-size: 8pt;\">+CPIN: SIM PUK<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<br \/>\n<\/span><span style=\"font-size: 8pt;\">AT+CPIN=\"44753796\",\"1234\" ----&gt;When you want to input the PUK code after you input 3 times of the wrong pin.<br \/>\n<\/span><span style=\"font-size: 8pt;\">OK<\/span><br \/>\n<\/code><\/p>\n<h4>GSM connection state details<\/h4>\n<p><span style=\"font-size: 12pt;\"><strong>Check for Received Signal Strength &amp; Quality <\/strong><\/span><\/p>\n<p><code>AT+CSQ<br \/>\n+CSQ: 13,1<\/code><br \/>\nWait for the response in format: +CSQ: &lt;rssi&gt;, &lt;ber&gt;<\/p>\n<p><em><strong>&lt;rssi&gt;<\/strong><\/em><br \/>\nInteger from 0 to 99 indicates the received signal strength. NOTE: Signal strength less than 6 indicates only 1 antenna bar, the quality of a connection will be poor and the connection may even drop.<\/p>\n<table style=\"width: 761px;\">\n<tbody>\n<tr>\n<td style=\"width: 169px;\"><strong>&lt;rssi&gt; value<\/strong><\/td>\n<td style=\"width: 208px;\"><strong>Signal strength\u00a0<\/strong><\/td>\n<td style=\"width: 383px;\"><strong>Indication (for devices with a User Interface (MMI))\u00a0<\/strong><\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">0<\/td>\n<td style=\"width: 208px;\">-113 dBm or less<\/td>\n<td style=\"width: 383px;\">Signal is VERY low: at the extreme sensibility limit<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">1<\/td>\n<td style=\"width: 208px;\">-111 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate only 1 antenna bar<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">2<\/td>\n<td style=\"width: 208px;\">-109 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate only 1 antenna bar<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">3<\/td>\n<td style=\"width: 208px;\">-107 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate only 1 antenna bar<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">4<\/td>\n<td style=\"width: 208px;\">-105 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate only 1 antenna bar<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">5<\/td>\n<td style=\"width: 208px;\">-103 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate only 1 antenna bar<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">6<\/td>\n<td style=\"width: 208px;\">-101 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 2 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">7<\/td>\n<td style=\"width: 208px;\">-99 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 2 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">8<\/td>\n<td style=\"width: 208px;\">-97 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 2 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">9<\/td>\n<td style=\"width: 208px;\">-95 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 2 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">10<\/td>\n<td style=\"width: 208px;\">-93 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 3 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">11<\/td>\n<td style=\"width: 208px;\">-91 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 3 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">12<\/td>\n<td style=\"width: 208px;\">-89 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 3 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">13<\/td>\n<td style=\"width: 208px;\">-87 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 3 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">14<\/td>\n<td style=\"width: 208px;\">-85 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 3 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">15<\/td>\n<td style=\"width: 208px;\">-83 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">16<\/td>\n<td style=\"width: 208px;\">-81 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">17<\/td>\n<td style=\"width: 208px;\">-79 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">18<\/td>\n<td style=\"width: 208px;\">-77 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">19<\/td>\n<td style=\"width: 208px;\">-75 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">20<\/td>\n<td style=\"width: 208px;\">-73 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">21<\/td>\n<td style=\"width: 208px;\">-71 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">22<\/td>\n<td style=\"width: 208px;\">-69 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">23<\/td>\n<td style=\"width: 208px;\">-67 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">24<\/td>\n<td style=\"width: 208px;\">-65 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">25<\/td>\n<td style=\"width: 208px;\">-63 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">26<\/td>\n<td style=\"width: 208px;\">-61 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">27<\/td>\n<td style=\"width: 208px;\">-59 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">28<\/td>\n<td style=\"width: 208px;\">-57 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">29<\/td>\n<td style=\"width: 208px;\">-55 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">30<\/td>\n<td style=\"width: 208px;\">-53 dBm<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">31<\/td>\n<td style=\"width: 208px;\">-51 dBm or more<\/td>\n<td style=\"width: 383px;\">MMI may indicate 4 antenna bars<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 169px;\">99<\/td>\n<td style=\"width: 208px;\">not detected<\/td>\n<td style=\"width: 383px;\">MMI may indicate flashing antenna bars<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><em><strong>&lt;bet&gt;<\/strong><\/em><br \/>\nInteger from 0 to 7 and 99 reports the received signal quality measured on the radio traffic channel (error bit rate in percent)<\/p>\n<p><span style=\"font-size: 12pt;\"><strong>Check if device is registered to the network<\/strong><\/span><\/p>\n<p><code>AT+CREG?<br \/>\n+CREG: 0,1<\/code><\/p>\n<p>Wait for response in the format: +CREG: &lt;mode&gt;, &lt;stat&gt;<\/p>\n<p><em><strong>&lt;mode&gt;<\/strong><\/em><br \/>\n0 GSM<br \/>\n2 UTRAN<\/p>\n<p><em><strong>&lt;stat&gt;<\/strong><\/em><br \/>\n0 &#8211; not registered, ME is not currently searching a new operator to register to<br \/>\n1 &#8211; registered, home network<br \/>\n2 &#8211; not registered, but ME is currently searching a new operator to register to<br \/>\n3 &#8211; registration denied<br \/>\n4 &#8211; unknown<br \/>\n5 &#8211; registered, roaming<\/p>\n<p><span style=\"font-size: 12pt;\"><strong>Overall overview<\/strong><\/span><\/p>\n<p>\u201cbattchg\u201d &#8211; battery charge level &#8211; battery charge level indicator range 0..5<br \/>\n\u201csignal\u201d \u00a0 &#8211; signal quality &#8211; signal quality indicator, range: 0 to 7, 99 &#8211; not measurable<br \/>\n\u201cservice\u201d &#8211; service availability &#8211; service availability indicator, range: 0 &#8211; not registered to any network, 1 &#8211; registered<\/p>\n<p><code>AT+CIND=?<br \/>\n+CIND: ((\"battchg\",(0-5,99)),(\"signal\",(0-7,99)),(\"service\",(0,1)),(\"sounder\",()<\/code><\/p>\n<p><span style=\"font-size: 12pt;\"><b>Reboot device<\/b><\/span><\/p>\n<p><span style=\"font-size: 0.875rem;\"><code>AT#REBOOT<\/code><\/span><\/p>\n<p><span style=\"font-size: 12pt;\"><strong>Check device hardware<\/strong><\/span><\/p>\n<p><em>Manufacturer Identification<\/em><br \/>\n<code>AT+GMI<br \/>\nTelit<\/code><br \/>\n<em>Model Identification<\/em><br \/>\n<code>AT+GMM<br \/>\nHE910-D<\/code><br \/>\n<em>Revidion Identification<\/em><br \/>\n<code>AT+GMR<br \/>\n12.00.024<\/code><br \/>\n<em>Serial Identification<\/em><br \/>\n<code>AT+GSN<br \/>\n00007406xx<\/code><\/p>\n<h4>GSM Equipment and Network Error Codes<\/h4>\n<p>When controlling GSM devices using AT commands, the device can respond with either &#8220;OK&#8221; or &#8220;ERROR&#8221;. Sometimes you will receive an error and you do not know the cause of this error. That&#8217;s why most advanced GSM devices support extended errors. Instead of just displaying the &#8220;ERROR&#8221; message, it also shows an error number. The syntax of this extended error is either &#8220;+CMS ERROR: xxx&#8221; or &#8220;+CME ERROR: xxx&#8221;. When the error starts with &#8220;+CME ERROR&#8221;, it means that the error is a device specific error code. For instance, you are trying to read a phonebook entry before entering a pincode. When there is a network error, for instance, when you try to send an SMS message when there is no network coverage, you will receive an error which starts with &#8220;+CMS ERROR&#8221;. To enable these extended commands, execute the following commands, or add them to your modems init string:<\/p>\n<p><code>AT+CMEE=1<\/code><code> AT&amp;W<\/code><\/p>\n<p>Below you can find a list containing almost every error code supported by GSM devices.<\/p>\n<h5>CME ERROR&#8217;s (GSM Equipment related codes)<\/h5>\n<table style=\"width: 693px;\">\n<thead>\n<tr>\n<th style=\"width: 199px;\">Error<\/th>\n<th style=\"width: 493px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 0<\/b><\/td>\n<td style=\"width: 493px;\">Phone failure<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 1<\/b><\/td>\n<td style=\"width: 493px;\">No connection to phone<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 2<\/b><\/td>\n<td style=\"width: 493px;\">Phone adapter link reserved<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 3<\/b><\/td>\n<td style=\"width: 493px;\">Operation not allowed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 4<\/b><\/td>\n<td style=\"width: 493px;\">Operation not supported<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 5<\/b><\/td>\n<td style=\"width: 493px;\">PH_SIM PIN required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 6<\/b><\/td>\n<td style=\"width: 493px;\">PH_FSIM PIN required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 7<\/b><\/td>\n<td style=\"width: 493px;\">PH_FSIM PUK required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 10<\/b><\/td>\n<td style=\"width: 493px;\">SIM not inserted<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 11<\/b><\/td>\n<td style=\"width: 493px;\">SIM PIN required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 12<\/b><\/td>\n<td style=\"width: 493px;\">SIM PUK required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 13<\/b><\/td>\n<td style=\"width: 493px;\">SIM failure<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 14<\/b><\/td>\n<td style=\"width: 493px;\">SIM busy<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 15<\/b><\/td>\n<td style=\"width: 493px;\">SIM wrong<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 16<\/b><\/td>\n<td style=\"width: 493px;\">Incorrect password<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 17<\/b><\/td>\n<td style=\"width: 493px;\">SIM PIN2 required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 18<\/b><\/td>\n<td style=\"width: 493px;\">SIM PUK2 required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 20<\/b><\/td>\n<td style=\"width: 493px;\">Memory full<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 21<\/b><\/td>\n<td style=\"width: 493px;\">Invalid index<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 22<\/b><\/td>\n<td style=\"width: 493px;\">Not found<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 23<\/b><\/td>\n<td style=\"width: 493px;\">Memory failure<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 24<\/b><\/td>\n<td style=\"width: 493px;\">Text string too long<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 25<\/b><\/td>\n<td style=\"width: 493px;\">Invalid characters in text string<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 26<\/b><\/td>\n<td style=\"width: 493px;\">Dial string too long<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 27<\/b><\/td>\n<td style=\"width: 493px;\">Invalid characters in dial string<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 30<\/b><\/td>\n<td style=\"width: 493px;\">No network service<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 31<\/b><\/td>\n<td style=\"width: 493px;\">Network timeout<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 32<\/b><\/td>\n<td style=\"width: 493px;\">Network not allowed, emergency calls only<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 40<\/b><\/td>\n<td style=\"width: 493px;\">Network personalization PIN required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 41<\/b><\/td>\n<td style=\"width: 493px;\">Network personalization PUK required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 42<\/b><\/td>\n<td style=\"width: 493px;\">Network subset personalization PIN required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 43<\/b><\/td>\n<td style=\"width: 493px;\">Network subset personalization PUK required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 44<\/b><\/td>\n<td style=\"width: 493px;\">Service provider personalization PIN required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 45<\/b><\/td>\n<td style=\"width: 493px;\">Service provider personalization PUK required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 46<\/b><\/td>\n<td style=\"width: 493px;\">Corporate personalization PIN required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 47<\/b><\/td>\n<td style=\"width: 493px;\">Corporate personalization PUK required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 48<\/b><\/td>\n<td style=\"width: 493px;\">PH-SIM PUK required<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 100<\/b><\/td>\n<td style=\"width: 493px;\">Unknown error<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 103<\/b><\/td>\n<td style=\"width: 493px;\">Illegal MS<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 106<\/b><\/td>\n<td style=\"width: 493px;\">Illegal ME<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 107<\/b><\/td>\n<td style=\"width: 493px;\">GPRS services not allowed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 111<\/b><\/td>\n<td style=\"width: 493px;\">PLMN not allowed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 112<\/b><\/td>\n<td style=\"width: 493px;\">Location area not allowed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 113<\/b><\/td>\n<td style=\"width: 493px;\">Roaming not allowed in this location area<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 126<\/b><\/td>\n<td style=\"width: 493px;\">Operation temporary not allowed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 132<\/b><\/td>\n<td style=\"width: 493px;\">Service operation not supported<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 133<\/b><\/td>\n<td style=\"width: 493px;\">Requested service option not subscribed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 134<\/b><\/td>\n<td style=\"width: 493px;\">Service option temporary out of order<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 148<\/b><\/td>\n<td style=\"width: 493px;\">Unspecified GPRS error<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 149<\/b><\/td>\n<td style=\"width: 493px;\">PDP authentication failure<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 150<\/b><\/td>\n<td style=\"width: 493px;\">Invalid mobile class<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 256<\/b><\/td>\n<td style=\"width: 493px;\">Operation temporarily not allowed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 257<\/b><\/td>\n<td style=\"width: 493px;\">Call barred<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 258<\/b><\/td>\n<td style=\"width: 493px;\">Phone is busy<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 259<\/b><\/td>\n<td style=\"width: 493px;\">User abort<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 260<\/b><\/td>\n<td style=\"width: 493px;\">Invalid dial string<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 261<\/b><\/td>\n<td style=\"width: 493px;\">SS not executed<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 262<\/b><\/td>\n<td style=\"width: 493px;\">SIM Blocked<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 263<\/b><\/td>\n<td style=\"width: 493px;\">Invalid block<\/td>\n<\/tr>\n<tr>\n<td style=\"width: 199px;\"><b>CME ERROR: 772<\/b><\/td>\n<td style=\"width: 493px;\">SIM powered down<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h5>CMS ERROR&#8217;s (GSM Network related codes)<\/h5>\n<table style=\"width: 686px;\">\n<thead>\n<tr>\n<th style=\"width: 193px;\">Error<\/th>\n<th style=\"width: 492px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 1<\/b><\/td>\n<td style=\"width: 492px;\">Unassigned number<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 8<\/b><\/td>\n<td style=\"width: 492px;\">Operator determined barring<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 10<\/b><\/td>\n<td style=\"width: 492px;\">Call bared<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 21<\/b><\/td>\n<td style=\"width: 492px;\">Short message transfer rejected<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 27<\/b><\/td>\n<td style=\"width: 492px;\">Destination out of service<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 28<\/b><\/td>\n<td style=\"width: 492px;\">Unindentified subscriber<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 29<\/b><\/td>\n<td style=\"width: 492px;\">Facility rejected<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 30<\/b><\/td>\n<td style=\"width: 492px;\">Unknown subscriber<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 38<\/b><\/td>\n<td style=\"width: 492px;\">Network out of order<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 41<\/b><\/td>\n<td style=\"width: 492px;\">Temporary failure<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 42<\/b><\/td>\n<td style=\"width: 492px;\">Congestion<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 47<\/b><\/td>\n<td style=\"width: 492px;\">Recources unavailable<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 50<\/b><\/td>\n<td style=\"width: 492px;\">Requested facility not subscribed<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 69<\/b><\/td>\n<td style=\"width: 492px;\">Requested facility not implemented<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 81<\/b><\/td>\n<td style=\"width: 492px;\">Invalid short message transfer reference value<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 95<\/b><\/td>\n<td style=\"width: 492px;\">Invalid message unspecified<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 96<\/b><\/td>\n<td style=\"width: 492px;\">Invalid mandatory information<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 97<\/b><\/td>\n<td style=\"width: 492px;\">Message type non existent or not implemented<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 98<\/b><\/td>\n<td style=\"width: 492px;\">Message not compatible with short message protocol<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 99<\/b><\/td>\n<td style=\"width: 492px;\">Information element non-existent or not implemente<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 111<\/b><\/td>\n<td style=\"width: 492px;\">Protocol error, unspecified<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 127<\/b><\/td>\n<td style=\"width: 492px;\">Internetworking , unspecified<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 128<\/b><\/td>\n<td style=\"width: 492px;\">Telematic internetworking not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 129<\/b><\/td>\n<td style=\"width: 492px;\">Short message type 0 not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 130<\/b><\/td>\n<td style=\"width: 492px;\">Cannot replace short message<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 143<\/b><\/td>\n<td style=\"width: 492px;\">Unspecified TP-PID error<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 144<\/b><\/td>\n<td style=\"width: 492px;\">Data code scheme not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 145<\/b><\/td>\n<td style=\"width: 492px;\">Message class not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 159<\/b><\/td>\n<td style=\"width: 492px;\">Unspecified TP-DCS error<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 160<\/b><\/td>\n<td style=\"width: 492px;\">Command cannot be actioned<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 161<\/b><\/td>\n<td style=\"width: 492px;\">Command unsupported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 175<\/b><\/td>\n<td style=\"width: 492px;\">Unspecified TP-Command error<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 176<\/b><\/td>\n<td style=\"width: 492px;\">TPDU not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 192<\/b><\/td>\n<td style=\"width: 492px;\">SC busy<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 193<\/b><\/td>\n<td style=\"width: 492px;\">No SC subscription<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 194<\/b><\/td>\n<td style=\"width: 492px;\">SC System failure<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 195<\/b><\/td>\n<td style=\"width: 492px;\">Invalid SME address<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 196<\/b><\/td>\n<td style=\"width: 492px;\">Destination SME barred<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 197<\/b><\/td>\n<td style=\"width: 492px;\">SM Rejected-Duplicate SM<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 198<\/b><\/td>\n<td style=\"width: 492px;\">TP-VPF not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 199<\/b><\/td>\n<td style=\"width: 492px;\">TP-VP not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 208<\/b><\/td>\n<td style=\"width: 492px;\">D0 SIM SMS Storage full<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 209<\/b><\/td>\n<td style=\"width: 492px;\">No SMS Storage capability in SIM<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 210<\/b><\/td>\n<td style=\"width: 492px;\">Error in MS<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 211<\/b><\/td>\n<td style=\"width: 492px;\">Memory capacity exceeded<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 212<\/b><\/td>\n<td style=\"width: 492px;\">Sim application toolkit busy<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 213<\/b><\/td>\n<td style=\"width: 492px;\">SIM data download error<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 255<\/b><\/td>\n<td style=\"width: 492px;\">Unspecified error cause<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 300<\/b><\/td>\n<td style=\"width: 492px;\">ME Failure<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 301<\/b><\/td>\n<td style=\"width: 492px;\">SMS service of ME reserved<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 302<\/b><\/td>\n<td style=\"width: 492px;\">Operation not allowed<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 303<\/b><\/td>\n<td style=\"width: 492px;\">Operation not supported<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 304<\/b><\/td>\n<td style=\"width: 492px;\">Invalid PDU mode parameter<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 305<\/b><\/td>\n<td style=\"width: 492px;\">Invalid Text mode parameter<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 310<\/b><\/td>\n<td style=\"width: 492px;\">SIM not inserted<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 311<\/b><\/td>\n<td style=\"width: 492px;\">SIM PIN required<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 312<\/b><\/td>\n<td style=\"width: 492px;\">PH-SIM PIN required<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 313<\/b><\/td>\n<td style=\"width: 492px;\">SIM failure<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 314<\/b><\/td>\n<td style=\"width: 492px;\">SIM busy<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 315<\/b><\/td>\n<td style=\"width: 492px;\">SIM wrong<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 316<\/b><\/td>\n<td style=\"width: 492px;\">SIM PUK required<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 317<\/b><\/td>\n<td style=\"width: 492px;\">SIM PIN2 required<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 318<\/b><\/td>\n<td style=\"width: 492px;\">SIM PUK2 required<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 320<\/b><\/td>\n<td style=\"width: 492px;\">Memory failure<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 321<\/b><\/td>\n<td style=\"width: 492px;\">Invalid memory index<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 322<\/b><\/td>\n<td style=\"width: 492px;\">Memory full<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 330<\/b><\/td>\n<td style=\"width: 492px;\">SMSC address unknown<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 331<\/b><\/td>\n<td style=\"width: 492px;\">No network service<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 332<\/b><\/td>\n<td style=\"width: 492px;\">Network timeout<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 340<\/b><\/td>\n<td style=\"width: 492px;\">No +CNMA expected<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 500<\/b><\/td>\n<td style=\"width: 492px;\">Unknown error<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 512<\/b><\/td>\n<td style=\"width: 492px;\">User abort<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 513<\/b><\/td>\n<td style=\"width: 492px;\">Unable to store<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 514<\/b><\/td>\n<td style=\"width: 492px;\">Invalid Status<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 515<\/b><\/td>\n<td style=\"width: 492px;\">Device busy or Invalid Character in string<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 516<\/b><\/td>\n<td style=\"width: 492px;\">Invalid length<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 517<\/b><\/td>\n<td style=\"width: 492px;\">Invalid character in PDU<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 518<\/b><\/td>\n<td style=\"width: 492px;\">Invalid parameter<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 519<\/b><\/td>\n<td style=\"width: 492px;\">Invalid length or character<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 520<\/b><\/td>\n<td style=\"width: 492px;\">Invalid character in text<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 521<\/b><\/td>\n<td style=\"width: 492px;\">Timer expired<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 522<\/b><\/td>\n<td style=\"width: 492px;\">Operation temporary not allowed<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 532<\/b><\/td>\n<td style=\"width: 492px;\">SIM not ready<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 534<\/b><\/td>\n<td style=\"width: 492px;\">Cell Broadcast error unknown<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 535<\/b><\/td>\n<td style=\"width: 492px;\">Protocol stack busy<\/td>\n<\/tr>\n<tr bgcolor=\"#e7e7e7\">\n<td style=\"width: 193px;\"><b>CMS ERROR: 538<\/b><\/td>\n<td style=\"width: 492px;\">Invalid parameter<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4>Reference Guide<\/h4>\n<p>Download offline copy:\u00a0<a href=\"https:\/\/www.web-workers.ch\/index.php\/2016\/12\/02\/how-to-configure-op5-to-send-sms-via-telit-ht910-g\/telit_3g_modules_at_commands_reference_guide_r10\/\" rel=\"attachment wp-att-411\">Telit 3G HE910 3G\/HSDPA\/GSM Modem AT Command Reference R10<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Connect Add your SIM card to the Telit GSM modem and attach it via USB port to your server. To find the port where your GSM modem is attached,\u00a0execute the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":131,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[5],"tags":[63,61,77,46,43,49,75,76,59,52,41,44,48,29,55,18],"class_list":["post-114","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-op5","tag-ad","tag-address","tag-bash","tag-file","tag-http","tag-https","tag-ie","tag-link","tag-lock","tag-log","tag-php","tag-root","tag-script","tag-server","tag-testing","tag-vmware"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.web-workers.ch\/wp-content\/uploads\/2017\/03\/5f1f2234761fa7869671d1b965c4c0ee014c65e21.jpg?fit=1280%2C715&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p8sxjX-1Q","jetpack-related-posts":[],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts\/114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/comments?post=114"}],"version-history":[{"count":22,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts\/114\/revisions"}],"predecessor-version":[{"id":1074,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/posts\/114\/revisions\/1074"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/media\/131"}],"wp:attachment":[{"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/media?parent=114"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/categories?post=114"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.web-workers.ch\/index.php\/wp-json\/wp\/v2\/tags?post=114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}