This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Question about TTY's ECHO behavior.


As I use TTY device of eCos, the default mode is ECHO. But it seems TTY only
echo back inputs when user call its tty_read() function.

When I worked on VxWorks before, once its TTY device opened, it always echo
back inputs NO MATTER whether user call its read function or not. I think it
do this in the callback of the Rx interrupt of serial device.

So which of the behaviors is reasonable?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]