secom has been moved to the Subversion repository. I was lazy and didn't import all of the CVS history, so I'll keep the old CVS around just in case.
I put out another release at:
http://sourceforge.net/projects/secom
Secom is an object-oriented library of portable, reusable components for communicating over serial devices. With secom you can develop an application that will compile and execute on Posix and Windows, with little to no changes to the source code.
The most important changes from 0.9 are:
* se2.2b1 is no longer supported. Actually it was never supported, I just said it was and didn't test it. Sorry about that. I know it's sloppy.
* The CVS version of Gobo was necessary to run the tests, but the documentation only said that Gobo 3.4 was necessary. I removed th dependency to the CVS version of Gobo. Secom is now dependent on Gobo 3.4. Again, please forgive me for the sloppiness.
* The documentation was updated a little.... read more
I am pleased to announce the inital release of the Serial Communications Library secom. The aim of secom is to provide you with a library of object-oriented components to develop portable serial port applications. The two major goals to meet this purpose are:
Encapsulate the serial port APIs of Windows and Posix into a collection of classes.
Ensure these classes conform to an interface that is common to both Posix and Windows operating systems.... read more