X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type; bh=1LV1nI7lZPF3LH/k82p9alPOToo8poP8rT1uRQd/RJg=; b=fIssDCzXAkya16bI7bDOMlHJbJQTzszSNb5Q7Aqm56amWhHwWcXeTuFr/BCG3sjlnH XZ7OhjEVonYJXSZR558UuU9MP2UeGVQclaM5O6f0RoIYjMQM4x6FoXmDeo0xRrn8rCGr OsN6A+d6O1mwH+JnW2Ge/KgWTo1bWu3KoakJk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=e+0VUJLV6c4xIX5k4xO9CtiVVGGOl6Ok7cAulrmVE8bsE0oWmSo/O673+wyO2EZOey /QiFu0XwdLHT2zlzOm60HnI7uOf+dbf5FsvSWXKuVi/CToaXs3hAjN3Nin/gN8bCYgDd 0it/5gttM76jYLteRgneriv20ls1pGx62lYDM= MIME-Version: 1.0 Sender: gerritvn1945 AT gmail DOT com In-Reply-To: <201102221101.16553.john@wacontrols.com> References: <201102221101 DOT 16553 DOT john AT wacontrols DOT com> Date: Wed, 23 Feb 2011 15:28:24 +0200 X-Google-Sender-Auth: KKbtc5O-ZiOjiiuCKFyJV87khT8 Message-ID: Subject: Re: Serial I/O Programming with DJGPP - (need good examples to start with) From: Gerrit van Niekerk To: john AT wacontrols DOT com Cc: djgpp AT delorie DOT com Content-Type: multipart/alternative; boundary=0022152d63894ddb29049cf31295 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk --0022152d63894ddb29049cf31295 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Feb 22, 2011 at 7:01 PM, John Wright wrote: > I'm looking for some complete code examples using PCOM, DZCOM or SVASYNC > routines. Which ever anyone might have or recommend. I have several books > that > I have been studying, and they all have good examples, but everything is > based > on MSC 6.0 or Turbo C++. > > The hard part is the ISR which is very DJGPP specific. And without interrupts you can forget to run serial comms at any reasonable baud-rate. I have a working implementation for the PPP portion of a commercial TCP/IP package and are quite willing to give you the source code (for free of course), but it is by no means a nicely structured library. If you want to use it to port a good library, you are welcome if you will also make the library available for free. --0022152d63894ddb29049cf31295 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
On Tue, Feb 22, 2011 at 7:01 PM, John Wright= <john AT wacontro= ls.com> wrote:
I'm looking for some complete code examples using PCOM, DZCOM or SVASYN= C
routines. Which ever anyone might have or recommend. I have several books t= hat
I have been studying, and they all have good examples, but everything is ba= sed
on MSC 6.0 or Turbo C++.

The hard part is the ISR which is very DJGPP specific. A= nd without=20 interrupts you can forget to run serial comms at any reasonable=20 baud-rate.

I have a working implementation for the PPP portion of a commercial=20 TCP/IP package and are quite willing to give you the source code (for=20 free of course), but it is by no means a nicely structured library. If=20 you want to use it to port a good library, you are welcome if you will also= make the library available for free.

--0022152d63894ddb29049cf31295--