• 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-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...
  • RL-TCPNet problem
    I am using RL-TCPNet for TCP/IP communication with the pc. The controller is STM32F107. SysTick timer is set for 10 mS. It works fine, until the pc would send a few messages in a succession without...
  • 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...
  • 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> //-----...