Reading ascii in hexadecimal, need it in decimal.

PaulS:
You want to convert an ASCII string to an int. Seems like exactly what the atoi() function was invented for.

Thanks PaulS i will search for atoi() function :smiley: