Jun 22, 2004 #1 L 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
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
Jun 22, 2004 #2 P petarpav Full Member level 5 Joined Mar 25, 2002 Messages 299 Helped 13 Reputation 26 Reaction score 5 Trophy points 1,298 Activity points 2,172 Hi. look here: https://sourceforge.net/projects/comport/ or attachment. Best Regards.
Jun 23, 2004 #3 fireplus Full Member level 3 Joined Oct 31, 2003 Messages 182 Helped 7 Reputation 14 Reaction score 3 Trophy points 1,298 Activity points 1,633 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:
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:
Jun 24, 2004 #4 N Nick_B Junior Member level 3 Joined May 3, 2002 Messages 25 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Location Minsk Belarus Activity points 116 Try Find AsyncPro32 from Turbo Power. May be in souceforge.net Nice component for Delhpi - Builder