• 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...
  • 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...
  • 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> //-----...
  • 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?