我尝试过使用带有chrome hid api的rfid阅读器, 在chrome日志中检测到设备(chrome:// device-log)
HID User [15:49:22] HID device detected: vendorId=1133, productId=50475, name='Logitech USB Receiver', serial='', deviceId='/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.2/0003:046D:C52B.0003/hidraw/hidraw0'
HID User [15:49:22] HID device detected: vendorId=1133, productId=16398, name='Logitech K400', serial='', deviceId='/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2:1.2/0003:046D:C52B.0003/0003:046D:400E.0004/hidraw/hidraw1'
HID User [15:49:22] HID device detected: vendorId=5050, productId=24, name='Barcode Reader ', serial='', deviceId='/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.1/3-1.1:1.0/0003:13BA:0018.0006/hidraw/hidraw2'
但是打电话给
chrome.hid.getDevices({}, function (devices) {
if (!devices || !devices.length) {
console.log("No compatible device found.");
return;
}
以“找不到兼容设备”结束。
我连接到usb键盘没有问题,所以我怀疑一个不同的rfid可以正常工作。
问题: 有没有人成功使用带有chtome api的rfid?您使用哪个rfid阅读器?我对(可能)低成本的125khz读者感兴趣