[DUG] Serial port data capture

2009-07-08 Thread John Bird
Looking for software or source to do with monitoring data coming in from serial (or serial via USB) port, all I want to do is capture it and append it as it arrives to a disk file. This sounds like a common type of tool - Anyone know of something good/free/simple or source tools to do this?

Re: [DUG] Serial port data capture

2009-07-08 Thread pieter
Hi John, Have a look at http://mc-computing.com/languages/Delphi/Delphi_SerialIO.htm They cover all the API calls etc. I think that was for a very old version of Delphi, not sure how valid it will be today Cheers, Pieter On Thu, 9 Jul 2009 11:09:38 +1200, John Bird johnkb...@paradise.net.nz

Re: [DUG] Serial port data capture

2009-07-08 Thread Michael Rooney
Hi John, I've written one of these PABX to log file on disk apps - unfortunately I don't own the code. It was pretty easy using Async Pro : http://sourceforge.net/projects/tpapro/ - Had to use Indy for later model PABXen since they use an ethernet port and TCP/IP 'cause the kids these days don't

Re: [DUG] Serial port data capture

2009-07-08 Thread Ian Drower
Hi John Check out this software.. pretty versatile and free.. http://www.windmill.co.uk/ Regards Ian Drower John Bird wrote: Looking for software or source to do with monitoring data coming in from serial (or serial viaUSB) port, all I want to do is capture it and append it as

Re: [DUG] Serial port data capture

2009-07-08 Thread Stephen Barker
...@paradise.net.nz] Sent: Thursday, 9 July 2009 11:10 a.m. To: NZ Borland Developers Group - Delphi List Subject: [DUG] Serial port data capture Looking for software or source to do with monitoring data coming in from serial (or serial via USB) port, all I want to do is capture it and append

[DUG] Serial port data capture

2009-07-08 Thread Marshland Engineering
Hi have used SerialNG very successfully to send data to a CNC lathe. Free and some great examples. http://www.domis.de/cms/index.php?module=ContentExpressfunc=displayceid=7 Cheers Wallace___ NZ Borland Developers Group - Delphi mailing list Post:

Re: [DUG] Serial port data capture

2009-07-08 Thread Michael Rooney
Actually, that jogged my memory - I did have some difficulty getting it working as a straight socket connection and needed to use something else - I think it was the telnet component. Unfortunately didn't blog the gritty details: http://shoei-mike.livejournal.com/13135.html On 7/9/09, Jeremy