eriksl wrote:The clients send data to the server, the other way around, or in both directions?
And then when a client is reset three times or more, the complete UART on the server stops? You can still connect to the server?
When i reset the client more than 3 times, i got only ip.
No possibility to recive and send data to socket.
Uart works ok.
My scheme is:
One client ( windows telnet) wathing data from uart.
Second client sending something via tcp to uart and recive data from uart (from server).
Now i reset client and after 3 or more time i got only ip address and nothing ( no data from server).
I must restart server and connect again.
It is look like server still keep connection and socket open and has no resorce to create new?