This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: Serial and AT91


Hello Andrew,
Thanks for the quick reply.

When i have problems with serial ports i generaly first check if the
flow control setup is correct.


I have disabled the flow control because I have to "talk" to a machine that is a black box to me. I have only RX, TX and GND and a list of commands that I can send and receive.
In io_serial.cdl file I have:


cdl_component CYGPKG_IO_SERIAL_FLOW_CONTROL {
............
       default_value     0
       cdl_component CYGOPT_IO_SERIAL_FLOW_CONTROL_SOFTWARE {
               display       "Software flow control"
               default_value 0
.............

Regards,
Edgar


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