wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.11k stars 1.02k forks source link

Fix empty PortInfo.description/hardware_id on Mac M1 #271

Open Quotation opened 2 years ago

Quotation commented 2 years ago

on Mac M1, both PortInfo.description and PortInfo.hardware_id are always "n/a", because usb device type name was changed from "IOUSBDevice" to "IOUSBHostInterface".

benkuper commented 1 year ago

I think it would also fix the #243 right ?

benkuper commented 1 year ago

I confirm it fixes both description as well as vid/pid filter on Silicon !