| Description |
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). |
| Supported languages: English |
| Supported OS: Win95, Win98, WinME, WinNT 3.x, WinNT 4.x, Windows2000, WinXP, Windows2003 |
| Installation: Install and Uninstall |
| Requirements: 10 Meg Disk Space |
|
| Release info |
|
11/19/2001
New Release
|
|
| Permissions |
Developers may distribute executables created with COMM-DRV++ as well as the DLLs CdrvDL32.DLL,
CdrvHF32.DLL, and CdrvXF32.DLL. No other files may be re-distributed. |
|
| End user license agreement |
COMM-DRV++ is sold one copy per developer. If COMM-DRV++ is installed on a network, each station
on the network that uses it must have purchased a copy of COMM-DRV++.
THE PROGRAM IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE,
YOU (NOT WILLIES COMPUTER SOFTWARE COMPANY (WCSC) OR AN AUTHORIZED DEALER)
ASSUME THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION. IN NO EVENT
WILL WCSC BE LIABLE TO YOU FOR ANY DAMAGES, INCLUDING ANY LOST PROFITS, LOST
SAVINGS, OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
INABILITY TO USE SUCH PROGRAM EVEN IF WCSC OR AN AUTHORIZED WCSC PERSONAL
COMPUTER DEALER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR
ANY CLAIM BY ANY OTHER PARTY. |
|
|
| Also by this author |
WinXfer
1.0
WCSC (Willies Computer Software Co)
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.
Comm-Logger
1.0
WCSC (Willies Computer Software Co)
Comm-Logger is a very easy to use serial communication data logger. It can log data directly from the serial port to a standard file. Up to 32 ports may be logged concurrently.
COMM-DRV/CE Standard Edition
1.0
WCSC (Willies Computer Software Co)
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
19.0
WCSC (Willies Computer Software Co)
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.
|
|
|