Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable to use int values in %esptool and %serialconnect to --port #51

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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