• to transfer more bytes from kit to pc
    Hi, i want to transfer to/from 64 bytes from kit to pc and viceversa.so i made the following changes in the code. in HID_Client VC++ program in HIDClientDlg.cpp the if conidtion on !HID_WRITE();...
  • to transfer more bytes from kit to pc
    Hi, i want to transfer to/from 64 bytes from kit to pc and viceversa.so i made the following changes in the code. in HID_Client VC++ program in HIDClientDlg.cpp the if conidtion on !HID_WRITE();...
  • HID, how to receive/send 512 bytes in one transfer
    Hi, I use LPC2148, I use keil USBHID example code and change hid descriptor like this: 0x96,0x00,0x02, //512 bytes in count 0x96,0x00,0x02, //512 bytes out count question: 1. its that enough To...
  • HID, how to receive/send 512 bytes in one transfer
    Hi, I use LPC2148, I use keil USBHID example code and change hid descriptor like this: 0x96,0x00,0x02, //512 bytes in count 0x96,0x00,0x02, //512 bytes out count question: 1. its that enough To...
  • USB HID - Sending 64 bytes from PC->LPC2148
    I am trying to modify demo code of LPC 2148 HID. I want to send 64 bytes from PC to LPC 2148. I have changed following parameters in the usbdesc.c file 1. Changes in report descriptor HID_ReportCount...