Switching two USB pheriperals

Thread Starter

upulpp

Joined Jul 17, 2009
3
I need to switch between two USB devices in my PIC project.
I have two option to do that:
1. Using a DPDT switch​
2. Use tri-state buffers and soft switch​

I like the second option because it reduces no. of switches in my project.
But I have some doubts about whether its practically possible or not:confused:
Need expert help...
Or any suggestions?

Thank you.
 

GetDeviceInfo

Joined Jun 7, 2009
2,195
are you hoping to keep both devices alive at the same time? I don't think that it's mandatory for a device to support sleep modes, which is implied if your removing the SOF marker. Why not implement a hub?
 
Top