UGREEN CM199-50737 Type-C to Gigabit Ethernet Adapter - Silver - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN CM199-50737 Type-C to Gigabit Ethernet Adapter - Silver

SKU: CM199-50737
R 419.00
In Stock

Stay connected with ultra-fast, stable internet using the UGREEN Type-C to Ethernet Adapter. Designed for seamless gigabit-speed wired connections, this adapter is perfect for users who need a reliable internet connection for streaming, gaming, video conferencing, and file transfers. Whether you...

Free shipping over R 3 450.00
Secure checkout
14-day returns
Expert support

Frequently Bought Together

Stay connected with ultra-fast, stable internet using the UGREEN Type-C to Ethernet Adapter. Designed for seamless gigabit-speed wired connections, this adapter is perfect for users who need a reliable internet connection for streaming, gaming, video conferencing, and file transfers. Whether you are gaming, streaming, or working, this adapter provides 1Gbps speeds for your MacBook Pro, Steam Deck, Nintendo Switch, Galaxy S20, or iPhone 16. Plug-and-play functionality means no extra setup is needed. Just connect and go.  The compact aluminium housing ensures durability while maintaining a sleek, lightweight design, making it an essential travel companion.

With broad compatibility across Mac OS, Windows, and Linux, this adapter is an ideal solution for anyone looking to enhance their wired internet experience. Upgrade your network connectivity with UGREEN's premium build quality and cutting-edge technology.

FEATURES:

  • 1Gbps ultra-fast-ethernet provides seamless data transfer
  • Type-C and RJ35 Gigabit Ethernet plug & play
  • Universal compatibility with most devices
  • Premium aluminium design
  • Supports 10/100/1000 Mbps networks
  • Reliable for work & gaming
  • Support for Windows, Mac Os, iPad OS, Chrome OS & Linux
  • Fast and stable wired connection

SPECIFICATIONS:

  • ABS Model: US236
  • Chipset: RTL8153B
  • Input: Type-C 3.1 Gen 1 Male
  • Output: RJ45 Gigabit Ethernet Port
  • Data Transfer Rate: Up to 5Gbps (Type-C 3.1 Gen 1)
  • Data link protocol: USB, Ethernet, Gigabit Ethernet
  • Ethernet Support: 10/100/1000 Mbps
  • Indicator: Green Light: Power; Yellow Light: Data Transfer
  • Operating Systems: Mac OS, Windows, Linux
  • Colour: Silver
  • Material: Premium Aluminium Case
  • Wire Diameter: 4.2mm
  • Cable Length: 10cm
  • Weight: 30g

WHAT'S IN THE BOX?

  • UGREEN Type-C to Gigabit Ethernet Adapter - Silver x
Brand Ugreen
Colour Silver
Form Factor -
Interface -
Capacity -
Memory Capacity -
Screen Size -
Resolution -
Refresh Rate -
Cpu -
Cpu Socket -
Warranty 24 Months
0.0
0 reviews
Login to Review

No reviews yet. Be the first to review this product!

Related Products

Cudy 1300Mbps High Gain WiFi USB3.0 Adapter
Cudy

Cudy 1300Mbps High Gain WiFi USB3.0 Adapter

R 199.00

In Stock

UGREEN Cat7 FTP RJ45 Modular Plugs (10 Pieces)
Ugreen

UGREEN Cat7 FTP RJ45 Modular Plugs (10 Pieces)

R 129.00

Out of Stock

UGREEN CAT6 FTP RJ45 Modular Plugs 10 Pack
Ugreen

UGREEN CAT6 FTP RJ45 Modular Plugs 10 Pack

R 29.00

In Stock

// Share product with fallback // 2026-05-22: rewritten. Old version had three bugs: // 1) Copy Link button used `this.textContent='Copied!'` which destroyed the // icon (textContent replaces everything). After clicking, the link icon // disappeared. // 2) Inline onclick handlers had nested \x27-escaped strings interpolating // `url` directly — if the URL contained a single quote the JS broke. // 3) Close button used `this.closest('div[style]').parentElement.remove()` // — fragile, depends on no inline style elsewhere in the DOM tree. // New version: build with DOM nodes, attach proper event listeners, keep the // icon, gracefully handle clipboard failure, use a held reference to close. function shareProduct() { var title = document.querySelector('.product-title').textContent; var url = window.location.href; if (navigator.share) { navigator.share({ title: title, url: url }).catch(function() {}); return; } // Fallback: show share options modal var modal = document.createElement('div'); modal.style.cssText = 'position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.6);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;'; var encoded = encodeURIComponent(url); var encodedTitle = encodeURIComponent(title); var content = document.createElement('div'); content.style.cssText = 'background:#fff;border-radius:12px;padding:24px;max-width:360px;width:100%;text-align:center;'; content.innerHTML = '

Share this product

' + '
' + ' Facebook' + ' WhatsApp' + ' Email' + '
' + '' + '
'; modal.appendChild(content); function closeModal() { if (modal.parentNode) modal.parentNode.removeChild(modal); } modal.addEventListener('click', function(e) { if (e.target === modal) closeModal(); }); content.querySelector('[data-action="close-modal"]').addEventListener('click', closeModal); var copyBtn = content.querySelector('[data-action="copy-link"]'); var copyLabel = copyBtn.querySelector('.btn-label'); copyBtn.addEventListener('click', function() { function flashLabel(text) { var prev = copyLabel.textContent; copyLabel.textContent = text; setTimeout(function() { copyLabel.textContent = prev; }, 1800); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(url) .then(function() { flashLabel('Copied!'); }) .catch(function() { flashLabel('Press Ctrl+C'); }); } else { // Legacy browser fallback — execCommand still works on http: contexts var ta = document.createElement('textarea'); ta.value = url; ta.style.position = 'fixed'; ta.style.opacity = '0'; document.body.appendChild(ta); ta.select(); try { document.execCommand('copy'); flashLabel('Copied!'); } catch (e) { flashLabel('Press Ctrl+C'); } document.body.removeChild(ta); } }); document.body.appendChild(modal); }
Chat with us!