-
jhoger committed patchset 171 of module VirtualT to the Virtual T CVS repository, changing 5 files.
2009-03-23 04:58:12 UTC in Virtual T
-
Hi Ismael,
Again, you'll get a wider audience for your questions on the LTK development mailing list. Also, the vendor that sold you the reader will hopefully help you as well.
On your new question: you are having a problem reading reserved memory. What error are you getting?
Perhaps you have locked portions of the reserved memory? I'll point you to one particular line of the Gen2 spec...
2009-01-19 17:11:13 UTC in LLRP toolkit
-
You have to build an accessspec with a C1G2Write parameter. I think there is a disconnect here somewhere... LTK is a toolkit for building up binary LLRP messages. You need to understand LLRP before you can use it. LLRP in turn is an API to the Gen2 RFID air interface protocol, which you need to understand as well.
C1G2Write Parameter lets you specify the MB (memory bank). The memory bank...
2009-01-16 17:58:32 UTC in LLRP toolkit
-
Hello,
Could I you to join and ask your question on the development mailing list?
https://lists.sourceforge.net/lists/listinfo/llrp-toolkit-devel
This is actually a general question about LLRP and Gen2, but I'm sure someone will be happy to answer you. This forum isn't used much.
Thanks,
-- John.
2009-01-14 17:01:50 UTC in LLRP toolkit
-
jhoger committed patchset 389 of module LTK to the LLRP toolkit CVS repository, changing 4 files.
2008-12-03 18:14:31 UTC in LLRP toolkit
-
jhoger committed patchset 157 of module VirtualT to the Virtual T CVS repository, changing 1 files.
2008-11-05 05:25:40 UTC in Virtual T
-
jhoger committed patchset 346 of module LTK to the LLRP toolkit CVS repository, changing 1 files.
2008-10-21 20:54:27 UTC in LLRP toolkit
-
jhoger committed patchset 337 of module LTK to the LLRP toolkit CVS repository, changing 2 files.
2008-10-07 00:51:53 UTC in LLRP toolkit
-
jhoger committed patchset 335 of module LTK to the LLRP toolkit CVS repository, changing 1 files.
2008-10-03 21:44:21 UTC in LLRP toolkit
-
In dll_api_v0.c the following lines appear:
#ifndef ETIMEDOUT
#define ETIMEDOUT 116
#endif
This is confusing since under Linux at least 116 means "ESTALE" not ETIMEDOUT.
Was the intent for this to be 110?
-- John.
2008-09-25 22:39:10 UTC in libusb-win32