Which simple future-proof Delphi serial comms code to use? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-08T13:15:40Z http://stackoverflow.com/feeds/question/419653 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/419653/which-simple-future-proof-delphi-serial-comms-code-to-use 4 Which simple future-proof Delphi serial comms code to use? Brian Frost 2009-01-07T09:03:14Z 2009-01-09T11:31:56Z <p>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.</p> http://stackoverflow.com/questions/419653/which-simple-future-proof-delphi-serial-comms-code-to-use/419663#419663 -1 Answer by Bombe for Which simple future-proof Delphi serial comms code to use? Bombe 2009-01-07T09:07:21Z 2009-01-07T09:07:21Z <p>Use whatever works for you. If Turbopower Async Pro (duh, what a name) works then don’t change it. :)</p> http://stackoverflow.com/questions/419653/which-simple-future-proof-delphi-serial-comms-code-to-use/421138#421138 1 Answer by skamradt for Which simple future-proof Delphi serial comms code to use? skamradt 2009-01-07T17:04:07Z 2009-01-07T17:04:07Z <p>Also take a look at <a href="http://synapse.ararat.cz/doku.php/download" rel="nofollow">SynaSer</a> (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.</p> http://stackoverflow.com/questions/419653/which-simple-future-proof-delphi-serial-comms-code-to-use/423460#423460 1 Answer by Wouter van Nifterick for Which simple future-proof Delphi serial comms code to use? Wouter van Nifterick 2009-01-08T06:43:47Z 2009-01-08T06:43:47Z <p>Lars Dybdahl recently blogged about the open source <strong>TComport</strong> component that's sprung back to life, and how Delphi 2007 and 2009 support have been added. </p> <ul> <li><p>Lars's blog: <a href="http://compaspascal.blogspot.com/2008/11/delphi-bigger-than-c-tcomport-history.html" rel="nofollow">http://compaspascal.blogspot.com/2008/11/delphi-bigger-than-c-tcomport-history.html</a></p></li> <li><p>TComport home on SourceForge: <a href="http://sourceforge.net/projects/comport/" rel="nofollow">http://sourceforge.net/projects/comport/</a></p></li> </ul> http://stackoverflow.com/questions/419653/which-simple-future-proof-delphi-serial-comms-code-to-use/427754#427754 1 Answer by Anthony for Which simple future-proof Delphi serial comms code to use? Anthony 2009-01-09T11:31:56Z 2009-01-09T11:31:56Z <p>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.</p>