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).
Screenshot
Comments
No comments have been submitted for this product. Be the first user to submit a comment.
More Similar Software
Mini-Comm 2.0 ... Mini-Comm is a .NET component to share data between different programs, multiple instances of the same program, or different processes on the same PC. You can share text, objects, collections of objects, and streams of data.
* At its heart, Mini-Comm communicates in a peer-to-peer fashion: any two nodes can talk. This flexibility allows you to emulate just about any architecture including client-server and one-on-one communications. Mini-Comm also ships with a basic text sender and receiver ...
EU Comm SMS 1.5 ... Send SMS with this user friendly and powerful SMS messaging application with global coverage. You can for instance import your contacts directly from Outlook and Outlook Express, create groups, send to SMS multiple recipients, and send personalised mass messages. EU Comm SMS comes with 10 FREE SMS Credits.
Key features:
-Automatic updates: EU Comm SMS will automatically download significant updates.
-Customer 'suggestion box': Help --> Customer Feedback. Use this feature to suggest ...
Comm-Logger 1.0 ... 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. ...
Zap-O-Comm v3.15 ... ZOC is an award winning telnet, secure shell (SSH), rlogin, modem and ISDN comm. application. You can make quick connects without doing a lot of configuration or compose a dial directory with hosts that use different communication methods, emulations, arbitrary key mappings etc. ZOC offers solid implementations of the commonly used emulations (VT52, VT100, VT102, VT220, ANSI, IBM3270) and file transfer protocols (Xmodem, Ymodem, ZModem, Kermit, CompuServe-B), lets you configure virtyually ...
COMM-DRV/CE Standard Edition 1.0 ... 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/CE does not require that you have a Pocket PC to develop serial communication applications. It was developed with eMbedded Visual C++ 3.0 which includes a Pocket PC emulator that behaves virtually identically to any of the Pocket PCs on the market today. Moreover we have included the DLLs necessary to ...