Changing serial port code

Written for GNOME Serial by Jim Hodapp on 2011-01-10

I'm currently changing the basic serial port handling code from a native POSIX API implementation to instead use Boost's boost::asio::serial_port class. This should provide ease of implementation and also maintainability. It also makes my code much more cross platform, which is a goal for this program.

Read all announcements