 |
Categories |
 |
| |
|
|
 |
TOP downloads |
 |
| |
|
|
 |
TOP downloads in Components & Libraries |
 |
| |
|
|
 |
NEW downloads |
 |
| |
|
|
 |
NEW downloads in Components & Libraries |
 |
| |
|
|
 |
NEW Reviews |
 |
| |
|
|
|
 |
 |
COMM-DRV++ Info |
 |
| |

|
COMM-DRV++ 1.0 |
Easy to use professional C++ serial communication class library for Windows |
|
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
|
| |
Operating Systems:
Windows 95, Windows 98, Windows Me, Windows NT, Windows 2000, Windows XP
Language:
English |
| |
|
|
 |
Short Tags of COMM-DRV++ |
 |
| |
|
|
 |
COMM-DRV++ Related Download |
 |
| |
|
|
 |
Programming Tools/Components & Libraries Popular Download |
 |
| |
|
|
 |
User Reviews for COMM-DRV++ |
 |
| |
|
|
|