使用 Java 自动检测哪个 Com 端口连接到 USB GSM 调制解调器
我编写了一个 Java 应用程序,用于从 USB GSM 调制解调器读取和发送 SMS 消息。我正在使用 SMSLib(它使用 JavaCommAPI),它在 Windows 上运行。我需要传入调制解调器似乎已连接的 COM 端口。
到目前为止,我一直在使用 Windows 设备管理器手动查找 COM 端口,并将其写入属性文件。我想知道是否有办法检测调制解调器以编程方式连接到哪个 COM 端口?
- 这样就省去了每次查找的麻烦
- 如果我有时拔掉/重新插入端口号,端口号就会改变
谢谢!
I wrote a Java application that reads and sends SMS messages from a USB GSM modem. I'm using SMSLib (which uses JavaCommAPI), and it runs on Windows. I need to pass in the COM PORT, that the modem appears to be connected to.
So far, I've been looking up the COM PORT manually using the Windows Device Manager, and write it into a properties file. I'm wondering if there's a way to detect which COM PORT, the modem is connected to programmatically?
- It'll save the trouble of looking it up every time
- The port number changes if I unplug/replug it sometimes
Thanks!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)