I would like to know how to convert a normal Javascript string into an array of octets/characters. Like you would do with a classic C unsigned char array. I am using the Struct/JSPack library and need to extract/unpack some values from data coming in a string.
Thanks!
See String.charCodeAt.