Serial library for C++ - CodeProject
2001-3-6u2002·u2002I used a static library for the CSerial (and derived) classes, because I think that is exactly where a library is meant for. Just insert the Serial project into your workspace and make a dependency to it. The linker will then automatically compile and link the serial classes to your application.
Get Price