Library homeReviews • SubmitAbout

COMM-DRV++ 1.0

WCSC (Willies Computer Software Co)

COMM-DRV++
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).


Product home page: http://www.wcscnet.com/cdrvpbroLite.htm
Download from http://www.wcscnet.com

Add Your Review for COMM-DRV++
Your Name:
Your Email:
(Optional)
Review Title:
Review:
   characters left
Rating:

Related programs:

  • beWISE - Edelwise Professional Variables 1.0 - This product goes beyond simple VB inter-task communication. It allows huge amounts of data being interchanged between VB applications in near real-time. A VB sample program shipped with the product demonstrates these features.
  • VBubbles 1.0 - VBubbles is an add-in for Visual Basic which encapsulates your project files for user-friendly versions management, compiled files log,secure backup, shared development, code history, development time tracking and other powerful productivity tools
  • Impact IDE 1.1 - Impact IDE is an easy to use meta data editor and development environment for experts and novices. Create, deploy and maintain databases and Impact GEN web applications without writing code or scripts. Save your work in project files.
Platform: Windows Developer Tools::Delphi
Type: Demo Cost: $99.95 US Size: 6081 K Released: Nov 19, 2001
1