Hi,
I wrote a client/server application. the data is recieved in the UART port and is stored in a temporary buffer. Than the data is copyed to the “send” buffer of the tcp ( the wip_write() buffer), waitting to be sent to the client. Nothing happens, because WIP_CEV_WRITE is not triggered.
I found in the forom that many users have this dificulty. The question is how the WIP process knows when to trigger the WIP_CEV_WRITE event.
I will appritiate any help on the matter.
David