Free download 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")
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).
COMM-DRV++ 1.0 development, components & libraries software developed by WCSC (Willies Computer Software Co). The license of this development, components & libraries software is demo, the price is 99.95, you can free download and get a free trial before you buy a license or registration. All COMM-DRV++ 1.0 download links are direct COMM-DRV++ full download from WCSC (Willies Computer Software Co) site or their selected mirrors.
Keywords: serial, communication library, class, libraries, RS232, Windows, ZModem, XModem, YModem, 2000, RS485, R422, modem, serial communication, uart, C++, C/C++, Visual C++, Demo, Development, Components & Libraries, WCSC (Willies Computer Software Co), COMM-DRV++
Recent Changes: Not Established
Install Support: Install and Uninstall
Supported Languages: English
Additional Requirements: 10 Meg Disk Space
|