如何使用AT命令将多部分/串联的SMS发送到电话? [英] How to send multipart/concatenated SMS to phone using AT command?

查看:74
本文介绍了如何使用AT命令将多部分/串联的SMS发送到电话?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一台连接了诺基亚的计算机,使用AT命令,我设法通过C#程序(使用COM格式的TEXT MODE,而不是PDU)发送了文本消息.一切正常,我也可以接收消息.

I got a computer with a nokia hooked up to it, and using AT Commands I managed to send text messages through my C# program (using TEXT MODE AT COMMANDS, NOT PDU). It's all working fine and I can recieve messages as well.

我希望能够发送长度超过160个字符的文本.为此,我需要能够发送多部分的SMS.我一直在寻找这个,我的同伴告诉我,我需要检查长"消息上以字节为单位的标头信息,我分析了收到的长文本上的标头信息,该标本是:233 64 248 104 38 32 161.但是,这实际上并不能使我能够发送或接收多部分文本.

I do wish to be able to send a text thats longer than 160 characters. And for that I need to be able to send a multipart SMS. I've searched around for this and my mate has told me that I need to check the header information in bytes on my "long" message, I analyzed the header information on a recieved long text which was: 233 64 248 104 38 32 161. But that doesn't really get me close to being able to send or recieve multipart texts.

需要哪个标题信息?以及它是如何工作的?

Which header information is needed to do this? And how does it work?

推荐答案

在SMS上的标头已在此处通过示例进行了很好的描述: http://www.spallared.com/old_nokia/nokia/smspdu/smspdu.htm

The headers on an SMS are well described with worked examples here: http://www.spallared.com/old_nokia/nokia/smspdu/smspdu.htm

多部分SMS的标头的详细信息在Wikipedia页面中提供了有关串联SMS的信息: http://en.wikipedia.org/wiki/Concatenated_SMS

The specifics of the header for a multipart SMS are given in the Wikipedia page about concatenated SMS: http://en.wikipedia.org/wiki/Concatenated_SMS

这篇关于如何使用AT命令将多部分/串联的SMS发送到电话?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆