Android手机为GSM调制解调器发送/接受她的短信在PC上? [英] Android mobile as GSM Modem to send/recieve SMS on PC?

查看:267
本文介绍了Android手机为GSM调制解调器发送/接受她的短信在PC上?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有可能使用Android移动设备与PC GSM调制解调器?

Is it possible to use an Android mobile device as a GSM modem with PC?

我正在开发.NET下的应用程序,使发送/ reieve短信等。 现在我想通过USB连接我的Andr​​oid设备到我的电脑,并把它作为一个GSM调制解调器与之通信。

I am developing apps under .net to make send/reieve SMSs and so on. Now I'd like to connect my android devices via USB to my PC and use it as a GSM modem to communicate with it.

下面是 Refernce 网站我下面这创建.NET应用程序用于该目的。

Here is the Refernce site which I am following to create .NET application for this purpose.

和我在这里得到的错误

 try
 {
 Phone_Name.Text = comm.IdentifyDevice().Manufacturer.ToUpper().ToString();
 Phone_Model.Text = comm.IdentifyDevice().Model.ToUpper().ToString();
 Revision_Num.Text = comm.IdentifyDevice().Revision.ToUpper().ToString();
 Serial_Num.Text = comm.IdentifyDevice().SerialNumber.ToUpper().ToString();
 }
catch (Exception e50)
{
MessageBox.Show("Error Retriving COM Port Phone Information", "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
 }

它说:错误Retriving COM端口电话信息。

It says "Error Retriving COM port Phone Information".

有没有什么样的驱动程序/应用/等处理呢? 任何帮助将是非常美联社preciated。

Is there any kind of driver/app/etc to handle it? Any help would be highly appreciated.

谢谢!

环境:Windows XP / Windows 7移动测试:Q手机诺A-10

Environment: Windows XP/Windows 7 Mobile to test: Q Mobile Noir A-10

推荐答案

是的,我想你可以做到这一点。只要安装你的手机驱动程序,然后你的手机连接到PC。 (通常有在移动包磁盘驱动器。) 然后从Windows控制面板打开电话和调制解调器选项。 然后点击调制解调器选项卡。现在你可以看到所有的调制解调器和他们的COM数量。 使用您在.NET应用程序的手机COM。 如果你不能看到你手机的名字,如电话和调制解调器调制解调器,这意味着你不能使用你的手机为GSM调制解调器。 (对不起,我不好讲英语)

Yes, I think you can do it. Just install your cellphone drivers and then connect your mobile to PC. (Usually there are drivers in the mobile packages disks.) Then open "Phone and Modem" from your windows control panel. Then click on "Modems" tab. Now you can see all of your modems and their COM number. Use you cellphones COM in your .Net application. If you can not see you cellphones name as a modem in "Phone and Modem", it mean that you can not use you cellphone as a GSM modem. (I'm sorry for my bad English speaking)

这篇关于Android手机为GSM调制解调器发送/接受她的短信在PC上?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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