Re: [ECOS] Input from debug console

2016-06-30 Thread Evgeniy Dushistov
AM > > To: ecos-discuss@ecos.sourceware.org > > Subject: [ECOS] Input from debug console > > > > My application calls diag_printf() to display information to the debug > > console using serial port 0 of my processor. I would like to be able > > to implement some s

RE: [ECOS] Input from debug console

2016-06-30 Thread Michael W. Ellis
> -Original Message- > From: ecos-discuss-ow...@ecos.sourceware.org [mailto:ecos-discuss- > ow...@ecos.sourceware.org] On Behalf Of Michael W. Ellis > Sent: Thursday, June 30, 2016 9:54 AM > To: ecos-discuss@ecos.sourceware.org > Subject: [ECOS] Input from debug console &

[ECOS] Input from debug console

2016-06-30 Thread Michael W. Ellis
My application calls diag_printf() to display information to the debug console using serial port 0 of my processor. I would like to be able to implement some simple diagnostics that are initiated through the console port. Is it possible to accept input from the console? If so, how is this done?