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 nor port_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