-
Notifications
You must be signed in to change notification settings - Fork 1k
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
macOS 11.3 Big Sur - port_info.description = n/a #258
Comments
Check if you can communicate with the device (it appears in sys report). Big Sur had some dramatic changes in the way it works with user level device drivers, in short, that have rendered many devices incompatible, as it's older device drivers became useless in Big Sur, that include CH340 usb-uart bridge, and many other devices, for which it's developers did not provided updated device drivers. |
yes communication is still possible and works reliable. my problem is more about the lack of getting any |
I have the same issue on a MacBook Pro with Apple M1 with Monterey 12.0.1 , using the Conan package https://conan.io/center/serial. Both I have tried searching for information on what could have changed between BigSur and Monterey but came up empty handed. |
This can be easily fixed by pull request #271 |
For referencing, might be the same problem as #243 |
Tried the PR locally, it works :) |
I am using this library through this openFrameworks.cc addon .
It has been working great previous macOS systems. But not with 11.3 on a Mac mini M1.
Now, connected Usb serial devices to not provide any
port_info.description
norport_info.hardware_id
I am wondering if anyone knows how to make that feature work agin.
The related library part is here I believe:
https://github.com/wjwwood/serial/blob/main/src/impl/list_ports/list_ports_osx.cc#L239-L25
Thanks for any advice.
7
The text was updated successfully, but these errors were encountered: