Android 手机可以用作 GSM 调制解调器吗?
是否可以将 Android 移动设备用作 GSM 调制解调器?
我使用 GSM 调制解调器已经有好几年了。我正在.net下开发应用程序来进行数据呼叫、发送/接收短信等,到目前为止我使用的是普通的GSM调制解调器,而不是手机。
现在我想通过 USB 将一些 Android 设备连接到我的 PC,并将其用作 GSM 调制解调器,通过标准 AT 命令与其进行通信。
是否有任何类型的驱动程序/应用程序/等来处理它?如果能通过 RS232 与它通信就好了。
谢谢!
环境:Windows XP/Windows 7 测试手机:索尼爱立信 Xperia Mini
Is it possible to use an Android mobile device as a GSM modem?
I have been working with GSM modems for several years. I am developing apps under .net to make data calls, send/reieve SMSs and so on, i used normal GSM modems so far, not mobiles.
Now I'd like to connect some android devices via USB to my PC and use it as a GSM modem, communicate with it via standard AT commands.
Is there any kind of driver/app/etc to handle it? It would be nice to communicate with it via RS232.
Thanks!
Environment: Windows XP/Windows 7
Mobile to test: Sony Ericsson Xperia Mini
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
老实说,我不知道你的问题的直接答案,但我建议仔细阅读 USB 上的文档,看看你可以传输哪些数据/信息。
http://developer.android.com/reference/android/hardware /usb/package-summary.html
不过,根据您的需求,您还需要开发自己的桌面应用程序。您也许可以使用 ADB/shell 进行通信。手机可能还需要扎根,具体取决于您想要多少控制权。
所需的驱动程序将是设备制造商的 USB 驱动程序(如果需要)(用于 ADB/Shell)。
I honestly don't know a straight answer to your question, but I would recommend perusing the docs on USB to see what data/info you can transfer.
http://developer.android.com/reference/android/hardware/usb/package-summary.html
With what you're wanting, though, you'd also need to develop your own desktop app. You may be able to use ADB/shell to communicate. Phones may also need to be rooted for it, depending on how much control you want.
Drivers required would be the device manufacturer's USB drivers, if any were needed (which they are for ADB/Shell).
我发现我在申请中想要的东西非常有帮助。今天遵循 Android 应用程序,我找到了并为我工作。
它通过 JSON 提供这两个 API。第一个用于发送短信,第二个用于使用我的服务器端编程语言接收短信。
https://play.google.com/store/apps/details? id=com.gsmmodem
I have found very helpful what I want in my application. Following android application today I have found and worked for me.
It gives the two APIs through JSON. First for sending SMS and second for receiving SMS in my Server side programming language.
https://play.google.com/store/apps/details?id=com.gsmmodem