On Sun, Jan 22, 2017 at 10:34 AM, Bruno Jesus 00cpxxx@gmail.com wrote:
... Hi, you also have to change the sending lengths because it is also using +1. I believe this was a strlen/sizeof misfortune, right?
Yes, originally this was using strlen() and I wanted to capture the NULL byte so that it was easy to look at the data for diagnostics. At some point I must have changed it and forgot to remove the "+1", sorry about that :/
Best, Erich