This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Help on USB MCB2300

Hi,
We make a custom board work the same as MCB2300 and try to run the USBHID example for LPC 2364 chip. I cannot read the endpoint 1 from libusb command usb_interrupt_read(device, 0x81, buffer, sizeof(buffer), 500). I can make another endpoint 2 and can write to the endpoint 2 OK but I cannot read any endpoint. It gives me a timeout error with error code -110.

Can anyone show me how to fix it?