public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Re: SGML docs, [was: Termios and waiting for character input]
       [not found] ` <44EF2BFE.7090201@eCosCentric.com>
@ 2006-08-25 17:16   ` Gary Thomas
  0 siblings, 0 replies; only message in thread
From: Gary Thomas @ 2006-08-25 17:16 UTC (permalink / raw)
  To: Andre-John Mas; +Cc: eCos Discussion

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-08-25 17:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20060825164211.UAUU27612.tomts16-srv.bellnexxia.net@smtp1.sympatico.ca>
     [not found] ` <44EF2BFE.7090201@eCosCentric.com>
2006-08-25 17:16   ` [ECOS] Re: SGML docs, [was: Termios and waiting for character input] Gary Thomas

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).