对 GSM 电话/调制解调器进行编程以拨打电话

发布于 2024-12-21 12:59:32 字数 183 浏览 0 评论 0 原文

我想使用用 Java 或 Python 等高级语言编写的程序与 GSM 调制解调器通信。

我希望能够告诉调制解调器要拨打什么号码以及何时拨打。我还希望能够阅读和发送短信。 我不需要处理呼叫任一方向的语音传输。

我希望能推荐一些适合入门的适用库和特定调制解调器?我喜欢 Java,但愿意尝试其他东西。

谢谢

I want to use a program written in a high level language like Java or Python to talk to a GSM Modem.

I want to be able to tell the modem what number to call and when to call it. I also want to be able to read and send text messages.
I do NOT need to handle voice transmission in either direction of the call.

I'd appreciate recommendations of any applicable libraries and specific modems that are good to start with? I like Java but am willing to try something else.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

青柠芒果 2024-12-28 12:59:32

有一组相对标准的“AT”命令可用于这些类型的操作 - 包括拨打电话和发送短信。有关此问题的一些详细信息位于 http://www.smssolutions.net/tutorials/gsm/sendsmsat/ http://www.dreamfabric.com/sms/(只是一些在线搜索的第一个结果)。

进一步在线搜索后,在 http://www.java 中找到了一个特定于 Java 的示例-samples.com/showtutorial.php?tutorialid=22

几年前,我使用 Java Communications API 在 Java 中完成了一些工作 - 可在 http://www.oracle.com/technetwork/java/index-jsp-141752.html 。 (我的目的是与手机上的电话簿进行交互,但这也应该适用于与短信系统的交互。)

There are a set of relatively standard "AT" commands that can be used for these types of operations - including placing phone calls and sending text messages. Some details around this are at http://www.smssolutions.net/tutorials/gsm/sendsmsat/ and http://www.dreamfabric.com/sms/ (simply first results of a little online searching).

A little more online searching yielded a Java-specific example at http://www.java-samples.com/showtutorial.php?tutorialid=22 .

I had done a little bit of this in Java a number of years back, using the Java Communications API - available at http://www.oracle.com/technetwork/java/index-jsp-141752.html . (My purpose was for interfacing with the phone book on my phone, but this also should have worked with interfacing with the SMS system.)

望笑 2024-12-28 12:59:32

几乎所有调制解调器和(支持与 PC 共享的手机)都可以执行此操作。所有调制解调器都同样擅长这一点。不存在初学者的调制解调器。只需浏览特定于您的应用程序的 AT 命令即可。

Almost all modems and (phones which support tethering to your PC) can do this. All modems are equally good at it.There are no starter's modems. Just go through the AT commands specific to your applications and thats it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文