Search found 1 match

by mxAmir
Tue Oct 25, 2022 4:54 pm
Forum: General Discussion
Topic: ESP-IDF TCP Socket Serial Bridge.
Replies: 2
Views: 5440

Re: ESP-IDF TCP Socket Serial Bridge.

Nice! it works very cool :D , except, when I try to reconnect I can´t see info any more :| , added this to your code: ... static void port1(void) { if(hasclient() == 1){ ... else if(len == 0){ //connection closed, closing the socket and wating for new connection shutdown(socketstatus, 0); close(sock...