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]

Re: Simple serial comms




Nick Garnett wrote:
> 
> grahamlab <graham.labdon@cranems.co.uk> writes:
> 
>> I wont be able to test against a 'real' host until monday
>> I have tried a variety of values for STM32_RXBUFSIZE  but nothing changes
>> -
>> the overflow branch is not triggered
>> Is it possible for you to send me the programs you use to test the serial
>> interface?
> 
> These are the standard serial tests in the io/serial package. They
> need the ser_filter program that is one of the host tools that come
> with eCos. The documentation is here:
> 
> http://ecos.sourceware.org/docs-latest/ref/io-serial-testing-with-serfilter.html
> 
> 
I am having no success with the serial tests - here is what I do
ser_filter -t 9000 /dev/ttyS0 - runs the filter, waits for a connection
arm-eabi-gdb-nw intsall/tests/io/serial/v3_0/tests/serial3 - gives me the
gdb prompt
target remote localhost:9000 - gdb says debugging using localhost:9000 and
returns to the gdb prompt
type 'c' - gdb says 'continuing' - then nothing else happens

What am I missing?

Graham
-- 
View this message in context: http://www.nabble.com/Simple-serial-comms-tp24306125p24323274.html
Sent from the Sourceware - ecos-discuss mailing list archive at Nabble.com.


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