Daniel C
Daniel C

Reputation: 2490

Communication between USB peripheral devices

Are two USB devices, connected to the same USB host, able to communicate directly with one another?

A possible topology would be two smartphones connected to a USB hub which in turn is connected to a desktop computer acting as the USB host.

                                     ---  Smartphone A
USB host (Desktop)  ---  USB hub  ---|
                                     ---  Smartphone B

Upvotes: 2

Views: 775

Answers (1)

Vivek
Vivek

Reputation: 106

Remember, USB functions on a kind of master-slave bus topology, where the Host always acts as a master and initiates any transaction happening on the USB bus. One device connected to the host may not be even able to see the other device, since it's only Host which will have the information about the devices connected to it. The devices will simply provide the function it is meant for.

Upvotes: 2

Related Questions