crayzeewulf / libserial

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

Additional work preparing for next release. #88

Closed mcsauder closed 7 years ago

mcsauder commented 7 years ago

Hi CrayzeeWulf,

This PR removes a constructor overload from SerialStream class to reduce ambiguity and mirror the SerialPort and SerialStreamBuf classes. It updates documentation and adds object instantiation tests to the unit tests, renames Get/SetNumberOfStopBits to Get/SetStopBits to better match the other methods and it renames the .cc files to .cpp extensions to match a single convention. It also standardizes MakeFile indentations.

Please let me know if you have any questions.

-Mark

crayzeewulf commented 7 years ago

Thanks again, Mark!