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.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…