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

Add support to enumerate serial ports on certain arm SOCs #279

Open robinkrens opened 1 year ago

robinkrens commented 1 year ago

Some ARM devices enumerate uart ports as /dev/ttyTHS0, 1, 2, 3 and 4. Added search blob to scan these devices.