crayzeewulf / libserial

Serial Port Programming in C++
BSD 3-Clause "New" or "Revised" License
415 stars 142 forks source link

Added check for linux specific baud rates to SerialPort.cpp. #128

Closed mcsauder closed 5 years ago

mcsauder commented 5 years ago

Hi Crayzee Wulf,

This PR just adds in a check to SerialPort.cpp for linux specific baud rates in following the discussion from PR #127 . It also modifies the comment style to single line rather than block as is done in other instances in libserial.

This PR passes hardware testing on an Ubuntu 18.10 machine with FTDI USB to serial port hardware adapters.

Please let me know if you have any questions on this PR!

-Mark

crayzeewulf commented 5 years ago

Thanks!!!