10

I've been a fan of Turbopower Async Pro for years, now taken up on SourceForge and it works very well. However, it's complex and I've never really made use of its features other than the port component. I'm updating my code for D2009 etc and am tempted to move to something simpler since I have my own wrapper around it. There are lots of port components out there but are there any recommendations here? Thanks.

dsolimano
  • 8,870
  • 3
  • 48
  • 63
  • There is an [AsyncPro version at Songbeamer that works with Delphi XE2](http://stackoverflow.com/a/8138820/29290), which should work with Delphi 2009 as well. – Jeroen Wiert Pluimers Oct 02 '12 at 17:34

4 Answers4

7

Lars Dybdahl recently blogged about the open source TComport component that's sprung back to life, and how Delphi 2007 and 2009 support have been added.

Wouter van Nifterick
  • 23,603
  • 7
  • 78
  • 122
3

Also take a look at SynaSer (towards the bottom of that page). I have used his TCP/IP library for quite some time now and have found it extremely easy to use and extend and would expect his serial comms library to be similar.

skamradt
  • 15,366
  • 2
  • 36
  • 53
1

Is anything in Delphi really future-proof? Stick with open-source anyway - If it's on Sourceforge at least you have the source, and it won't vanish if the company that makes it goes out of the Delphi software business.

Anthony
  • 5,176
  • 6
  • 65
  • 87
0

Use whatever works for you. If Turbopower Async Pro (duh, what a name) works then don’t change it. :)

Bombe
  • 81,643
  • 20
  • 123
  • 127