How to convert array with hex to string?

String(m[853:863]) is what you want here: you want the String constructor that creates a string directly from raw bytes in ASCII / UTF-8 encoding.

2 Likes