| Author |
Message |
paulosa
Joined: 13 Jan 2003 Posts: 9
|
19 Sep 2003 3:25 cportlib |
|
|
|
|
Please!
How can I to find a component serial for C++ Buider 6.0.
TMS or Marchall?
|
|
| Back to top |
|
 |
Jayson
Joined: 08 Oct 2001 Posts: 460 Helped: 17 Location: Brazil
|
19 Sep 2003 3:32 serial vcl best forum |
|
|
|
|
| I presume by component serial you mean RS-232, look at the CreateFile API command.
|
|
| Back to top |
|
 |
_i386sx25_
Joined: 02 Jun 2002 Posts: 60 Helped: 4
|
19 Sep 2003 7:26 sopecrni |
|
|
|
|
Try CPortLib
http://www2.arnes.si/~sopecrni/
http://sourceforge.net/project/shownotes.php?release_id=160356
|
|
| Back to top |
|
 |
sboduna
Joined: 15 May 2001 Posts: 40
|
19 Sep 2003 7:27 sourceforge cportlib |
|
|
|
|
hi,
M.B. you have to look to
TurboPower Async Professional at
http://www.turbopower.com/products/apro/
GoodLuck.
|
|
| Back to top |
|
 |
arturt134
Joined: 01 Jan 1970 Posts: 141 Helped: 1 Location: Poland
|
19 Sep 2003 9:22 cportlib bugs |
|
|
|
|
| I've also used Async Pro. I think this is the best sollution for asynchronous transmission.
|
|
| Back to top |
|
 |
petarpav
Joined: 25 Mar 2002 Posts: 557 Helped: 8
|
19 Sep 2003 10:06 serial com c++ |
|
|
|
|
CPortLib is the best!!!
|
|
| Back to top |
|
 |
leonqin
Joined: 07 Nov 2001 Posts: 461 Helped: 1 Location: China
|
24 Sep 2003 3:04 free cportlib |
|
|
|
|
| use Windows API directly!
|
|
| Back to top |
|
 |
Jayson
Joined: 08 Oct 2001 Posts: 460 Helped: 17 Location: Brazil
|
24 Sep 2003 3:17 turbo power async serial pro installation |
|
|
|
|
leonqin, that's what I was alluding to in the second post in this thread
You can use CreateFile("\.\\COM1"..... to obtain a handle for the COM port. Have a look at the Microsoft MTTTY example in the Platform SDK on how its supposed to be done in a multi-threaded program.
- Jayson
|
|
| Back to top |
|
 |
mrmookiebud
Joined: 04 Oct 2002 Posts: 19
|
09 Oct 2003 0:52 asyncpro clx |
|
|
|
|
| I think the Async Pro has been opened sourced. Try http://sourceforge.net/projects/tpapro/
|
|
| Back to top |
|
 |
Google AdSense

|
09 Oct 2003 0:52 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
rat42
Joined: 11 Jan 2003 Posts: 2
|
09 Oct 2003 6:15 cportlib |
|
|
|
|
I have tried a few, but the main problem was, that the most of them uses the VCL library. Since I am developing cross platform applications I am using the CLX library.
The only CLX comport component that I have found (and which is still have support) is the nrComm library:
http://deepsoftware.ru/nrcomm/
This is not free, I had to pay for it, but have good support. (When I have found a bug in it, they repaired it in two days.)
I really don't understand Borland, why they have not included such a basic thing in their developement tool...
|
|
| Back to top |
|
 |