<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>深圳市未来时代科技有限公司 - CDMA二次开发</title>
    <link>http://www.inextera.com/forum-44-1.html</link>
    <description>Latest 20 threads of CDMA二次开发</description>
    <copyright>Copyright(C) 深圳市未来时代科技有限公司</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 24 Jun 2026 03:45:39 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.inextera.com/static/image/common/logo_88_31.gif</url>
      <title>深圳市未来时代科技有限公司</title>
      <link>http://www.inextera.com/</link>
    </image>
    <item>
      <title>wavecom电信（CDMA MODEM）3G短信设备C#收发中文短信例子</title>
      <link>http://www.inextera.com/thread-1711-1-1.html</link>
      <description><![CDATA[wavecom CDMA MODEM发送短信，仅支持Q2358C型号电信卡短信设备，Q2438F型号需要去掉AT+CMGF=1指令，因为这个型号不支持这cmgf指令。

发送短信
发送前要先设置 ：




收短信：

SerialPort类默认的是ascii编码。

使用readerLine方法只要是中文的读出来就是乱码，使用a ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Wed, 19 Jul 2017 03:00:08 +0000</pubDate>
    </item>
    <item>
      <title>wavecom不支持文本协议</title>
      <link>http://www.inextera.com/thread-1421-1-1.html</link>
      <description><![CDATA[启动服务的时候报错如附件
org.smslib.GatewayException: The GSM modem does not support the TEXT protocol.
]]></description>
      <category>CDMA二次开发</category>
      <author>helloworld</author>
<enclosure url="/forum/at org.smslib.modem.ModemGateway.startGateway(ModemGateway.java:185)
" length="at org.sms ..." type="image/jpeg" />      <pubDate>Tue, 23 Aug 2016 03:47:11 +0000</pubDate>
    </item>
    <item>
      <title>WAVECOM Q2358C CDMA模块常用AT命令</title>
      <link>http://www.inextera.com/thread-1419-1-1.html</link>
      <description><![CDATA[WAVECOM Q2358C CDMA模块常用AT命令如下：
厂家认证      AT+CGMI      获得厂家的标识
模式认证      AT+CGMM      查询支持频段
修订认证      AT+CGMR      查询软件版本
生产序号      AT+CGSN      查询IMEI NO.
TE设置      AT+CSCS      选择支持网络
查询IMSI   ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Thu, 11 Aug 2016 09:03:21 +0000</pubDate>
    </item>
    <item>
      <title>WAVECOM Q2358C中文短信介绍CDMA发送短信步骤</title>
      <link>http://www.inextera.com/thread-1418-1-1.html</link>
      <description><![CDATA[CDMA不能以PDU格式发送短信。需要将短信内容转换成Unicode编码，再发送出去。

需要用到的AT指令：

AT+WSCL=6,4

AT+CMGF=1

AT+CNMI=2,1,0,1,0(此指令可参照自身设置而定)

AT+CMGS=\&quot;手机号码\&quot;,短信长度回车（短信长度为短信内容转换为Unicode编码后的 长度）

输入Un ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Thu, 11 Aug 2016 09:00:42 +0000</pubDate>
    </item>
    <item>
      <title>smslib开源包对CDMA短信收发设备的初始化过程</title>
      <link>http://www.inextera.com/thread-1403-1-1.html</link>
      <description><![CDATA[smslib java开源包对CDMA短信收发设备的初始化过程，大家用指令开发时可以参考进行开发，或者直接用smslib java开源包也行

初始化指令顺序：
ATZ
ATE0
AT+CLIP=1
AT+COPS=0
ATE0
AT+CMEE=1
AT+CNMI=?
AT+CNMI=3,1,0,1,0
ATI3
AT+CMGF=1
AT+CSCS=\&quot;CDMA\&quot;
AT+WSCL=6,4

发 ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Tue, 12 Jul 2016 01:20:22 +0000</pubDate>
    </item>
    <item>
      <title>我的是汀兰的短信收发设备</title>
      <link>http://www.inextera.com/thread-1238-1-1.html</link>
      <description><![CDATA[我的是汀兰的多口短信收发设备，请问可以用你的SMS.DLL做开发吗？]]></description>
      <category>CDMA二次开发</category>
      <author>phonezhou</author>
      <pubDate>Thu, 09 Jul 2015 16:56:27 +0000</pubDate>
    </item>
    <item>
      <title>wavecom CDMA模块设备二次开发用到的AT指令 可发中英数内容</title>
      <link>http://www.inextera.com/thread-1233-1-1.html</link>
      <description><![CDATA[CDMA模块wavecom Q2358C发短信

1． 发文本短信
eg.  发送英文数字短消息“123ABC”，使用其相应ASCII码发送。
 AT+WSCL=1,2     //  设置为发英文短信OK
OK
 AT+CMGS=\&quot;15118131494\&quot;   // 区别于GSM模块，CDMA模块发短信号码必须要加双引号
 123ABC     //  输入内容， ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Thu, 11 Jun 2015 03:57:38 +0000</pubDate>
    </item>
    <item>
      <title>[转]C#实现CDMA MODEM用AT命令发中文短信</title>
      <link>http://www.inextera.com/thread-1232-1-1.html</link>
      <description><![CDATA[CDMA MODEM连PDU都不支持，只能发文本短信。而且发中文短信居然是UNICODE，无法在超级终端里输入。只能写程序。网上这个问题谈论地比较多，做起来比较累，还偶尔会出乱码。还是将C#的成功代码帖一下吧。


帖子转自：http://blog.csdn.net/hejianhua/article/details/63 ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Thu, 11 Jun 2015 03:38:44 +0000</pubDate>
    </item>
    <item>
      <title>CDMA可以发送长短信吗</title>
      <link>http://www.inextera.com/thread-1107-1-1.html</link>
      <description><![CDATA[现在想用CDMA短信收发设备来发送长短信，该怎么做啊？到处都找不到相关资料。

CDMA不需要你编写对戒协议，直接写超过70个字的短信就可以。电信运营商会自动按70个汉字收取一条短信费用
 ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Thu, 18 Sep 2014 09:01:51 +0000</pubDate>
    </item>
    <item>
      <title>CDMA短信收发设备发短信AT命令</title>
      <link>http://www.inextera.com/thread-1103-1-1.html</link>
      <description><![CDATA[1．
发文本短信
eg.
发送英文数字短消息“123ABC”，使用其相应ASCII码发送。
AT+WSCL=1,2
//
设置为发英文短信OK
OK
AT+CMGS=\&quot;133********\&quot;
// 区别于GSM模块，CDMA模块发短信号码必须要加 
                             引号
123ABC 
// 
输入内容，然后Ctrl+Z发送
+ ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Tue, 16 Sep 2014 06:10:59 +0000</pubDate>
    </item>
    <item>
      <title>WAVECOM Q2358c CDMA模块通过AT指令实现中文短信发送</title>
      <link>http://www.inextera.com/thread-1056-1-1.html</link>
      <description><![CDATA[CDMA短信收发设备诶的开发包一般都很少，CDMA不需要PDU编码所以一般都是自己写的，也不难，下面是我网上找到的一个例子，是用伪代码描述的，自己转下对应的语言进行编写吧。

实现中文短信发送的过程写下：
说明：实现过程用伪代码描述。
***************************** ...]]></description>
      <category>CDMA二次开发</category>
      <author>jojo198945</author>
      <pubDate>Fri, 12 Sep 2014 05:42:35 +0000</pubDate>
    </item>
    <item>
      <title>CDMA短信收发设备二次开发一般常用到的AT指令及使用方法</title>
      <link>http://www.inextera.com/thread-122-1-1.html</link>
      <description><![CDATA[CDMA短信收发设备二次开发一般常用到的AT指令及使用方法介绍
下面的AT指令适用于市面上常见的CDMA短信收发设备诶，最适合是法国wavecom模块Q2358C的CDMA短信收发设备。

1． 发文本短信
eg.  发送英文数字短消息“123ABC”，使用其相应ASCII码发送。
 AT+WSCL=1,2     / ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Thu, 29 May 2014 09:07:06 +0000</pubDate>
    </item>
    <item>
      <title>支持CDMA短信收发设备的二次开发中间件</title>
      <link>http://www.inextera.com/thread-74-1-1.html</link>
      <description><![CDATA[目前能够支持CDMA短信收发设备的二次开发包或者控件只有1款“企业短信服务器V8.2”，软件可以支持GSM MODEM和CDMA MODEM、西门子手机3种短信设备，可支持最大口数分别有20口（常用）、40口2种。

企业短信服务器8.2系统设置界面：


命令行开发方式介绍


基于系统自带 ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Thu, 15 May 2014 08:12:13 +0000</pubDate>
    </item>
    <item>
      <title>CDMA短信二次开发将uniCode转化为中文的...</title>
      <link>http://www.inextera.com/thread-33-1-1.html</link>
      <description><![CDATA[利用短信CDMA短信收发设备通过AT指令进行二次开发，国内大多需要发送的都是中文，而短信收发设备也不能直接识别中文，只有通过uniCode才能识别。所以我们发送一条正常的中文短信，就需要把短信的内容，从中文转化为uniCode码，在从uniCode转回中文，才能展示在屏幕上给 ...]]></description>
      <category>CDMA二次开发</category>
      <author>admin</author>
      <pubDate>Fri, 28 Feb 2014 08:33:22 +0000</pubDate>
    </item>
  </channel>
</rss>