• LPC2365 TCP/IP callback issue
    The latest MDR and RTX updates seem to not receive UDP or TCP packets correctly (or at least consistently - I can get it to trigger once). The transmit functions work well, but the callback functions...
  • LPC2365 TCP/IP callback issue
    The latest MDR and RTX updates seem to not receive UDP or TCP packets correctly (or at least consistently - I can get it to trigger once). The transmit functions work well, but the callback functions...
  • TCP/IP Communication With Linux Operating system
    I Have implement simple code where my Processor (LPC2388) is configured as Server & is in the Listen Mode & client which is connecting the Server (LPC2388) is a Linux OS Server. There i am simply connecting...
  • TCP/IP Communication With Linux Operating system
    I Have implement simple code where my Processor (LPC2388) is configured as Server & is in the Listen Mode & client which is connecting the Server (LPC2388) is a Linux OS Server. There i am simply connecting...
  • TCP Socket - Maximum Segment Size (TCP_MAXSEGSZ) issue
    Greetings, Intro: I am developing a TCP Server (TCP Passive Open) using LPC2364 (ARM7TDMI). I need to transmit/ receive approximately 35 Kb of data through an active TCP connection. As per document...