UGREEN CM185-50706 2-in-1 OTG Card Reader | Type-C | USB-A - Silver - Ugreen | DirectTech
Secure SSL Payment
Free Shipping over R3,450
14-Day Returns
Expert Support
Ugreen

UGREEN CM185-50706 2-in-1 OTG Card Reader | Type-C | USB-A - Silver

SKU: CM185-50706
R 299.00
In Stock

The UGREEN CM185-50706 2-in-1 OTG Card Reader is the perfect solution for fast and efficient data transfer across multiple devices. Designed for professionals, photographers, and tech enthusiasts, this compact and durable card reader supports both Type-C and USB-A connections, ensuring broad...

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

Frequently Bought Together

The UGREEN CM185-50706 2-in-1 OTG Card Reader is the perfect solution for fast and efficient data transfer across multiple devices. Designed for professionals, photographers, and tech enthusiasts, this compact and durable card reader supports both Type-C and USB-A connections, ensuring broad compatibility with laptops, smartphones, tablets, and other OTG-enabled devices. With dual slots for SD and Micro SD (TF) cards, this device allows simultaneous reading and writing, eliminating the hassle of constantly swapping cards. Featuring USB 3.0 and USB-C 3.1 Gen 1 technology, it delivers high-speed data transfer up to 5Gbps, allowing you to move large files in seconds.

Built with an aluminum casing for durability and heat dissipation, this plug-and-play reader works seamlessly with Windows, macOS, Linux, and Android without requiring additional drivers. Whether you’re a creative professional managing high-resolution images or a mobile user looking for easy file transfers, the UGREEN OTG Card Reader is a must-have for your tech arsenal.

FEATURES:

  • Dual interface for maximum compatibility
  • Simultaneous SD & TF card reading at the same time.
  • High-speed data transfer with USB-3.1 and USB-3.0
  • Plug & play convenience with no additional software requirements
  • OTG functionality allows direct file transfer up to 5Gbps
  • 2TB supported capacity for ample storage
  • Durable aluminium casing allows premium heat dissipation
  • Universal system compatibility for seamless cross-platform use
  • Compact and portable design allows on-the-go convenience

SPECIFICATIONS:

  • Input 1: USB-C 3.1 Gen 1 Male
  • Input 2: USB-A 3.0 Male
  • Output: TF/SD 3.0 Card Slot
  • USB 3.0 & USB-C 3.1 Gen 1 speed: Up to 5Gbps
  • Memory Card Support: Micro SD (TF) / SD
  • Transfer Speed: Up to 100MB/s (memory card dependent)
  • Maximum Capacity: 512GB tested, theoretical support up to 2TB
  • Material: Aluminum alloy casing for durability and heat dissipation
  • Operating System Compatibility: Windows / Mac OS / Linux / Android
  • Hot-Swappable: Yes
  • Plug & Play: Yes (no drivers required)
  • Dimensions: 62 × 21. × 10.4 mm
  • Weight: 30g

WHAT'S IN THE BOX?

  • UGREEN CM185-50706 2-in-1 OTG Card Reader | Type-C | USB-A - Silver x1
Brand Ugreen
Colour Silver
Form Factor -
Interface -
Capacity 2TB
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

New
UGREEN 4K@60Hz HDMI KVM Switch (2 In 1 Out)-Grey
Ugreen

UGREEN 4K@60Hz HDMI KVM Switch (2 In 1 Out)-Grey

R 1 499.00

Out of Stock

UGREEN 1x 2 HDMI Splitter 4K 30Hz 3D – Black
Ugreen

UGREEN 1x 2 HDMI Splitter 4K 30Hz 3D – Black

R 629.00

In Stock

UGREEN HDMI 1×4 Video Splitter 4K – Black
Ugreen

UGREEN HDMI 1×4 Video Splitter 4K – Black

R 779.00

Out of 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!