1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-22 19:54:57 +08:00

Merge b9204f5a7e6d3467c7773831dfb9211b91f0624c into 69e0372cf0d3796e84ce9a09aff1d74496f68720

This commit is contained in:
Robin Krens 2022-12-16 08:36:42 -06:00 committed by GitHub
commit 2597ffa1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,6 +306,7 @@ serial::list_ports()
search_globs.push_back("/dev/tty.*");
search_globs.push_back("/dev/cu.*");
search_globs.push_back("/dev/rfcomm*");
search_globs.push_back("/dev/ttyTHS*");
vector<string> devices_found = glob( search_globs );