T
Tobi
Hello,
I have a string containing a binary code,
mystring = "1010100"
and i want to write this string ino a byte, not an byte array to
interpretate it as an ASCII Letter.
I found a way to put it in a byte array, but then i have a bytearray
containing (49), (48) ,(49), (48) ,...
Thank you very much for your help
Tobias
I have a string containing a binary code,
mystring = "1010100"
and i want to write this string ino a byte, not an byte array to
interpretate it as an ASCII Letter.
I found a way to put it in a byte array, but then i have a bytearray
containing (49), (48) ,(49), (48) ,...
Thank you very much for your help
Tobias