使用手机连结电脑,发送端消息的实验步骤

来源:互联网 发布:淘宝发货处理流程 编辑:程序博客网 时间:2024/05/21 10:16
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

使用手机连结电脑发送端消息实验步骤

你采用如下的步骤,
1超级终端试验(时间2天)
先在超级终端上做做实验,了解一下基本gsm at  command指令
这个阶段在超级终端上,调试英文信息的发送(采用txt mode),你又at command 的文档吗?最好找一份。

2编串口程序 测试at指令(时间2天)
用你最熟悉的编程语言,c++ builder, vb,delphi,都行 尝试将那些在超级终端上成功的指令,通过程序送到串口

3调试unicode (时间2天)
去找一份unicode 的文档,因为中文的发送实采用unicode编码的,你需要了解一下
编一个或者找一个unicode的过程,或者函数试试将一些中文转换unicode值

4研究gsm send pack 的打包格式(3天)
这个比较复杂,多用点心思。

5尝试发送中文 (2天)
根据步骤3,4的成果,手工写出一个send pack 的数据包,然后再超级终端上试试
只要细心,应该能行!

6整合 (2天)
根据5,2,的成果将send pack 信息通过你的程序发送出去

总共2周搞定应该没有问题

<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 728x15, 创建于 08-4-23MSDN */google_ad_slot = "3624277373";google_ad_width = 728;google_ad_height = 15;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<script type="text/javascript"><!--google_ad_client = "pub-2947489232296736";/* 160x600, 创建于 08-4-23MSDN */google_ad_slot = "4367022601";google_ad_width = 160;google_ad_height = 600;//--></script><script type="text/javascript"src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
原创粉丝点击