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: tftp server calls diag_printf()


On Mon, 2004-04-19 at 04:32, Øyvind Harboe wrote:
> I'm working on PPP over a serial line when I discovered that tftp calls
> diag_printf().
> 
> It appears as if I can choose which serial port to send diag output to,
> but all my serial ports are in use by the application.
> 
> Is tftp supposed to call diag_printf() under normal execution?

Careful examination shows that the TFTP server only calls diag_printf
for errors.  I'm not sure how you can best handle this if your only
serial port (diagnostic device) is busy doing PPP.

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


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