public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Andre-John Mas <ajmas@sympatico.ca>
Cc: eCos Discussion <ecos-discuss@ecos.sourceware.org>
Subject: [ECOS] Re: SGML docs, [was: Termios and waiting for character input]
Date: Fri, 25 Aug 2006 17:16:00 -0000	[thread overview]
Message-ID: <44EF306E.8020002@mlbassoc.com> (raw)
In-Reply-To: <44EF2BFE.7090201@eCosCentric.com>

Jonathan Larmour wrote:
> Andre-John Mas wrote:
>> Gary Thomas wrote:
>>> Andre-John Mas wrote:
>>>> Where do I change the VMIN value? I'll change the value to see if
>>>> this helps.
>>>>
>>>> BTW I had worked around the issue by simply doing a loop until the
>>>> input value was not 0x0. Not very elegant when CPU cycles matter. I
>>>> also made the same observation as Gary that the code worked on other
>>>> systems. I had tested the same code on MacOS X.
>>> It's just another parameter to the termios structure.  Simply add this
>>> line: term = termsave;            /* termsave contains old termios */ 
>>> term.c_lflag &= ~ECHO;      /* turn off echo if it's set */ 
>>> term.c_lflag &= ~ECHOE;     /* turn off echoe if it's set */ 
>>> term.c_lflag &= ~ICANON;    /* turn off echoe if it's set */ 
>>> term.c_cc[VMIN] = 1;
>>>
>>
>> Thank you for this. Work well.
>>
>> BTW I noticed that all the help documentation is in SGML. Is there a
>> suitable SGML reader available? At the moment when I double click a doc
>> reference in eCos Config it opens up Firefox, and it has no idea what to
>> do with that passed link. It say it does not know how to handle protocol
>> 'c'. Trying to open it up in Explorer is no more successful.
> 
> Docs are available in HTML form here: 
> http://ecos.sourceware.org/docs-latest/
> 
> Otherwise you need to install docbook tools such as jade, and generate 
> the HTML yourself.

Also, Andre-John, please keep replies on the list so that all may benefit!


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

           reply	other threads:[~2006-08-25 17:16 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <44EF2BFE.7090201@eCosCentric.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44EF306E.8020002@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=ajmas@sympatico.ca \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).