7 years, 3 months ago.

Connecting LPC1768 to a Raspberry Pi

Hi I have the LPC1768 where I have developed a program that connects to a windows PC through USB HID. I would like to be able to connect through the USB to a Raspberry Pi, but it doesn't recognise the USB - does anyone know how to do this and are there drivers available for Raspberry Pi?

BR, Morten

1 Answer

7 years, 3 months ago.

Hello Morten,
I do not have experience with USB HID but you can connect to the Raspberry Pi through USB Serial (full-speed) connection. The mbed serial port works by default on Raspberry Pi (Linux). No additional driver is needed.