According to the schematics, the Arduino Due has two USB inputs:
- Native
- Programming
Why is this? And when would I use the different ports?
According to the schematics, the Arduino Due has two USB inputs:
Why is this? And when would I use the different ports? |
|||||
|
Either port can be used for programming, but the native USB port lets you do other things:
So you can use the Due to interface with USB devices or connect it to your computer and have it act like a USB device. |
|||