Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/google-chrome/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
是否有与chrome hid api兼容的rfid阅读器?_Api_Google Chrome_Hid_Rfid - Fatal编程技术网

是否有与chrome hid api兼容的rfid阅读器?

是否有与chrome hid api兼容的rfid阅读器?,api,google-chrome,hid,rfid,Api,Google Chrome,Hid,Rfid,我曾尝试使用带有chrome hid api的rfid阅读器, 在chrome日志中检测到该设备(chrome://device-log) 但是打电话给 chrome.hid.getDevices({}, function (devices) { if (!devices || !devices.length) { console.log("No compatible device found."); return; } 以“找不到兼容设备”结束 我没

我曾尝试使用带有chrome hid api的rfid阅读器, 在chrome日志中检测到该设备(chrome://device-log)

但是打电话给

chrome.hid.getDevices({}, function (devices) {

    if (!devices || !devices.length) {
      console.log("No compatible device found.");
      return;
    }
以“找不到兼容设备”结束

我没有问题连接到usb键盘,所以我怀疑不同的rfid可以正常工作

问题:
有人成功地将rfid与chtome api结合使用了吗?你用的是哪个rfid阅读器?我对(可能)低成本的125khz读卡器感兴趣

Hi!你们找到答案了吗?我有同样的问题:)嗨!你们找到答案了吗?我有同样的问题:)
chrome.hid.getDevices({}, function (devices) {

    if (!devices || !devices.length) {
      console.log("No compatible device found.");
      return;
    }