I am using MCB1700 as TCP server and I can received data from PC client. But I can not send data back to the PC client while the TCP is still connected. Is there any one who has experience to do that ?
In the /TCPnet/LEDSwitch example, I managed to receive data from PC client but I don't know how to send the response/data back to the PC client? which function can be used ? Is there any one who has example ?
Hi Christian ,
May thanks for your help !
After adapt your code and through wireshark monitor, I have fiexd the problem. I have to add /r/n then the PC can receive the sending string.
No problem