• 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?
  • ERR_MEM_CORRUPT error in TCPnet call tcp_poll_sockets()
    Hi, I'm running firmware on my device used to log data to a server. Due to yet unknown reason the sys_error() function from TCPnet is called with the ERR_MEM_CORRUPT error set (file Net_Config.c...
  • 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 and multicast
    Hello, I looked into the user manual, Keil website, and forum but there's no information about this. So does TCPNet (included in RL-ARM) support multicast; or there's anyway to implement it? ...
  • Bootloader with TCPnet
    Hi I have to develop an ethernet bootloader for Freescales Kinetis K60. I found an example on freescale.com using FNET stack, but I would prefer to use TCPnet as in my application. Has someone...