• 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...
  • Why can't I transmit more than 1 byte at a time on a USB bus?
    Hello all, I am trying to send a couple of bytes from an ARM7 to my PC. but whatever I do (I adjusted the packet size in the USB endpoint descriptor) the PC either receives one byte (if I sent one)...
  • Why can't I transmit more than 1 byte at a time on a USB bus?
    Hello all, I am trying to send a couple of bytes from an ARM7 to my PC. but whatever I do (I adjusted the packet size in the USB endpoint descriptor) the PC either receives one byte (if I sent one)...
  • VLAN bytes not getting transmitted in ethernet packet LPC2468
    Hi I use RLARM and MDK for ARM for LPC2468. I prepare an ethernet frame of type OS_FRAME and send it using "send_frame" in the LPC24_EMAC driver. Everything is fine but the VLAN part. The same...