Storing MAC Address in EEPROM via Serial ASCII input.

When I did the IP and other params, I stored each ASCII char as an int after doing an ASCII to decimal convertion.

Where is the code that does this? Why not use the same approach for the MAC address?

The only difference will be that you would subtract '0' from some characters ('0' to '9') and 'A' from others ('A' to 'F').