← Back to team overview

gnome-serial team mailing list archive

Basic send/receive functionality is working

 

Just though I'd announce the following:

Send and receive to/from any TextView is working. This is basic functionality. Current functionality is like having echo turned on (every character typed is repeated). This code needs some cleanup, profiling and optimization to make sure it does not leak memory and is as speedy as possible.

This is all using Boost's asio functionality to perform all serial port operations asynchronously. I'm fairly happy with the design and relative simplicity of the implementation, but like I said before it will need some cleaning up. This was to prove the basic design, the elegance of implementation is my next task.

Jim