Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Access multiple USB Port
QtWS25 Last Chance

Access multiple USB Port

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 295 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Roadrunner1805
    wrote on last edited by
    #1

    Hello,
    is it possible to access multiple USB Ports/Devices at same time (in parallel)?

    jsulmJ 1 Reply Last reply
    0
    • R Roadrunner1805

      Hello,
      is it possible to access multiple USB Ports/Devices at same time (in parallel)?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @Roadrunner1805 What exactly do you mean? You can connect as many devices as you have USB ports (or more using USB hubs) and use all of them at the same time.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      R 1 Reply Last reply
      0
      • jsulmJ jsulm

        @Roadrunner1805 What exactly do you mean? You can connect as many devices as you have USB ports (or more using USB hubs) and use all of them at the same time.

        R Offline
        R Offline
        Roadrunner1805
        wrote on last edited by
        #3

        @jsulm I have 3 identical sensors, want to send a cmd to them and wait for the results. This should happen in parallel. How can i do this in Qt? Is there any example?

        piervalliP 1 Reply Last reply
        0
        • R Roadrunner1805

          @jsulm I have 3 identical sensors, want to send a cmd to them and wait for the results. This should happen in parallel. How can i do this in Qt? Is there any example?

          piervalliP Offline
          piervalliP Offline
          piervalli
          wrote on last edited by
          #4

          @Roadrunner1805
          Hi, if you use Windows you can check with "UsbView"
          https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/usbview.
          3 sensors have the same idVendo and idProduct but different interface. I use libusb with a wrapper for Qt (public on github).

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved