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.
是否可以获取 USB 设备驱动程序的可用操作并使用 Java 小程序调用它们?假设我想在 Windows 上从我的 FP 阅读器读取指纹,尽管有可能在网络上使用 java SDK,我可以使用 java 自己控制设备吗?谢谢
是的,您可以使用 c/c++ 执行此操作,然后使用本机导入它
java中的关键字。只需谷歌搜索,您就可以找到帮助。