• TCPnet
    Hi all, I used TCPnet Client to connect Server, it is normalize But!!! when i close Server , TCPnet Client will freezes Anybody know how fixed it?
  • TcpNet for LPC3250
    I'm using the Embedded Artist LPC3250 board and trying to get it working with RL TcpNet without RTX. During the call to init_TcpNet() it gets stuck and is continually trying to read the PHY (function...
  • Debugging TCPnet
    Hi there I try to use the debug library TCPD_CM3.lib but as soon as I enable Full debug on Ethernet the library calls the exception handler "os_error" with err_code 0x20002ADC. I changed the...
  • Is this a bug of tcpnet
    hi, all: I implemented ppp protocol on lpc2138, the modem is GPRS modem. The server send udp data to modem fastly, Some times, the datas modem gived to cpu lost the char "7E".when it's occured,the protocol...
  • TcpNet - RTX
    I need to use 2 Tcp sockets (one for received orders, and one to send datas) Even i group all my tcp functions in a single task (with lowest priority), i can't executes other tasks. I use a tick_timer...