Easy to use professional serial communication C++ class library for Windows. COMM-DRV++ allows you to accomplish your serial communication task literally in minutes after installation. We have encapsulated general communication functions into easy to understand methods that are applicable to real world applications.
The following example is a complete working Windows application that calls another computer and transfers a file to it. Could it be any simpler?
#include "CCdrvPPPort.h"
main()
{
CCdrvPPPort Port;
if (!Port.OpenPort(1))
if (!ModemDial("2815551212")
if (!Port.SendFileZmodem(FileXferDialogFlagOn ,"Myfile.txt")
cout << "File transferred successfully";
Port.ClosePort();
}
Major Features:
*COMM-DRV++ is compatible with Windows XP, Windows ME, Windows 2000, Windows 98, and Windows 95.
*COMM-DRV++ supports the Microsoft Visual C++ and Borland C++ compilers.
*COMM-DRV++ supports all serial ports that have a Windows driver. These include all intelligent and non-intelligent multiport cards, USB serial port hubs and modems, PCMCIA serial ports, or any permutation thereof (e.g., Digi International, Advantech, Connect Tech, Lava, etc.).
*COMM-DRV++ supports the Zmodem (w/Crash recovery), Xmodem (CRC & Checksum), and Ymodem (Batch, 1K, G).
*COMM-DRV++ supports communications on any number of serial ports concurrently.
*COMM-DRV++ supports hardware handshaking (RTS/CTS, DTR/DSR), and software handshalking
*COMM-DRV++ supports adjustable communication buffers of any size.
*COMM-DRV++ supports multiple string/token searches of any size.
*COMM-DRV++ supports all Hayes compatible modems.
*COMM-DRV++ has manual completely online and easily accessable. (Hardcopy available as well).
XD++MFC Library Professional Edition V8.20 XD++ Library for MFC by UCanCode.Net Software, an C++ class framework that provides your applications with a drawing surface for diagramming, symbol manipulation, drag and drop, scrolling, zooming, and many other graphics capabilities.
MarshallSoft GPS Component for eVC Win/CE GPS client library component reads and decodes standard GPS NMEA 183 sentences from the RS232 serial port as well as compute great circle distances and bearings. Registration is $105 ($195 with source) for email delivery.
SignalLab .NET The SignalLab is a set of .NET 2.0/3.5 components for fast Digital Signal Processing (DSP) and data visualization. They allow fast complex signal manipulations with zero lines of program code. Free for non-commercial use.
MMD Logger MMD logger is windows console-like program designed to log, save and analyze debug messages. It helps C/C++ programmers debug and profile their code. With MMD logger you can easily control program flow, time and memory consuming etc.
R9 MPEG2 SDK Video Encoder Library Reactor9 MPEG2 SDK Video Encoder Encoder Library for developers. 100% ISO standard compliant. Available as static library or with full source code. Very fast, easy to use. Competitive prices. Download a free evaluation copy with sample code.