function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
how works?
A Keyboard, Video, Mouse (KVM) switch allows a user to control more than one computer with a single keyboard, monitor and mouse. In this case, you would plug your 2 computers\' USB and Video ports into this switch the same way that you plug your keyboard, monitor, and mouse in. You then plug your keyboard, monitor, and mouse into the switch itself and are able to switch between 2 computers with the push of a button!
100% of 2 people found this helpful. Was this helpful to you? Yes(2) | No(0)
I need more informations about how work your product, please!!!!
The manual for the 52043 is now uploaded for your convenience. Thank you.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
how change one pc to another if this kvm don't have a button? (Cables To Go 52043)
You will need to use the Hot Key function. To change the target, try [SCROLL LOCK],[SCROLL LOCK]. That should switch between the target computers.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Hello I have several PC's Using this KVM Switch, but at some point the switches go numb & the mouse & keyboard stop responding. The only fix I found is to unplug the two usbs that are plugged on the PC's & plug them back in on a different port. Is there a special driver or a special method of setting these switches up as this occurs alot!
Thank you for your inquiry. Unfortunately, due to the complex nature of different user environments, detailed product support is beyond the scope of this simple FAQ. That being said, here are a couple of thoughts:

There are no drivers or software used with this switch; it is purely a hardware based solution.

The specifications state it is compatible with Windows /98 /98SE /2000/ME /XP/NT, NetWare, Unix, Linux RedHat 7.1 or higher, Sun Solaris 8 or higher, Mac O.S 8.6 or later versions. Some newer operating systems (Windows Vista, 7, 8.1...) may present difficulties.

Keyboards and mice that require drivers/software for special features and/or wireless peripherals may also cause issues. When using KVMs it is typically best to use simple wired keyboards and mice, that do not require additional drivers.

The manual linked above mentions a few trouble shooting steps including resetting the keyboard and mouse by unplugging them from the console port and plugging back them back in; or in more extreme cases resetting the switch by turning off the computers, unplugging the KVM cables, waiting 5 seconds, plugging the cables back in and turning on the computers (we would hope this would only need to be done infrequently).

For additional support, we would suggest contacting the manufacturer directly at http://www.cablestogo.com/support/support-tools.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';