Hello programmers! My english not very well, I'm from Russia.
Here is my problem.
We need to transmit a string, the size of the string we can calculate.
the string is consist of BYTE elements. (-256~255)
How can we sent all this BYTE's?
symbol "|" also must be coded - it's special symbol using in my protocol.
Is it possible to sending messages this way?
Thank U.
I cant use base64 text. And the problem was not there:) simply I decoding message wronly.