• 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?
  • RL TCPnet problem
    I have an Olimex LPC2378-STK development board and try to connect to my computer with ethernet interface. I am using RL-ARM TCPnet library to send a data using TCP protocol. In NetConfig.c i set up ip...
  • RL-FlashFS TcpNet problem
    FILE *f; int main() { SystemInit(); finit(); f=fopen("M:\\Temp_Files\\1.jpg","w"); while(f==NULL); fclose(f); } //This program can run and creat a new file "1.jpg",but... int main() { SystemInit...
  • TCPNet: problem with recv() and recvfrom()
    Hello all! I'm trying to write simple SNTP client with BSD sockets. I wrote such code: #include "LPC23xx.h" #include "uart.h" #include "RTL.h" #include "main.h" #include <Net_Config.h> //-----...
  • problem with send_data () of TCPNet
    I tried to convert the LEDClient example project to send data to my server. But the problem I have is that I can't send more than 4 bytes. Here's my code case TCP_STATE_CONNECT: if (tcp_check_send...