• BSD recv() with RTX
    I am trying to understand the recv(),  it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a pointer...
  • BSD recv() function with RTX
    I am trying to understand the recv(), it is stated that: " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data. The argument buf is a...
  • Posix select() function in Keil / detect if recv() is usable
    Hi, I am having a problem while trying to find a function doing the equivalent of the select() function in the posix library. It would be used to detect if there is something to read by the recv...
  • 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...