bvanheu / stratatools

Stratasys EEPROM tool
BSD 3-Clause "New" or "Revised" License
88 stars 40 forks source link

eeprom uid transposer #19

Open RobListon opened 9 years ago

RobListon commented 9 years ago

Is it possible to add option for a transposer or formatter function to this project so that I can enter the UID of a chip as it is displayed at /sys/bus/w1/devices/ (eg. 23-0000014b4065) and have it converted to the UID (eg. b60000014b406523) used to encrypt/decrypt the eeprom? It's not a big deal but would help prevent an accidental typo from messing things up. Thanks.

bvanheu commented 9 years ago

It is possible ;)

I'm currently in the process of making sure the software work in Python3, then I'll move into making it easier to use.