Hello,
my program is based on client demo aplication and add TCP server like daemon. Server works good as echo server. I can receive packet, parse it and return answer by TCP, it already works fine. But... is it possible to send TCP packet from anywhere in my program? For example sending from periodic task - I can create periodic task that can call each 1sec, but function SENDTO doesnt work here. Or send TCP packet from HWI - same problem SENDTO doesnt work. So, is it possible to call sendto function from another task - not directly from server? I think, it must works beacuse it is realy basic function - sending TCP packet if I want.....
Thank you for quick response
VS