rfid programming
Posted
by
MaKo
on Programmers
See other posts from Programmers
or by MaKo
Published on 2011-03-15T06:31:29Z
Indexed on
2011/03/15
8:22 UTC
Read the original article
Hit count: 252
hi guys,
I got a gift from a friend, 2 readers for RFID, and some cards (from a Chinese company called daily rfid), the kind of work, because it comes with some demo software written in Delphi, that reads the id of the card (myfare compatible, ISO14443A ) but the problem is that if I try to use the demo to write to them, it doesnt seem to work,
it have another demo written in c#, (compiled and executable from /bin/debug, the DL600DemoCSharp.exe), the software opens, but when click on connect, I get this error> Unhanded exception.. unable to load DLL 'BasicB.DLL'
so I load the dll on windows/system32, but when I try regsvr32 BasicB.dll
I get, error>
the module "BasicB.dll" was loaded but hte entry-point DllRegisterServer was not found. Make sure that "BasicB.dll" is a valid DLL or OCX file and then try again
have written to the company but no response,
I program in objective C, so I kind of understand c#, but how to make this cards work? - shall I continue with the delphi, and try to write to them with it - or with c# - either way I would have to write the code to read write to them,, or is there any software to work with this modules??
thanks a lot!
© Programmers or respective owner