• LPC1768 RL USB Device HID Class - Data Transfer
    Dear Friends, I use RL USB HID V 4.22. I've sent 8bit data to the PC successfully, but I do not have any idea how can I send 12 bits (and even more) data to the PC. I tried to change the length; ...
  • LPC1768 RL USB Device HID Class - Data Transfer
    Dear Friends, I use RL USB HID V 4.22. I've sent 8bit data to the PC successfully, but I do not have any idea how can I send 12 bits (and even more) data to the PC. I tried to change the length; ...
  • How to modify this programe to see the difference between timeout and interval
    #include "rtx51tny.h" #include "REG935.H" const unsigned char table[]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80 ,0x40,0x20,0x10,0x08,0x04,0x02,0x01,0xFF,0x00}; int counter0; int counter1; int...
  • How to modify this programe to see the difference between timeout and interval
    #include "rtx51tny.h" #include "REG935.H" const unsigned char table[]={0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80 ,0x40,0x20,0x10,0x08,0x04,0x02,0x01,0xFF,0x00}; int counter0; int counter1; int...
  • USB HID Bulk Transfer using lpc3250
    Hello, I am able to setup my LPC3250 to act as a USB Host and to work with the HID Classes. Currently data transfer type is as byet by byte. Now I need to implement BULK TRANSFER. I am...