crayzeewulf / libserial

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

Documentation cleanup and catch a unit test blocking call with alarm(). #78

Closed mcsauder closed 7 years ago

mcsauder commented 7 years ago

Hi CrayzeeWulf,

This PR removes commented lines of code from the sip files that have been verified to be unneeded, does a bit more doxy documentation work, and, perhaps most importantly, fixes the case of a blocking getline() call from hanging the multithread SerialStream unit test indefinitely.

Please let me know if you have any questions about this PR.

-Mark