I'm fairly new to Arduino, and very excited as there are lots of cool things I would like to accomplish.
I have an old StarTech KVM and wanted to see about programming an Arduino to activate the various switches on it to switch ports. Most of these KVM's simply use a momentary switch to accomplish that.
Now, with software (and perhaps a few resisters etc as required) is it possible for Arduino to emulate or activate the circuit that the momentary switch would have done? My goal would be to make a small program that could activate that for me, perhaps using USB to communicate.
I did a bunch of searching on Google, but I'm afraid I don't know how to technically name what function I'm looking for, so most results came from people using actual switches, not using software to open and close a circuit.
Basically, I know there are data lines on the Arduino, and I would need at minimum 8 to connect to each of the 4 momentary switches and trip them (or the circuits they control) unless some of the lines can be shared. If I can keep it to a minimum, there is a Nano USB Arduino project that makes a Nano version of Arduino that is the size of your typical USB Receiver, perfect for plugging into one of the USB Host Ports this KVM has, making for a low footprint solution that gets power from the host.
I'll investigate how the momentary switches are wired but for now I wanted to test the waters and see if someone understands what I'm looking to do.
Just in case you wonder what kind of KVM it is, it's this one: 4 Port VGA USB KVM Switch with Hub - KVM Switches | StarTech.com Canada
Thanks!
David