Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

I have a very big problem with DELPHI?

Status
Not open for further replies.

tradeoff

Newbie level 3
Joined
Apr 6, 2004
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
54
Hi everybody

I want to use RS232 (serial port) in DELPHI and it does not have a spesial object for any interface (I think).
So what can I do for RS232 interfacing?
 

hi

you can submit in advanced delphi yahoo group and ask every question from that.
 

Write assembler I/O functions for accessing to UART.
 

Dear,
There is no serial port component in delphi you can use ComDrv32 Serial I/O Package component , it's free and easy to use..
download it from

**broken link removed**
 

Or You may Use TComPort by Dejan Crnila
h**p://downloads.delphi32.com/1215/2062/dccomms.zip
 

look for the component asyncpro. It is very nice
 

walt said:
Or You may Use TComPort by Dejan Crnila
h**p://downloads.delphi32.com/1215/2062/dccomms.zip
+1
I also use TComPort it is very easy to use especially with Pic.Most important part of it, it is freeware.No limit.

Analyzer
 

walt said:
Or You may Use TComPort by Dejan Crnila
h**p://downloads.delphi32.com/1215/2062/dccomms.zip
+1
I also use TComPort it is very easy to use especially with Pic.Most important part of it, it is freeware.No limit.

Analyzer
 

You can also use widows APIs. Just MSDN is needed. Off course it will be harder using this way, but you can solve your future problems as well.
 

This component may can help you.

ComPort Library version 2.64
for Delphi 3, 4, 5, 6 |
and C++ Builder 3, 4, 5, 6
 

This component may can help you.

ComPort Library version 2.64
for Delphi 3, 4, 5, 6 |
and C++ Builder 3, 4, 5, 6
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top