View Single Post
  #19  
Old 03-21-2016, 11:21 AM
Liz Shaw's Avatar
Liz Shaw Liz Shaw is offline
Approved Member
 
Join Date: Oct 2008
Posts: 557
Default

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.
Reply With Quote