Hacker News new | ask | show | jobs
by aerosoul 1640 days ago
A USB switch is a device that allows you to share USB devices among different computers. For instance, suppose you need to control 2 PCs. Rather than having 2 keyboards and 2 mice, a USB switch allows you to use a single keyboard and a single mouse to control both computers. You press a button on the switch to select which PC you want to control. But you still need 2 monitors...

If you only want a single monitor, there are switches that also switch between different video inputs. These are commonly referred to as "KVM switches" (KVM being Keyboard, Video, Mouse.) But KVM switches cost more money...

My understanding is this project allows you to use a plain USB switch and the multiple video inputs on your monitor to simulate a full blown KVM switch.

1 comments

Oh, so this software is for the case when your 'USB switch' can be connected to multiple PCs but lacks video input interfaces so you normally have to switch active video input on the monitor yourself, but since your monitor supports DDC/CI you could run the program to automatically send DDC/CI command when needed to the monitor to tell it to switch the active input to the one that is connected to the PC you told your 'USB switch' to make active?

Now I got it, thanks!