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.
Does this product support isochronous USB data transfer for newer web cameras?
Thank you for your inquiry. According to Icorn, the USB 2.0 Ranger 2201 USB extender does support isochronous USB data transfer and explicitly states support for isochronous web cams.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
I bought an Adderview Pro (AV*PRO-DVI) KVM from KVM Switches. I need to locate mouse/keyboard about 30 feet away.I tried two USB 2.0 active extension cables from Startech but mouse connectivity is unstable with one (keeps switching speeds)and there is no USB connectivity with the KVM using the other. What is the best KVM USB extender to work with the Adderview Pro? Is the Icron 00-00297 the best choice or is there a better solution for reaching at least 30 feet?
Thank you for your inquiry. Icron makes high quality USB extension products and this particular unit provides transparent USB extension. It should work great for extending your USB devices 30 feet. Please note however, this unit has only one USB port, so would need a hub for two or more USB devices. The Two port model can be found here: https://www.kvm-switches-online.com/00-00252.html

Depending on your specific needs, there may be other options available. Please contact your KVM Switches Online representative directly at 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)
Can this product support the use of Wireless Keyboards and Mice whose Dongle Receivers are plugged into the KVM USB Switch? If not is their a Model(s) that support using Wireless peripherals?
Thank you for your inquiry. Wireless Keyboards and Mice are often difficult to determine compatibility because of the vast variety of manufacturers and technologies. With that said, it is very difficult to determine if a particular set will work accordingly with both your KVM switch as well as USB Extender. It has been our experience that transparent USB ports are used best for shared devices such as printers and hard-disks with wired USB connections.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
');document.getElementById('kwm-sr').style.display = 'none';