Commit graph

5 commits

Author SHA1 Message Date
cainbit ace0d21975 fix UART setNonblock bug. 2022-02-18 10:06:49 +08:00
Shawn Chain 2f9b4c120c macos fix for the baudrate 460800 2021-10-25 19:31:29 +08:00
SASANO Takayoshi fc836f3812 revise UART speed setting in setRaw()
not only Apple but also *BSD uses raw baudrate for cfset[io]speed().
If cfset[io]speed can accept raw value, set m_speed directly.

Otherwise (Linux) use bitmask like B115200.
2021-10-24 13:37:19 +09:00
Home 03a4837227 OSX build error fixes 2021-08-13 15:00:17 -04:00
Jonathan Naylor ff9712b36a Refactored some class names. 2021-02-16 20:05:03 +00:00
Renamed from SerialController.cpp (Browse further)