Hello,
does anyone knows how to assign hex values to the variables Op en Ki
when reading them out of a file that looks e.g. like this:
Op 63 BF A5 0E E6 52 33
65 FF 14 C1 F4 5F 88
73 7D
Ki DB C2 46 41 2B 8C FA
30 7F 70 F0 A7 54 86
32 95
I found a function sscanf so maybe I can scan each line and convert the
values afterwards but what should I do with the text "OP" and "Ki".
Thanx for your help.
does anyone knows how to assign hex values to the variables Op en Ki
when reading them out of a file that looks e.g. like this:
Op 63 BF A5 0E E6 52 33
65 FF 14 C1 F4 5F 88
73 7D
Ki DB C2 46 41 2B 8C FA
30 7F 70 F0 A7 54 86
32 95
I found a function sscanf so maybe I can scan each line and convert the
values afterwards but what should I do with the text "OP" and "Ki".
Thanx for your help.