-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add auto port detection feature #14
Comments
This may not be a very urgently needed feature. 😄 |
It's worth mentioning that despite the overlap, the |
I agree, I will be working on it ... |
I think this automatic connection device function may lead to some bad situations. For example, someone has connected other serial devices to the computer before connecting the micropython device. Many serial communication devices not only send information to the host computer, but also receive instructions from the host computer. So far, I don’t know any way to distinguish this device from the micropython device, even if you try one by one. . The Perhaps most people will only connect a micropython device to their computer, and using the automatic connection function is an easy choice. |
After #16 I think this feature is not much needed anymore. I will let this open so maybe we decide to implement it one day. |
Accept
auto
keyword as port in all commands and detect port automatically. This might need to iterate over serial ports and try them one by one.The text was updated successfully, but these errors were encountered: