llrpjs / llrpjs

Low Level Reader Protocol (LLRP) Library for Node.js
MIT License
14 stars 12 forks source link

No tag reporting in intermec IF2 reader #1

Open brunosb opened 2 years ago

brunosb commented 2 years ago

I ran example1.ts, changing only the active antenna and the ip of the reader. The log only starts RoSpec, causing a timeout in receiving the reading.

log:


connecting ...
connected
Connection status Success
Delete all ROSpecs M_Success
Reset to factory defaults M_Success
Add ROSpec M_Success
Enable ROSpec M_Success
Start ROSpec M_Success
ERR_LLRP_READER_TIMEOUT: 
    at Timeout._onTimeout (C:\Users\Bruno Barbosa\Documents\Desenvolvimento\VSCode Projects\middleware-llrp\node_modules\llrpjs\src\net\timer.ts:11:24)
    at listOnTimeout (node:internal/timers:559:17)
    at processTimers (node:internal/timers:502:7)
error Command failed with exit code 1.```