Arduino due USBHost

Hi everybody. i want to create an arduino due host using USBHost library, Attach arduino uno controller to USB. to do the data transfer, ... is this possible?

So this?

Looks like that's only going to do HID ?


I want to implement the communication process between 2 arduino with each other as shown. with Arduino Due, I want to create it as server using USBHost library, arduino uno as client. The client (arduino uno ) is connected to the USB port (Native USB Port) of the Arduino Due. can you help me?

for example from Arduino Due(Host) I send "on" then Arduino Uno (Client) led (13) will light 500ms. and then the Arduino Uno will send the same back to the Arduino Due(Host).

So you need a USB Host library which supports the CDC Class - ie, virtual serial port.

As I said, it looks like the USBHost library only does HID?

Or, perhaps you could make the other Arduino work as a HID device?

eg,

Why do you particularly want to use USB rather than just plain UART (ie, Serial) ?

i use USBHost library which uses KEYBOARD() or MOUSE , instead of using I use KEYBOARD() or MOUSE , now I want to use UNO to make communication between them .

exactly - it is a HID library:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.