如何发送/接收彩信和短信 [英] How to send/receive MMS and SMS

查看:92
本文介绍了如何发送/接收彩信和短信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我想知道如何使用C#发送MMS和SMS.您能告诉我如何至少从正确的方向开始,或为我提供一些示例代码吗? VB.Net也可以..

谢谢

Hello, I would like to know how to send MMS and SMS with C#. Can you tell me how to at least begin in the right direction, or point me to some sample code? VB.Net will be ok also..

Thanks

推荐答案

您在vb中的youtube上使用了相同的教程,只是有一点点不同
you have tutorials in youtube in vb its the same with a little difference


用于发送SMS/MMS,
您需要将调制解调器连接到PC.
您可以使用AT命令来执行此操作,因为调制解调器仅理解AT命令.

首先,您需要学习基本的和一些高级(与SMS相关的)AT命令.请点击以下链接:
AT命令简介 [使用C#和AT命令发送/读取SMS [
For sending SMS/MMS,
You need a modem connected to PC.
You can do this using AT commnads because modems understand AT commands only.

First of all u need to learn basic and some advance (SMS related) AT commands. Follow the link given below:
Introduction to AT commands[^]
I would suggest you to read the whole guide given on this link. It''s not very big and won''t take much time.

After this is done,
The next STEP is to use programming language to write code to interact with modem using AT commands. The link given will guide you about the different methods used.

There are libraries which you can use to write code easily, but you can write your own code as well which will be little more difficult.

There are few projects on CodePreoject as well on how to do this.

If you don''t want to use libraries, refer the article on codeproject:
Send/Read SMS using C# and AT commands[^]
This is one of the best article for Sending/Receiving SMS on CodeProejct

Hope it helps..
Cheers!!!
Ankur


老兄.
如果您仍在寻找此问题的答案,则可以使用此http://www.activexperts.com/smsmessaging/.
您必须下载ActiveXperts SMS和MMS工具包(8592 KB).在这里,您将找到用于接收和发送短信和彩信的C#源代码.

谨致敬意.
Il''ya Saneev;
邮件:saneevil@mail.ru
juke.
If you are still searching for an answer for this quistion you can use this http://www.activexperts.com/smsmessaging/.
You have to download ActiveXperts SMS and MMS Toolkit (8592 KB). Here you''ll find source code of C# for receiving and sending like sms and mms.

With all respect.
Il''ya Saneev;
mail: saneevil@mail.ru


这篇关于如何发送/接收彩信和短信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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