Python Forum
Acessing USB HUB - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Acessing USB HUB (/thread-15813.html)



Acessing USB HUB - Crespo94 - Feb-01-2019

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


RE: Acessing USB HUB - Larz60+ - Feb-01-2019

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.