Python Forum

Full Version: Acessing USB HUB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys!

I am working on a project which deals with coupling oscillator circuits and I'm connecting 2 Arduinos to a USB Hub and each of them are responsible to send each other a value via serial communication.

I need to command the serial communication with Python and I'm new with this language. Could anyone help me with this task? How can I set up the USB HUB?

Thanks
more information on 'USB HUB' please.
  • Make, model
  • Does it require a power supply (may affect internal operation)

In meantime, take a look at https://pypi.org/search/?q=usb+arduino
there may be something you can use.