Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win10下扫描设备巨慢 #26

Open
SocialSisterYi opened this issue Oct 2, 2019 · 3 comments
Open

win10下扫描设备巨慢 #26

SocialSisterYi opened this issue Oct 2, 2019 · 3 comments

Comments

@SocialSisterYi
Copy link

系统win10x64 1903
设备pn532+ch340和acr122u
版本V1.7

不管什么设备都是100多s才能扫描到
pn532扫描到之后其他操作速度正常,但是acr122u不管什么操作都会有100s左右的延迟

@rinscr3003
Copy link

看起来代码里面对pn532做了配置自动保存,但是acr122u没存,可能就每次用122都要搜索半天设备
我在win7下速度正常,或许和win10扫描操作不同有关?没深入研究过libnfc,不知道具体为什么

@blablabla112
Copy link

blablabla112 commented Nov 18, 2023

看起来代码里面对pn532做了配置自动保存,但是acr122u没存,可能就每次用122都要搜索半天设备 我在win7下速度正常,或许和win10扫描操作不同有关?没深入研究过libnfc,不知道具体为什么

我也尝试了好久,终于搞定了PN532在win10下扫描巨慢的问题:
在MiFareOneTool目录下,新建一个"libnfc.conf"文件,填入以下内容即可:
allow_autoscan = true
allow_intrusive_scan = false
device.name = "NFC-Device"
device.connstring = "pn532_uart:COM4:115200"

注意,上面的COM4,需要先改为你的设备管理器里面显示的正确串口号,然后再打开"MifareOneTool.exe",直接点击"扫描卡片"即可,千万不要点击"检测连接", 不然该文件就会被自动删掉了。

@bee593602708
Copy link

使用acr122u设备的可以填以下信息,在win10下可以秒读
在MiFareOneTool目录下,新建一个"libnfc.conf"文件,填入以下内容即可:

allow_autoscan = true
allow_intrusive_scan = false
device.name = "NFC-Device"
device.connstring = "acr122_pcsc:ACS ACR122 0"

同样,千万不要点击"检测连接", 不然该文件就会被自动删掉了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants