Hello everyone ..

We've got a pic based system that doesn't have an lcd and also which stores some values into EEPROM .. When we are done with collecting the datas into eeprom , we remove the PIC and mount it to the PICKIT3 and export the hex file in order to read the stored EEPROM values on specific addresses on PICKIT3 standalone GUI ... The datas we store into the eeprom are 16 bit values and we use the address $00 to store the lowbyte of the value and $01 for the highbyte ...

Is there a possible way to view this 16 bit data stored in the eeprom in decimal format instead of HEX format ? We need this because each time the user who obtains the datas needs to use a hex to dec converter software to interpret the values and that number converting stuff takes a long time for him ..

I hope I made my point clear ...

Thanks in advance ...