• c51: read & transmit more than 1 byte at a time
    I am trying to interface flash to 8051, when i try to read and transmit 2 bytes to PC, it displays only one byte to the terminal have used this same code main(){ TMOD = 0x20; TH1 = -3; // 9600...
  • c51: read & transmit more than 1 byte at a time
    I am trying to interface flash to 8051, when i try to read and transmit 2 bytes to PC, it displays only one byte to the terminal have used this same code main(){ TMOD = 0x20; TH1 = -3; // 9600...
  • LPC2478 - USB does not transmit more than 64 bytes
    Hi, I'm using LPC2478 for USB comunication in CDC mode (RL-USB). In my project I look forward to receiving a data packet, and then send a response corresponding to that data packet. But this...
  • LPC2478 - USB does not transmit more than 64 bytes
    Hi, I'm using LPC2478 for USB comunication in CDC mode (RL-USB). In my project I look forward to receiving a data packet, and then send a response corresponding to that data packet. But this...
  • FTP client can't send more than 2920 bytes
    Hi All, When I send a file with the FTP client it only sends to the server 2920 bytes... If the filesize is below 2920 bytes all is ok, but, when 2920 or more this is truncated to 2920.. I tried...