X-GM-THRID: 1209133987324838684 X-Gmail-Labels: rsgb lf X-Gmail-Received: 7ef85fa467892024bbeca8397af85a71cb93ca22 Delivered-To: daveyxm@gmail.com Received: by 10.64.243.13 with SMTP id q13cs127457qbh; Mon, 17 Jul 2006 12:09:10 -0700 (PDT) Received: by 10.49.2.14 with SMTP id e14mr2251256nfi; Mon, 17 Jul 2006 12:09:10 -0700 (PDT) Return-Path: Received: from post.thorcom.com (post.thorcom.com [193.82.116.20]) by mx.gmail.com with ESMTP id r33si2073397nfc.2006.07.17.12.09.09; Mon, 17 Jul 2006 12:09:10 -0700 (PDT) Received-SPF: neutral (gmail.com: 193.82.116.20 is neither permitted nor denied by best guess record for domain of owner-rsgb_lf_group@blacksheep.org) Received: from majordom by post.thorcom.com with local (Exim 4.14) id 1G2YQU-0002FS-Vj for rs_out_1@blacksheep.org; Mon, 17 Jul 2006 20:06:42 +0100 Received: from [193.82.116.32] (helo=relay1.thorcom.net) by post.thorcom.com with esmtp (Exim 4.14) id 1G2YQU-0002FJ-FO for rsgb_lf_group@blacksheep.org; Mon, 17 Jul 2006 20:06:42 +0100 Received: from liaar2aa.mx.compuserve.com ([149.174.40.151]) by relay1.thorcom.net with esmtp (Exim 4.62) (envelope-from ) id 1G2YQQ-0005Qg-N3 for rsgb_lf_group@blacksheep.org; Mon, 17 Jul 2006 20:06:42 +0100 Received: (from mailgate@localhost) by liaar2aa.mx.compuserve.com (8.13.6/8.13.4/r1.2) id k6HJ6MWq005993 for rsgb_lf_group@blacksheep.org; Mon, 17 Jul 2006 15:06:22 -0400 Received: from tcbonline (uk4-tgn-lmd-vty8.as.wcom.net [212.211.99.8]) by liaar2aa.mx.compuserve.com (8.13.6/8.13.4/r1.2) with SMTP id k6HJ6IHh005986 for ; Mon, 17 Jul 2006 15:06:19 -0400 Message-ID: <003b01c6a9d3$c90ffe60$0863d3d4@tcbonline> From: "TDR Ltd" To: References: <3b2.66e9e53.31ec98e8@aol.com> <001b01c6a983$48d275c0$0300a8c0@lark> Date: Mon, 17 Jul 2006 20:03:19 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1478 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on liaar2aa.mx.compuserve.com X-Virus-Status: Clean X-Spam-Score: 0.0 (/) X-Spam-Report: autolearn=disabled,none Subject: Re: LF: Re: Re: Re: DFCW on TS450 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on post.thorcom.com X-Spam-Level: X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-SA-Exim-Scanned: Yes Sender: owner-rsgb_lf_group@blacksheep.org Precedence: bulk Reply-To: rsgb_lf_group@blacksheep.org X-Listname: rsgb_lf_group X-SA-Exim-Rcpt-To: rs_out_1@blacksheep.org X-SA-Exim-Scanned: No; SAEximRunCond expanded to false Status: O X-Status: X-Keywords: X-UID: 6540 You could use the windows API for MSComm. I include the example given, it should point you in the right direction if you have Visual Basic and look up the help for MSComm ==================================================== MSComm Control Example The following simple example shows basic serial communications using a modem: Private Sub Form_Load () ' Buffer to hold input string Dim Instring As String ' Use COM1. MSComm1.CommPort = 1 ' 9600 baud, no parity, 8 data, and 1 stop bit. MSComm1.Settings = "9600,N,8,1" ' Tell the control to read entire buffer when Input ' is used. MSComm1.InputLen = 0 ' Open the port. MSComm1.PortOpen = True ' Send the attention command to the modem. MSComm1.Output = "ATV1Q0" & Chr$(13) ' Ensure that ' the modem responds with "OK". ' Wait for data to come back to the serial port. Do DoEvents Buffer$ = Buffer$ & MSComm1.Input Loop Until InStr(Buffer$, "OK" & vbCRLF) ' Read the "OK" response data in the serial port. ' Close the serial port. MSComm1.PortOpen = False End Sub Note The MSComm control can use polling or an event-driven method to retrieve data from the port. This simple example uses the polling method. For an example of the event-driven method, see help for the OnComm event. ================================================ Mike Button. G8YMB ----- Original Message ----- From: "Alan Melia" To: Sent: Monday, July 17, 2006 10:27 AM Subject: Re: LF: Re: Re: Re: DFCW on TS450 > > Hi Nigel, the problem is that even the bought versions of VB (I have 6), and > all the expensive thick books, do not have serial comms capability as > provided (I think it is only in the developer version) and it is very > difficult to find out how to do it, though I believe there is a file on the > CD, there are no instructions for using it. > > Cheers de Alan G3NYK > > ----- Original Message ----- > From: > To: > Sent: 17 July 2006 08:40 > Subject: Re: LF: Re: Re: Re: DFCW on TS450 > > > > > > In a message dated 17/07/2006 08:01:38 GMT Daylight Time, > > captbrian@ukonline.co.uk writes: > > > > Where can I get BASIC to run under windows please?. I have recourse to a > 20 > > yr. old Amstrad PCW to solve problems, and it will blow up any day soon. > > > > > > > > ------------------------------------------------------------ > > > > I've not tried it so don't know if it's any good for comms but Microsoft > > Visual Basic 2005 Express edition is free, > > It's been given away with various magazines but can also be > downloaded.... > > _http://msdn.microsoft.com/vstudio/express/vb/_ > > (http://msdn.microsoft.com/vstudio/express/vb/) > > > > regards > > > > Nigel > > G8PZR > > >