Hi Garabo,
thanks a lot. i have one more problem in serial side also. in Ethernet to serial example project " tx_task" also waiting for data from serial. here also i need non blocking method , how to do that one.? if any function there to check data available on serial buffer or not. if available condition only i want to receive data.
count = fread(buff, 1, 1, ser_device);
so this one waiting for 1 data from serial side.
regards,
sudhakar.p