

- KEPSERVEREX SERIAL COMMUNICATION DIALOG HOW TO
- KEPSERVEREX SERIAL COMMUNICATION DIALOG INSTALL
- KEPSERVEREX SERIAL COMMUNICATION DIALOG FULL
Procedure buttonSubmitClick(Sender: TObject) Procedure buttonCloseClick(Sender: TObject) Procedure buttonOpenClick(Sender: TObject) Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,ĭialogs, AxSerial_TLB, ShellAPI, StdCtrls, ExtCtrls
KEPSERVEREX SERIAL COMMUNICATION DIALOG HOW TO
The following code shows how to query a modem: You can now send and/or receive data to and/or from a serial port. Step 5: Send an AT command to a connected Hayes compatible modem ObjComPort := TComPort.Create(Form1).DefaultInterface You can now create the objects, for instance in the 'FormCreate' function: In the 'private' or 'public' section, declare the following objects:

Step 4: Declare and create the objectįrom the Project Manager, open Unit1.bas and add the AXSERIAL_TLB to the 'Uses' statement to refer to the ActiveXperts Serial Port Component library: The interface code is generated now and is shown in the AXSERIAL_TLB tab of the project.

In the 'Install' page, select 'Create Unit' and click 'Next': In the 'Components' page, leave all fields default and click 'Next': In the 'Registered Type Libraries' page, select 'Serial Port Component 2.2 Type Library' and click 'Next': To do so, choose 'Import Component.' from the 'Component' menu. Now that a new project has been created, you must add a reference to Serial Port Component in the project to be able to use the ActiveXperts Serial Port Component object. (Click on the picture to enlarge) Step 3: Refer to the ActiveXperts Serial Port Component Library and create the objects The installation guides you through the installation process.Ĭhoose 'New' from the 'File' menu and select your preferred kind of application, for instance: 'VCL Forms Application - Delphi for Win32'.Ī new Form is displayed in the workspace.
KEPSERVEREX SERIAL COMMUNICATION DIALOG INSTALL
Step 1: Download and install the ActiveXperts Serial Port Componentĭownload the ActiveXperts Serial Port Component from the ActiveXperts Download Site and start the installation.
KEPSERVEREX SERIAL COMMUNICATION DIALOG FULL
