Okay, you need to replace "0C" with "0D". The byte determining the size of the string is located four bytes before the actual string.
If the size of the string manages to exceed the byte number "FF" (maximum number", the number has to reset to 00 after that and you have to put 01 on the byte after it (for example, for longer sentences you may encounter something like "54 03" or "00 02". If that happens, just replace it with "55 03" and "01 02" respectively.
|