Results 1 to 2 of 2

Thread: Usb Peer To Peer

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2007
    Posts
    38
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    12

    Default Usb Peer To Peer

    Is it possible to create a peer to peer connection between two PC's via their usb ports using a simple plug 'A' to plug 'A' usb cable.

    I am trying to transfer data serially between the two PC's.

    Any suggestions on how to do this is welcomed.

    Thank you very much for your attention.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    28
    Thanked 976 Times in 912 Posts

    Default Re: Usb Peer To Peer

    Quote Originally Posted by locus View Post
    Is it possible to create a peer to peer connection between two PC's via their usb ports using a simple plug 'A' to plug 'A' usb cable.
    For peer-to-peer connection you need a special cable with additional wire and A/B connectors that won't fit to standard 'A' receptacle. Also the USB host on the PC must be able to recognise such cable and switch either to master (host) or slave (device) mode. The USB OTG supplement was meant for portable devices, so I doubt that your PC will support it.

    There might be some hardware bridges that will allow you to do this, for example USB <-> COM converters or similar.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.