From mtparsons87 at gmail.com Sat Mar 14 17:30:47 2009 From: mtparsons87 at gmail.com (mike parsons) Date: Sat Mar 14 17:30:59 2009 Subject: [Rfdump] Writing Software Bridge to Allow Other Readers to work with RFDUMP Message-ID: <95f3876b0903141030y688e7b33s53b8b078da3c6157@mail.gmail.com> Hi everyone, I was recently looking into writing some code that would allow me to use my RFID reader with the RFDump software. I was wondering if anyone could give me some tips or guidance about how to get started doing so. Thanks in advance, Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.dn-systems.net/pipermail/rfdump/attachments/20090314/f2163b07/attachment.html From rsmmartins at gmail.com Sun Mar 15 22:53:01 2009 From: rsmmartins at gmail.com (Rafael Martins) Date: Sun Mar 15 22:53:13 2009 Subject: [Rfdump] Writing Software Bridge to Allow Other Readers to work with RFDUMP In-Reply-To: <95f3876b0903141030y688e7b33s53b8b078da3c6157@mail.gmail.com> References: <95f3876b0903141030y688e7b33s53b8b078da3c6157@mail.gmail.com> Message-ID: <268ba07d0903151553p46f020c8qefad1cf6104ff469@mail.gmail.com> i could help if its C language... Rafael On Sat, Mar 14, 2009 at 2:30 PM, mike parsons wrote: > Hi everyone, > I was recently looking into writing some code that would allow me to use > my RFID reader with the RFDump software. I was wondering if anyone could > give me some tips or guidance about how to get started doing so. > > Thanks in advance, > Mike > > _______________________________________________ > Rfdump mailing list > Rfdump@lists.dn-systems.net > http://lists.dn-systems.net/mailman/listinfo/rfdump > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.dn-systems.net/pipermail/rfdump/attachments/20090315/608f206e/attachment.html From doj at cubic.org Tue Mar 17 23:54:29 2009 From: doj at cubic.org (Dirk Jagdmann) Date: Tue Mar 17 23:54:44 2009 Subject: [Rfdump] Writing Software Bridge to Allow Other Readers to work with RFDUMP In-Reply-To: <95f3876b0903141030y688e7b33s53b8b078da3c6157@mail.gmail.com> References: <95f3876b0903141030y688e7b33s53b8b078da3c6157@mail.gmail.com> Message-ID: <49C03835.2070603@cubic.org> Hello Mike, > I was recently looking into writing some code that would allow me to use > my RFID reader with the RFDump software. I was wondering if anyone could > give me some tips or guidance about how to get started doing so. It it possible to support a different reader then the ACG models we currently support. However the RFDump code is currently not very well prepared for a RFID reader hardware abstraction, which may result in some ugly code. The main logic of RFDump is contained in the main.c file. Currently RFDump assumes the "select", "read block" and later on "write block" semantics usually found in LF and HF readers. If your reader works with those commands a support should be fairly easy. From main.c there are functions calls to rfidSelect(), rfidGetTagID(), rfidReadAllPages(), rfidReadPage(), rfidWritePage(), rfidConnectReader(), rfidReset(). What they do should be fairly obvious. Those function are currently all implemented in rfid.c and pretty hard-wired to the ACG ASCII protocol. You could start by replacing all of rfid.c with your own code which implements those functions. -- ---> Dirk Jagdmann ----> http://cubic.org/~doj -----> http://llg.cubic.org From ULampe at legic.com Wed Mar 18 03:02:47 2009 From: ULampe at legic.com (Urs Lampe) Date: Wed Mar 18 03:06:59 2009 Subject: [Rfdump] Urs A. Lampe of LEGIC Identsystems Ltd. is out of office. Message-ID: Ich werde ab 18.03.2009 nicht im B?ro sein. Ich kehre zur?ck am 20.03.2009. Thank you for your message. Please note that I will be out of office until March 20, 2009. During this time I may have irregular access to email. In urgent matters please contact my assistant Karin Antonis Tel. +41 44 933 64 18, kantonis@legic.com. From mtparsons87 at gmail.com Wed Mar 18 12:05:45 2009 From: mtparsons87 at gmail.com (Michael Parsons) Date: Wed Mar 18 12:06:30 2009 Subject: [Rfdump] Writing Software Bridge to Allow Other Readers to workwith RFDUMP In-Reply-To: <49C03835.2070603@cubic.org> References: <95f3876b0903141030y688e7b33s53b8b078da3c6157@mail.gmail.com><49C03835.2070603@cubic.org> Message-ID: <1534294580-1237377966-cardhu_decombobulator_blackberry.rim.net-2067353479-@bxe1079.bisx.prod.on.blackberry> Thanks Dirk, That was very helpful and exactly what I was hoping for. My reader supports those commands so I'll get started on that. Thanks again for the help, Mike -----Original Message----- From: Dirk Jagdmann Date: Tue, 17 Mar 2009 16:54:29 To: Subject: Re: [Rfdump] Writing Software Bridge to Allow Other Readers to work with RFDUMP Hello Mike, > I was recently looking into writing some code that would allow me to use > my RFID reader with the RFDump software. I was wondering if anyone could > give me some tips or guidance about how to get started doing so. It it possible to support a different reader then the ACG models we currently support. However the RFDump code is currently not very well prepared for a RFID reader hardware abstraction, which may result in some ugly code. The main logic of RFDump is contained in the main.c file. Currently RFDump assumes the "select", "read block" and later on "write block" semantics usually found in LF and HF readers. If your reader works with those commands a support should be fairly easy. From main.c there are functions calls to rfidSelect(), rfidGetTagID(), rfidReadAllPages(), rfidReadPage(), rfidWritePage(), rfidConnectReader(), rfidReset(). What they do should be fairly obvious. Those function are currently all implemented in rfid.c and pretty hard-wired to the ACG ASCII protocol. You could start by replacing all of rfid.c with your own code which implements those functions. -- ---> Dirk Jagdmann ----> http://cubic.org/~doj -----> http://llg.cubic.org _______________________________________________ Rfdump mailing list Rfdump@lists.dn-systems.net http://lists.dn-systems.net/mailman/listinfo/rfdump