• 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: 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 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...
  • 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...
  • Still problem with SPI Interrupt
    Using Atmel AT89C51CC03, and having very strange problem with SPI. My interrupt routine is like this: void SPIISR(void) interrupt 10 { if (SPSCR == 0x88) {P1_0 = ~P1_0;} tmpchar = SPDAT; SPDAT...