Free Software Downloads and Reviews at www.criticalfiles.com
Search Software
Software Reviews | Our Awards | Most Popular | New & Updated
Easy to use professional C++ serial communication class library for Windows

COMM-DRV++ 1.0

by WCSC (Willies Computer Software Co)
Home :: Development :: Components & Libraries
Award: Excellent (5/5)
COMM-DRV++ 1.0
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
Popularity Download Avg. User Rating Overall
2% - 1%
Downloads: 87 / 5 (total / last month)
Updated: 14-03-2005 04:39:03 GMT
Released: 19-11-2001 
Language: English 
Platform: Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, WinXP, Windows2000 
Requirements: 10 Meg Disk Space 
Install: Install and Uninstall 
Review COMM-DRV++
Your Name:
Rating:
Comment: