I have a problem. I need communication javascript to C node.
The protocol use a String with 0xAAAA header.
in JS i have a Uint8Array with {\xAA,\xAA} My problem is that i need convert a Uint8Array in String UTF-8 .
How to convert from Uint8Array in UTF-8 to uTF-8 string)