我想在java中使用gsm调制解调器通过串行端口发送和接收短信
我想实现Java代码来使用gsm调制解调器通过串行端口发送和接收短信。在实现这个之前,我需要 Java 通信 API。如果是这样,请告诉我从哪里下载 Windows Xp 版本?
I want to implement Java code to send and receive sms through serial comport using gsm modem. Before implementing this I need Java communication api for this. If so please let me know from where I have to download for Windows Xp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是 Java 通信 API 的下载链接:
http://www.oracle .com/technetwork/java/index-jsp-141752.html
Here is the download link for Java Communication API:
http://www.oracle.com/technetwork/java/index-jsp-141752.html
不知道这是否有帮助,但在我之前的一个项目中,我们使用 http://www.kannel.org/< /a> 管理短信。
不记得它是如何工作的,但我认为我们可以设置一个 kannel 服务器来接收 REST 请求以发送短信。
Don't know if it helps but on one of my previous project we were using http://www.kannel.org/ to manage sms.
Don't remember exactly how it worked but i think we can set a kannel server that would receive REST requests to send sms for exemple.
您可以从http://smslib.org/download/下载Java通信API。该页面上还有一些其他有用的链接,例如 RXTX 库。
You can download the Java communication api from http://smslib.org/download/. There are some other useful links on that page also like the RXTX library also.