We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Linux one can guess the serial device from the port name like /dev/cu.SLAB_USBtoUART but on Windows you need to get the driver name.
/dev/cu.SLAB_USBtoUART
See also: https://stackoverflow.com/questions/50805563/how-to-find-a-serial-port-device-in-net-with-its-driver-name
The text was updated successfully, but these errors were encountered:
@cmaglie any plan on this? also need for linux & darwin (MacOS)
Sorry, something went wrong.
No branches or pull requests
On Linux one can guess the serial device from the port name like
/dev/cu.SLAB_USBtoUART
but on Windows you need to get the driver name.See also: https://stackoverflow.com/questions/50805563/how-to-find-a-serial-port-device-in-net-with-its-driver-name
The text was updated successfully, but these errors were encountered: