2018-01-13

Using RFIDler on Windows

I just borrowed an RFIDler and am trying to get it to work on Windows to read the content of some NFC cards.

Because this information was hard to pull together, here is what I found:

Firmware update on Windows


You can get mphidflash.exe from here:
https://github.com/ApertureLabsLtd/mphidflash/blob/master/dist/mphidflash-1.6-bin.zip

You can get the latest firmware from here:
https://github.com/ApertureLabsLtd/RFIDler/blob/master/firmware/Pic32/RFIDler.X/dist/default/production/RFIDler.X.production.hex
Currently it is 0203-beta (debug)

The command line simply is:
mphidflash-1.6-bin\binaries\mphidflash-1.6-win-32.exe -r -w RFIDler\RFIDler.X.production.hex


Reading cards


Positioning the cards seems to be hard.
I did not get it to work yet but it should be:

Open Putty
Open a serial connection with 115200bps 8n1 no flow control.
type enter to enter CLI mode.

autotag
should identify the type of card.

set tag  
sets the type of card

vtag
now provides information reat from the card.

source:  https://www.scip.ch/?labs.20151022

Keine Kommentare: