Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划实现一个桌面应用程序,它将接收到加密狗的所有短信和发件人号码存储在 MySQL 数据库中。那么,有什么方法可以用来访问加密狗以达到上述目标功能吗?
如果您的加密狗分配了一些串行端口,您应该能够访问它并使用 AT 命令。
查看“Java 通信 API”,这里有一个代码示例:
http://www.java-samples.com/showtutorial.php?tutorialid=22