Olimex Support Forum

Others => UEXT => Topic started by: PeterN on June 03, 2020, 05:25:49 PM

Title: MOD-RFID1356MIFARE USB-HID mode, Could ID-string be configured as dec(hex)?
Post by: PeterN on June 03, 2020, 05:25:49 PM
Hi
Is it possible to configure the MOD-RFID1356MIFARE in USB-HID mode to send the ID-string in decimal representation insted of the default hex representation?
What about MSB/LSB representation?

If it's possible, are there configuration commands to use in the USB-CDC mode?

If it's not possible, will this feature be implemented in future firmare?

Best regards /Peter
Title: Re: MOD-RFID1356MIFARE USB-HID mode, Could ID-string be configured as dec(hex)?
Post by: LubOlimex on June 11, 2020, 08:37:18 AM
There is no such option. The memory of the board is limited and we can't add much extras. Why do you need that though? You can convert the output to any numbering system, most software tools have ready-to-use functions for such conversion too.
Title: Re: MOD-RFID1356MIFARE USB-HID mode, Could ID-string be configured as dec(hex)?
Post by: PeterN on June 17, 2020, 05:46:40 PM
Tank you for the answer.
I want to use the rfid reader in HID mode and connect readers to existing commercial software applications. One application designed to read the rfid id number in hex represented text HID input, another designed to read the rfid id number in dec represented text HID input.
/Peter