Skip to content

Universal Serial Bus

Is an computer interface.

Notes

Standards

According to this Wikipedia page>): - USB 1.1: OHCI and UHCI - USB 2.0: EHCI - USB 3.0: xHCI

USB4 / Thunderbolt

Transfer files between computers

  1. Connect both (Windows) computers with a Thunderbolt cable
  2. Check that a network card appeared in both devices
  3. Activate file sharing on the sender PC
  4. Access the file share from the receiver PC
  5. Use robocopy to move files efficiently: robocopy /e "\\192.168.x.x\source" "C:/destination" /r:0