Serial port question...

Thread Starter

FBorges22

Joined Sep 11, 2008
109
Hello there,

I am quite new to the Delphi programming language and I need some tips to create a program that writes and receive data from the serial port. What component should I use to do that? And how I import a component in the RAD IDE?

Recently I found many of them here:
http://homepages.codegear.com/efg2lab/Library/Delphi/IO/PortIO.htm

I have the Delphi 2009 with RAD Studio... Is there any recommended for this IDE? I am trying to use the TCommSerial

Thanks,
FBorges22
 
Last edited:

KL7AJ

Joined Nov 4, 2008
2,229
Hello there,

I am quite new to the Delphi programming language and I need some tips to create a program that writes and receive data from the serial port. What component should I use to do that?

I have the Delphi 2009 with RAD Studio...

Thanks,
FBorges22

Hmmm...this seems like a great Christmas vacation project. Stay tuned. :)

eric
 

Thread Starter

FBorges22

Joined Sep 11, 2008
109
Oh yes... I am in the middle of a vacation with the laptop trying to access the serial port... Sometimes I really should find something else to do in these hours.... :)
 
Top