Hello, I m trying to convert ASCIIString (or ASCII) to Uint8 .
b"string" seems to be the option. However it doesnt seem to handle b"$(variable)" Also, reinterpret and convert dont seem to do the job. Any easy way to do this conversion? Any ideas? Thanks
