We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Dear all,
My system as below :
LPC1768 --> USB Host --> External Hub 4 Port (TUSB2046) --> Multi HID Device
I use example code HID keyboard RL Library in :
"C:\Keil\ARM\Boards\Keil\MCB1700\RL\USB\Host\HID_Kbd"
....
for (i = 0; i < 1000000; i++) { /* allow kbd connect detect */ usbh_engine(0); if (usbh_hid_status(0, 1)) /* if connected, break */ break; }
I connect keyboard USB, but this example don't work.
Any one have same problem ?
Thanks!