I am programming a NodeMcu in arduino ide, to send to a server the string "$99991130000010¶" necessarily has to contain all these characters, the sending function is the Client.print ().
It happens that the data arrives corrupted on the server, it arrives like this ($99991130000010¶) and the last character o (paragraph) arrives from a  that distorts the server's way of interpreting.
I can not handle the data received on the server because it is a commercial software and I do not have access to the source code.
Somebody help me, please.