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).
Windows Std Serial Comm Lib for C/C++ 4.4
C/C++/C# RS232 serial port communications component library. Features include: Supports 256 ports, control multiple ports simultaneously, fully thread safe, modem control, serial line status and control, ANSI emulation, ASCII/XMODEM/YMODEM. Uses the standard ...
Windows Std Serial Comm Lib for Xbase++ 4.3
Xbase++ RS232 serial port communications component library. Features include: Supports 256 ports, control multiple ports simultaneously, fully thread safe, modem control, serial line status and control, ASCII/XMODEM/YMODEM. Uses the standard Windows API ...
Windows Std Serial Comm Lib for PowerBASIC 4.3
PowerBASIC RS232 serial port communications component library. Features include: Supports 256 ports, control multiple ports simultaneously, fully thread safe, modem control, serial line status and control, ASCII/XMODEM/YMODEM. Uses the standard Windows ...
Windows Std Serial Comm Lib for Delphi 4.4
Borland Delphi RS232 serial port communications component library. Features include: Supports 256 ports, control multiple ports simultaneously, fully thread safe, modem control, serial line status and control, ASCII/XMODEM/YMODEM. Uses the standard Windows ...
COMM-DRV/Lib Standard Edition 19.0
Professional serial communication library - DLL for Windows & MSDOS libraries.
Features:
* State-driven file transfer libraries allow Xmodem, Ymodem, and Zmodem(w/ crash recovery) file transfers on multiple ports at the same time.
* Built-in ...
Serial Port ActiveXControl 2.0
Control external devices with serial interface - use Serial Port AX Control. Serial Port AX Control is a powerful ActiveX component that can be used to simplify communication with external devices on rs232 connection. This includes modems, bar code readers, PBX or any other devices that have a serial interface. Serial Port AX ...
Eltima Serial Port ActiveX Control 2.9
Control external devices with serial interface - use Serial Port AX Control. Serial Port AX Control is a powerful ActiveX component that can be used to simplify communication with external devices on rs232 connection. This includes modems, bar code readers, PBX or any other devices that have a serial interface. Serial Port AX ...
Serial Port ActiveX Control 2.5
Serial Port component for communication with external devices. Serial Port ActiveX Control is a powerful component that lets developers quickly and effectively work with serial port. Use Serial Port component to easily communicate with external devices on RS232 connection, such as modems, bar code readers, PBX and ...
COMM-DRV/Lib.Net Professional Edition 20.00
COMM-DRV/Lib.Net is a professional serial communication library component for the .Net Windows development environment. It is extremely easy to use whether you are writing simple serial communication applications or complex enterprise applications. The ...
Windows Std Serial Comm Lib for dBase 4.2
Serial communication component dBase library for serial usb port programs MarshallSoft serial communication component Visual dBASE library (DLL) for serial port (RS-232. RS-422, RS-485) communications.
Features of the Windows Serial Communications Library (WSC4DB) include: Uses the standard Windows API to communicate with ...