[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Programming examples



PureBytes Links

Trading Reference Links

I was going to suggest looking in the code samples that come with VC++.  For
one thing, you're not going to be monitoring interrupts.  The Win32 API
provides a set of functions that abstract you from dealing with low level
issues like that.  Search VC++ help for "serial".

Kent


----- Original Message -----
From: "Mike Eggleston" <mikee@xxxxxxxxxxxxxx>
To: "Ron Mihaley" <ronmihaley@xxxxxxxxx>
Cc: <omega-list@xxxxxxxxxx>
Sent: Thursday, June 27, 2002 11:06 AM
Subject: Re: Programming examples


On Thu, 27 Jun 2002, Ron Mihaley wrote:

> Just a little off the trade topic.
> Does anyone have sample programs that they can send me
> that allows data transfer through the serial port?
> This is in C, C++ or VB.
> These programs need to run from windows ME or 2000.
>
> Somehow they need a buffer and monitor the interupts
> so I can receive data, and send data.
>
> While on the same topic, does anyone have a "monitor"
> type of program that can save data from a modem
> (another serial port) that runs in parallel with other
> programs?
>
> Thanks
>
> =====
> Ron
>

do a google search for this