0
は
IからサンプルNFC読み取りライブラリを使用しています:NodeJS NFCを使用してライブラリpcscliteを読むと、複数回読む方法は?
https://github.com/LudovicRousseau/node-pcsclite
私は、NFCのものを読むことができるけど、2回目のリードから、それは仕事をdoesntの。私はfoloowing行削除しようとした
:
reader.close();
pcsc.close();
しかし、それはまだdidntの仕事は、単に新しい例外が発生しました:私は
/node_modules/pcsclite/lib/pcsclite.js:125 this._transmit(data, res_len, protocol, cb); ^ Error: Third argument must be an integer
何をしないのですか?