638| 5
|
[其他求助] 华大HD-S1读卡器二次开发求助2 |
发表于 2024-3-29 13:19
200吾爱币
最佳答案import com.sun.jna.Library;
import com.sun.jna.Native;
public interface DeviceOpen extends Library {
DeviceOpen INSTANCE = (DeviceOpen ) Native.loadLibrary(
"NaturalCard", DeviceOpen .class);//NaturalCard.dll 放到工程路径下 跟src文件夹同级
//USB设备传入”USB”,串口设备传入”COM1” “COM2”等等
long device_Open(String szPort);
}
调用方法:
private void openDevice() {
...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2024-3-29 13:19
免费评分 | ||
|
发表于 2024-3-29 17:50
| ||
发表于 2024-3-29 18:14
| ||
发表于 2024-3-29 18:15
免费评分 | ||
|
发表于 2024-3-29 21:20
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-12-11 17:24
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.