COMM-DRV++ 1.0

Easy to use professional serial communication C++ class library for Windows XP, Windows 2000, Windows Me, Windows 98, & Windows 95. Includes the ZModem, YModem, & XModem file transfer protocols. Supports Microsoft Visual C++ & Borland C++.

Product Specifications

Download
Purchase for $99.95
User Rating:

item has less then 1 vote
FileCart Rating
Submitted by:
Homepage Visit Homepage
License Demo
Expires 15 Days
Price $99.95
Downloads 1,048
OS Support Windows Install and Uninstall
File Name cdrvp100.exe
File Size 5.94 MB ( 6,080 KB )
Published Apr 21, 2005 (19 years ago)
Updated Dec 14, 2013 (10 years ago)

Follow Us!

Please like us on facebook!

Latest Searches

Privacy Eraser Free 4 hours ago
TESLA live counter 13 hours ago
Download AOMEI Backupper Pro 7.3 Malavida 14 hours ago
iMyFone Fixppo ?? 15 hours ago
PDF XChange Viewer 18 hours ago
mcafee stinger portable 1 day ago
GWB Get wooden beams 2 days ago
Softperfect 2 days ago
ChequePrinting.Net Software 3 days ago
2025 3 days ago

Popular Searches

id cards 602 times
Database Workbench Pro 258 times
TeraByte Drive Image Backup and Restore 255 times
Elcomsoft Phone Breaker 251 times
Softperfect 233 times
Elcomsoft Phone Viewer 232 times
SAM Broadcaster Cloud 223 times
BootIt Collection 223 times
YetiShare File Hosting Script 207 times
Antamedia HotSpot Software 205 times

Product Details

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")
printf.....
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).

Requirements: 10 Meg Disk Space
Release Info: New Release on Nov 19, 2001
Related Tags: serial communication library class libraries RS232

Reviews

You must be logged in to write a review

Reviews of COMM-DRV++ 1.0

You can be the first to write a review of COMM-DRV++!

Other products submitted by this publisher

COMM-DRV/CE Standard Edition

COMM-DRV/CE is a professional serial communication library for Windows/CE & Pocket PC. It supports ZModem, YModem, and XModem file transfer protocols as well as modem communication.

COMM-DRV/Lib Standard Edition

Professional serial communication library - DLL for Windows & MSDOS libraries. Supports ZModem, YModem, XModem file transfer protocols, modems, Microsoft Visual C/C++, Borland C/C++, Access, Visual Basic, QuickBasic, & all tools that can call DLLs.

WinXfer

WinXfer is a versatile file transfer utility that allows transferring files between two computers directly connected through the serial port or through a modem. It is very easy to use and very intuitive.