• Problem with RL-TCPNet and RL-USB
    Hi, I'm with a problem when I use RL-TCPNet and RL-USB on the same project. If I exclude the block of code of RL-TCPNet, the RL-USB works. But, if I include the block of RL-TCPNet, the RL-USB don...
  • 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...
  • 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...