COMM-DRV++ 1.0
![]() |
Type: Demo Cost: 99.95$ Released: 2001-11-19
|
|
|||||||||
|
Rated by: 0 user(s) Rating: NOT RATED ![]() ![]() ![]() ![]() ![]() |
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).
Related downloads:
CompressionMaster Suite - CompressionMaster Suite is the most advanced data compression library available for Delphi and C++ Builder. The Suite includes three independent data compression products: Easy Compression Library, FlexCompress and ZipForge.
Database Comparer VCL - Database Comparer helps to compare, synchronize and update databases structure. You can compare one database with anotherdatabase or database with DDL/SQL script or even two DDL/SQL scripts!
Delphi Spell Checker PRO - Delphi Spell Checker PRO, award-winning Spell Checking Add-in for Delph (Delphi Expert). Auto-check spelling as-you-go right in your Delphi form. 18 languages supported.
Delphi SWF SDK - Contains pure Object Pascal library for creating Macromedia Shockwave Flash movies (SWF), without using of any external dynamic libraries.
DFMToSource - DFMToSource is a source code generator for Delphi and C++Builder. It helps you to dynamically create VCL components or forms at runtime. The bitmaps or icons included in the components are converted to source code. No more DFM file required.




