I'm using my Arduino Due with the USBHost library for connecting USB mice, and USB keyboard to my Due, but USBHost library uses the Native port as USB input, and in there is only one Native port... So i can only connect a USB device.. How can i connect more USB devices than only one USB device?
You need an USB hub. Unfortunately, there's no USB hub support in the Due's current USBHost lib. USBHost v2 and v3 do have this support, but they have not been ported to the Due (yet).
earx:
You need an USB hub. Unfortunately, there's no USB hub support in the Due's current USBHost lib. USBHost v2 and v3 do have this support, but they have not been ported to the Due (yet).
Thanks for your answer, when it will be ported to Due?
the first developers are rounding up for this. hard to give an estimate on the timer of arrival.. but, if i have to: it would take at least a few weeks, best case..