Skip to content

Conversation

Albaobab
Copy link

Hello,
When using several devices, knowing which port is ready can be a problem, here is a workaround allowing to give integers values to choose the serial port (you can still give a port by path).

Use :

Cell 1:
%serialconnect --port=0
print("First Device")

Cell 2:
%serialconnect --port=1
print("Second Device")

I know you deleted setup.py previously, but it is a problem while wanting to build our own kernel, therefore i think it should get back here.

This work has been done during my M1 internship at LS2N lab, Polytech Nantes in Summer 2021
Prof. Parrein (@bparrein) and Prof. BAKOWSKI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant