I did put it on sourceforge and sent the link to Arnold, assuming that he would update the wiki. I did that yesterday myself and added this link: http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=323770
I have a Motorola/Symbol MC9090G that has an RFID scanner. I'd like to know how to scan RFID tags using Lazarus Pascal.
For RFID scanning there is no such component. You have to make it. As the SymScan author had to download C/C++ SDK and convert 'SCNAPI32.DLL' bindings to Pascal, you will have to download SDK and convert 'RFIDAPI32.DLL' C bindings to Pascal.