Jump to content
Sign in to follow this  
AndrewHoward

RS232 component

Recommended Posts

Hi,
Can anyone recommend a non-visual component for RS232 serial commnuncation ?
I'm working on a project which sends data over RS232.
I need to create requests & intercept responses.

Any RS232 components I can use or good examples I can browse ?
 
I'm using Delphi XE7.
My app is to run on Window platform.
Thank you

Edited by AndrewHoward
Made question clearer

Share this post


Link to post

I am using Cport

 

+-------------------------------------------------+
| ComPort Library version 4.10                    |
| for Delphi 5, 6, 7, 2005, 2006, 2007, 2010, XE  |
| and C++ Builder 3, 4, 5, 6                      |
|                                                 |
| by Dejan Crnila 1998-2002                       |
| maintained by Lars Dybdahl and Paul Doland      |
| maintained by Brian Gochnauer Nov 2010          |
+-------------------------------------------------+

 

On D10.2.3 

https://sourceforge.net/projects/comport/

 

Share this post


Link to post

On D7 I used

 

ComDrv32.pas (see ComDrv16.pas for Delphi 1.0)
  |
  | COM Port Driver for Delphi 2.0
  |
  | Written by Marco Cocco
  | Copyright (c) 1996-97 by Marco Cocco. All rights reseved.
  | Copyright (c) 1996-97 by d3k The Artisan Of Ware. All rights reseved.
  |
  | Please send comments to d3k@mdnet.it
  | URL: http://www.mdlive.com/d3k/

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×