I am using the EdbgOutputDebugString function to print debug info from my
bootloader. Is there a way to print floating point values? I can't find
any information on the format specification types for this function and %e,
%f, %g don't work.

--
Frank D. Lombardo
Turning Point Technology, Inc.
Frank at TurningPointOnline dot com

Re: Can I display floats from bootloader? by Steve

Steve
Thu Aug 26 12:22:40 CDT 2004

There is no floating point support for that. You can find the source in
format.c.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups



Re: Can I display floats from bootloader? by Frank

Frank
Thu Aug 26 14:48:57 CDT 2004

Thanks for the reply. Is there another way I can format a floating point
value to write to the serial port?

--
Frank D. Lombardo
Turning Point Technology, Inc.
Frank at TurningPointOnline dot com