• RL-TCP UDP sockets with RTX kernel
    I have application using RTX/RL-TCP i have a timer task and a tcp task following the guide lines, I have data coming in via a UDP socket and the call_back functions this all works fine. The issue is...
  • RL-TCP UDP sockets with RTX kernel
    I have application using RTX/RL-TCP i have a timer task and a tcp task following the guide lines, I have data coming in via a UDP socket and the call_back functions this all works fine. The issue is...
  • Having tcp connection with rtx
    Hello to all, I want to run TCP/IP connection with having Keil RTX. Is there any sample code that implement TCP connection with RTX for LPC1768 microcontroller? thanks in advance.
  • Having tcp connection with rtx
    Hello to all, I want to run TCP/IP connection with having Keil RTX. Is there any sample code that implement TCP connection with RTX for LPC1768 microcontroller? thanks in advance.
  • RTX/TCP timing issue with dropping connection
    I have a simple program that implements a TCP server. Here is the framework: - main() starts the task that creates timer_task and task_tcp. - timer task simply calls the timer_tick() every 100...