But how come I decode it when the orginal 7-bit GSM USSD data is corrupted alreadyDougieLawson wrote: ↑Thu Aug 02, 2018 1:50 pmYou need to decode it from 7-bit GSM USSD to 8-bit ASCII. It will then print without any errors.
This is how to translate it, but the respone of my is corrupted when I read from serial
Can you suggest me how to do that or the key word to find the solution ?DougieLawson wrote: ↑Thu Aug 02, 2018 7:45 amIt's returning 7-bit data. You need to convert that to 8-bit to make sense of it.