-
Notifications
You must be signed in to change notification settings - Fork 99
Reading multiple ISO 15963 tags on the reader #37
Comments
Hi, the main part is in PN5180ISO15693.cpp. See below. It also requires some added code in PN5180ISO15693.h, PN5180.cpp and PN5180.h. PN5180ISO15693.cpp, The delay in after sendData in ::issueISO15693Command routine has also to be changed from 10 ms to 15 ms.
PN5180.cpp
|
Hi, now a think a have succeeded to add all files to a fork of the code |
Hello FatherOfErik |
Hello everybody !
I am studying the implementation of reading several ISO 15963 labels located on the reader.
One label is readable - no problem, but anything more than two leads to a collision mode.
Is it possible using the current library to read UIDs and blocks of information from several ISO 15963 tags located on the reader? I have looked through the source of examples from NXP, but the devil will break his leg. I would like to do on this library.
The author does not accept requests for additions, which is a pity, I would spend a couple of dollars on such an implementation.
Привет всем !
Изучаю вопрос реализации считывания нескольких расположенных на ридере меток ISO 15963.
По одной метке читается - без проблем, а вот все что больше двух приводит к режиму коллизии.
Можно ли используя текущую библиотеку считать UID и блоки информации с нескольких расположенных на ридере меток ISO 15963 ? Я просмотрел исходник примеров от NXP, но там черт ногу сломит. Хочется на этой библиотеке сделать.
Автор не принимает запросы на добавления, а жаль, я бы пару долларов потратил на такую реализацию.
The text was updated successfully, but these errors were encountered: