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.
can you switch between computers using the keyboard vice the buttons the KVM?
Thank you for your inquiry. This Belkin OmniView Secure 2-Port KVM Switch only supports one method of port selection. The user can only access the desired computer by pushing the port selectors on the KVM itself.
50% of 2 people found this helpful. Was this helpful to you? Yes(1) | No(1)
How long is the warranty on this product? Is it repairable
This OmniView Secure KVM Switch comes with the Belkin International, Inc., Limited 3-Year Product Warranty. Belkin does service these switches. Whether it is cost-effective to do so, however, is another matter.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
If there is a dedicated processor per port, why does it take so long for the Keyboard and Mouse to become responsive when switching between ports?
Thank you for your inquiry. The dedicated processor is strictly for security purposes. There are multiple processors to keep each target computer isolated from the others. This is one of the features to help prevent information from being passed between secure and non-secure target computers. In fact, this added security feature, along with others, may be adding to any latency.

Also, We noticed this from the manual:
It takes approximately 1-2 seconds for the video signal to refresh after switching computers. Re-synchronization of the mouse and keyboard signals also occurs. This is normal operation and ensures that proper synchronization is established between the console and the connected computers. Note: It may take longer for your mouse and keyboard to re-synchronize when the computer is recovering (or initializing) from Standby, Hibernate, or Sleep modes.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
how many cables required per switch
Thank you for your inquiry. This particular unit is a 2-port KVM that would require 2 ea. all-in-one KVM cables.

6-foot : F3X1962b06 https://www.kvm-switches-online.com/f3x1962b06.html
15-foot: F3X1962b15 https://www.kvm-switches-online.com/f3x1962b15.html

It appears the diagram for this switch is mislabeled, as it shows the 4-port version and not the 2-port. We will update the diagram for better clarity.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Have the F1DN102U been tested on WIN 8 OS? Is there any issues with the WIN 8 OS?
Thank you for your inquiry. We have not tested this unit with Windows 8 and Belkin has not provided any Windows 8 compatibility information. In general, it appears that Windows 8 may suffer from some of the same KVM compatibility issues that Windows 7 does. Mainly issues arise with how those newer operating systems poll for monitor EDID information and USB peripherals, and is dependent on particular user environments.

As this units specs do not explicitly mention Windows 7 or Windows 8 compatibility, we would be hesitant to say whether is would be compatible, especially considering the variability of particular user environments.

For further assistance, please contact your KVM Switches Online representative directly by calling 1-877-586-6654 or via our online chat feature to discuss your project in greater detail.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';