I normally connect one module with the following command and it works for me.
Code: Select all
But now I want to connect two modules so I tried this and return an error.
Code: Select all
Code: Select all
I want to know if there are a way to connect to devices to the Pi3 simultaneously. Because I need to use it to receive data from an Arduino and send orders to another. I do it with a Python script using PySerial.