I am trying to store EEPROM Values and it works for most of the normal numbers upto long. (4 bytes of Data).
I have a specific requirement of Storing 10 Digit Serial No. starting with 99XXXXXX99 and mismatch flag generated if new device is inserted with new serial no.
I am afraid maximum value of Long in arduino is 4,294,967,295 < My requirement.
so what could be the most efficient way of doing it ?