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]

Echo on tty/serial...


Hi,

I want to use the serial port from my eCos application. I tried to use /dev/ttydiag, but i cannot disable the echo to the output. Every cyg_io_read() causes the echo even if i disable it using tty_out_flags = CYG_TTY_OUT_FLAGS_CRLF and tty_in_flags = 0. An important thing to know is, that i'm using posix. Printf works flawless.

Is there another serial device which i could use (and have to enable for my ecos)? How could it work if i also use printf?

Bye...


-- 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]