What? Now you have five.
Well, if they are HEX characters, then they will always be letters or numbers.... and receive a string of 10 hex characters something like: 0,F,0,2,0,2,A,9,B,1 ...
... Quite obviously, the ascii characters are not necessarily numbers, or even letters for that matter.
Are you saying that you want to convert 0F,02,02,A9,B1 into the decimal number 64,458,238,385 ??
Or do you want to have a 40-bit binary number in 5 bytes like 0F:0202:A9B1 ??
or is it something else ??
<br>
Bookmarks