I need print hex value of '?' this character
currently, my script returns wierd characters such as '?' or '£☻ §"
I want to read them as proper hex value.
if choice == 8:
incoming =ser.readline()
print incoming
Can anyone please help me with this?