hi everyone,
i got a string from anther computer through serial port. i need to decode the character into hex value.
for example:
i get string "ABC", i need to calculate 0x41 + 0x42 + 0x43
how can i get the value of "A" in hex or in dec?
thanks in advance
Bookmarks