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.

Borland C++ builder and Serial port

Status
Not open for further replies.

lollobrigido

Full Member level 2
Joined
Dec 13, 2002
Messages
134
Helped
2
Reputation
4
Reaction score
5
Trophy points
1,298
Location
Italy
Activity points
1,025
How I can interface my programs written in Borland C++ Builder to Serial Port?. I haven't found any control to do it. Is there some source code or example to do it?
Thx
Lollo
 

you can use the windows api function to access serial port

search for :

CreateFile() ;
SetupComm() ;
SetCommState();
WriteFile() ;
TransmitCommChar() ;
ReadFile() ;

hope to be helpful

Fire in the Wire :sm2:
 

Try Find AsyncPro32 from Turbo Power. May be in souceforge.net
Nice component for Delhpi - Builder
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top