Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
I confirm: the above version works with ISO14443A.
The "test" version enabled byte reading of specific answers (ATQA, SAK and UID bytes) to see differences between specific SL500F supported commands; for the rest it seems to be the same as the above.
Offline
hi,
sorry for the late reply. I also confirm the new version 2.5 works well with ISO1443A.
thanks a lot.
Offline
Hi Gaucho,
Nice software, I'm developing a custom software for a custom application for SRIx4k tags.
Could you say me how can i know if a sector is locked to write programattically? I dont see this function in SL500 API
Best Regards!
Berni69
Offline
Hi Gaucho,
Nice software, I'm developing a custom software for a custom application for SRIx4k tags.
Could you say me how can i know if a sector is locked to write programattically? I dont see this function in SL500 API
Best Regards!
Berni69
Please read available datasheets before posting questions (goolge is your friend); anyway page 12 of this, OTP_Lock_reg, contains the answer, no API function needed, a simple read command is enough. Stronglink default software does not provide "automatic" reading of that information.
Offline
Hi, what is the meaning of "indice oltre i limiti della radice"
grazie e buon lavoro!
Offline
may be it is a bug. detail how to replicate the error.
the language is italian because your operative system is in italian.
it is a common "out of bounds exception" talking about arrays.
Offline
hi, i have SL500USB and i have problem with connected for him.
When i use program ICTransfer.exe and use SHC1102 i clicked "request", and i see in debug is - " rf_request comunication failed, Error Code 0x14".
when i use your program RFIDidentifier.exe i see alarm popup "Load MasterCom.dll failed" i click OK
Please help me, what my need make for fix all error?
Sorry for my eng, i'm from Ukraine
all image:
Offline
do you have that dll in your pc? in which folder? do you have restricted privileges on your pc? are you the administrator of your pc? you wrote about another error on your previous message. try to work on your problem at least 30 minutes before next post.
Offline
do you have that dll in your pc?
no
in which folder?
i don't know
do you have restricted privileges on your pc?
no
are you the administrator of your pc?
yes
first picture i fix error, but your program don't work
Offline
@Grafmine, you are not using my package. i distributed the exe WITH the DLL. it must be in the same folder of the exe, WITH ALSO the settings.txt file.
read my next post..wait...
Offline
dear all,
i added the ability to read and write the mifare 1k and 4k. On my next post you will find the new version download link.
Last edited by gaucho (2014-04-05 08:47:58)
Offline
Hi gaucho,
the link doesn' t work.
Can you update it ?
Thank you !!!
Offline
Hi lupo,
i repaired the link.
here it is: http://www.4shared.com/zip/WW2CG00bce/R … erV26.html
Offline
Thank You gaucho !!!!
Offline
Dear Gaucho, I'm new here and I'm working on SRIX4K chip. I have all HW and SW needed but i would lime ask you something the MasterKey. Do you know that. Can you help me to find it on my key dump? I would like use the different keys with different Vendor. :-)
A already found the fill up this key :-) but now I would lime find the Master Key only for statisfaction.
Thank in advance.
Offline
are you sure there is a masterkey?
don't reply here. This is offtopic. Asper will read and give you the answer cause he is more expert than me, but this it offtopic. Don't post here your quesiton cause this thread is about the RFIDentifier Project that uses the SL500 reader.
your question is specific for the srix4k keys.
find another thread or create a new one.
Offline
Hi gaucho!
I have a usb connected sl500 rfid reader, but it doesnt connect to the rf_reader_demo software as my computer access the reader through the usb port while the software requires a COMPORT connection. I needed to ask if u can help me with that.
Plus i have tried your software also but it says "load mastercom.dll failed" before opening. What to do now?
Plz sort these problems out for me
Offline
The sl500 usb version has a built-in usb-to-serial chip; you need to install correct drivers to make windows see it as a serial device (you can download them from the stronglink homepage).
mastercom.dll must be in the same identifier .exe folder, you can find it in the official stronglink software folder (download it from stronglink download page).
Last edited by asper (2014-05-01 11:07:40)
Offline
Thanks asper but i have downloaded the drivers from the link given below and after installation it still doesnt shows any active COMPORT device...it rather appears as a USB Input Device.
http://www.stronglink-rfid.com/en/rfid-readers/sl500.html
Offline
can you please specify the drivers i need to install?
Offline
i agree with everything that asper said.
@brindan: i didn't checked your link but i instaled these drivers:
http://speedy.sh/Vh5Zw/UsbDriver.zip
in the zip file that you can download from this thread (see my previous posts) you can find my exe and the dll. just extract them in the same folder.
Of course you must first be able to see the virtual serial port associated to the SL500 in your devices manager.
contact the manufacturer for problems using their device.
may be your operative system is not supported?
Last edited by gaucho (2014-05-02 15:01:03)
Offline
thnx alot
Offline
Can someone helps me?
I`m trying to get UID for my skidata card but without success. Using Delphi 7 and SL500F reader. Commands like beep, light works....
Is there demo for this cards in delphi ?
Offline
As far as I can tell no demo for ISO15693 in Delphi.
You need to send raw commands to talk with standard ISO but unsupported tags (unsupported = no source code or no already-made software available); raw commands are called "pass_through" commands in SL500F manual (page 40 of the included manual) and is managed by the "Transcieve" button in the included software; for example sending 02 2B (Get System Information) will give you a series of infos (bytes) about the tag, including UID (crc is auto-mamanged by the SL500F).
Last edited by asper (2014-11-25 11:48:22)
Offline
As far as I can tell no demo for ISO15693 in Delphi.
You need to send raw commands to talk with standard ISO but unsupported tags (unsupported = no source code or no already-made software available); raw commands are called "pass_through" commands in SL500F manual (page 40 of the ) and is managed by the "Transcieve" button in the included software; for example sending 02 0B (Get System Information) will give you a series of infos (bytes) about the tag, including UID (crc is auto-mamanged by the SL500F).
Trying first with ICTransfer - pass trought function, Set iso15693 - communication success then i write 02 0B push button Transceive and error - Communication failed - error code a2 where i wrong?
Offline
Try with 02 2B and not with 02 0B.
You can test (with ICTransfer) tags ISO15693 -> I.CODE SLI or Tag_It, they should work with basic commands.
Offline
Try with 02 2B and not with 02 0B.
You can test (with ICTransfer) tags ISO15693 -> I.CODE SLI or Tag_It, they should work with basic commands.
022B (without space) - work result is 000F(skidata UID)0200330302
i will try to get this info with delphi command.
Offline
Yeah, commands must be send without spaces.
To know the available commands you need to study the ISO15693-3 (-3 = part 3) datasheet; 2B is not a mandatory command, it is optional and luckily it is supported by your tag giving you good infos!
Last edited by asper (2014-11-25 12:00:40)
Offline
Yes, i have good info, but again i cant read this info. I cant send command. I`m confused i cannot write everything in c# or other language only for UID, this is for user identification in POS system. Dont know where is the problem (except me). Can you give me support with this function? Should be ready by the end of the month, and i dont know what to do.........
Offline
I am sorry, I cannot help you with C# or Delphi code. The alternative way is to send commands (apdus) via serial port if you know how to send bytes over a serial port; I can tell you some apdus examples (obtained reversing the commands sent through USB/Serial communication) but you will have to figure out the rest yourself.
Offline
I will try every way for communication if you have examples.
Offline
I do not have any source code examples for you, sorry.
Offline
I create small project for read UID with SL500F and emulate keyboard. If someone need it email me for source on Delphi 7.
Offline
It would be great if you mind to share it with everybody !
Offline
Another question if someone help. Maybe here is not the right place but .... i wll try 125khz card with normal keyboard emulated reader uid is 747B00DE936080FF but in access control system card is converted in this number 0007799037. What kind of converting is that? I thing they use something like wiegand reader but not shure, and the question is how to convert 747B00DE936080FF -> 0007799037
Offline
Hi, Can you share me source or program RFID Identifier Project?
I check all link but all die.
Offline
@asper, Can you share me link download?
Thank you.
Offline
Hi lupo,
i repaired the link.
here it is: http://www.4shared.com/zip/WW2CG00bce/R … erV26.html
Dear gaucho, may I have a new valid link of your tool?
Thanks
Offline
sorry for the delay. This is another link to download it. You just have to register for free on this website: https://app.box.com/s/lvd0eoqpuoz1bcrv4zhw7uzxme72jts7
Offline
sorry for the delay. This is another link to download it. You just have to register for free on this website: https://app.box.com/s/lvd0eoqpuoz1bcrv4zhw7uzxme72jts7
Dear gaucho thanks a lot for the sharing.
Offline