Hi.
How to convert in Python3 sets of unsigned integer 16 bits to ASCII equivalent like picture please ?
Input is a 16bit unsigned int witch represents two ASCII chars.
Result should be a string with inverted bytes (not 6A338F67, but A633F876).
Thanks,
Jozef
[attachment=2374]
How to convert in Python3 sets of unsigned integer 16 bits to ASCII equivalent like picture please ?
Input is a 16bit unsigned int witch represents two ASCII chars.
Result should be a string with inverted bytes (not 6A338F67, but A633F876).
Thanks,
Jozef
[attachment=2374]