Android Mobile作为GSM调制解调器,可以在PC上发送/接收SMS? [英] Android mobile as GSM Modem to send/receive SMS on PC?

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

问题描述

是否可以将Android移动设备用作PC的GSM调制解调器?

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

我正在.net下开发应用程序以发送/接收SMS等。 。
现在我想通过USB将我的android设备连接到我的PC,并将其用作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.

这里是<我遵循的一个href = https://www.codeproject.com/Articles/325731/Bulk-SMS-Sender rel = nofollow noreferrer>参考网站为此目的创建.NET应用程序。

Here is the Reference 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);
 }

它显示错误检索COM端口电话信息。

It says "Error Retriving COM port Phone Information".

是否有任何驱动程序/应用程序/等可以处理?

Is there any kind of driver/app/etc to handle it?

环境:要测试的Windows XP / Windows 7 Mobile: Q Mobile Noir A-10

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

推荐答案

如果您希望使用手机进行通讯,则可以在手机上安装一些应用程序,将其连接到您的PC。

If you are wishing to communicate using your phone, there are apps to install on your phone and connect it to your PC.

但是如果您希望使用GSM API向手机发送指令,Arma的回答是正确的,但理论上您可以使用智能手机应用程序将手机USB控制和模拟/模拟GSM调制解调器。

But if you are wishing to use GSM API to send instructions to your phone Arma's answer is correct but theoretically you can have a smart phone application to that takes the phone USB under control and emulates/imitates a GSM modem.

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

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