• 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...
  • Transmitting 2 bytes 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 Fn1(){ // read Operations ... ce = 0; ...
  • 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...
  • USBHID InReport more than a single byte
    Hi everyone! I've read lots of threads on this forum (with lot of Tsuneo Chinzei's really interesting posts) about this issue, but I'm still stuck with a problem. I'm using an NXP LPC1788. I've...