Reputation: 25
Is there any way to make the PC a USB slave when connecting to the Arduino ADK which act as the master?
I am aware that both of the USB connections are using master which will make communication hard.
Upvotes: 0
Views: 300
Reputation: 1362
Assuming you want to use the existing USB interfaces on the PC and Arduino ADK, the PC will be USB host. However, through your coding you can make the PC subservient to the Arduino ADK.
Upvotes: 1