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 this KVM support HDMI 2.0a and therefore transmit an HDR 4K source? Thanks
Thank you for your inquiry. I have confirmed with SmartAVI that the UHDN-4P-DUOS does support 4K HDR signals via HDMI 2.0a
100% of 6 people found this helpful. Was this helpful to you? Yes(6) | No(0)
Does this support Bluetooth keyboards via a USB Bluetooth Adaptor?
Thank you for your inquiry,

Using Bluetooth keyboards and mice with a KVM is hit or miss. This is related to the very different way in which Bluetooth peripherals communicate and a KVM\'s internal mouse/keyboard emulation. Since KVM vendors do not explicitly state support for wireless peripherals, we are unable to guarantee a particular Bluetooth setup will work with a particular KVM - For the best performance, we always recommend using a basic, cabled keyboard and mouse.

That being said, we have customers who have had success in using Bluetooth devices by plugging the device into one of the USB Hub ports rather than the USB Keyboard port. In this case, you will likely need to use the push-buttons on the UHDN-4P-DUO rather than hot-key combinations for switching. This configuration may also lead to some loss in some functionality such as the keyboard emulation.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Is this switch operating system agnostic? I have to switch between different versions of Linux and Microsoft Windows operating systems.
Thank you for your inquiry,

The UHDN-4P-DUOS is a plug-and-play device that does not require any separate drivers - this switch is operating system agnostic and should work on any version of Windows or Linux.
100% of 2 people found this helpful. Was this helpful to you? Yes(2) | No(0)
Does this KVM switch also allow for split mode where you can display PC1 on Screen 1 and and PC2 on Screen 2?
Thank you for your inquiry,

It would not. Your best option for being able to switch between source computers on 2 separate screens - almost like two KVM switches, but controlled by one keyboard and mouse - would be one of the following:

1) Use a Command Center (Keyboard and mouse) switch i.e. Adder CCS-PRO4. CCS-PRO4 supports multi-monitor setups, and would let you display PC1 on screen 1 and PC2 on screen 2 while i.e. dragging a mouse to switch between them.

2) Multi-User KVM-Over-IP switch i.e. AVX4016IP or a multiple KVM-Over-IP gateways would allow you to open up any of the connected source PCs in individual browser windows which you could move around (i.e. have window 1 with PC1 on screen 1 and window 2 with PC2 on screen 2).

If this is not quite the solution / application you were looking for, or you would like to further discuss your application, please feel free to contact your KVM Switches Online sales representative directly.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Does the UHDN-4P-Duo support 4K 60Hz RGB(YCbCr 4:4:4) 10-bit?
Thank you for your inquiry,

While it does support 4k60 RGB, it only supports the 8 bit variant.

For a KVM that supports 4K 60Hz RGB(YCbCr 4:4:4) 10-bit, you may want to consider the Aten CS1944DP Dual-Monitor DisplayPort KVM as an alternative.

Please let us know if there is anything else we can help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';