1

I have two different RFID readers which both give different outputs. One RFID readers is this one from dealextreme: http://dx.com/p/intelligent-id-card-usb-reader-174455 It is plug and play. Of the other reader I only have the program which we use to generate the code which is HidIdMonitor.exe

The first one generates the following code: 0221365003

The second one generates the following code: 010d31c30b

The problem is that I cannot find any form to convert one code to the other. Is there anyone who can tell me how to convert this, or what the code is based on.

4

1 に答える 1

3

同じ値です。16進数と10進数!!

 0221365003 = decimal
 D31C30B = hex (010 is a prefix)
于 2013-11-12T15:55:25.427 に答える