Quote Originally Posted by mackrackit View Post
Like I asked before, what type of project would you do that needs this?
I am not trying to be difficult, I just have not had the need beyond what is already there.

It might be fun/interesting to write a library/include to handle some of this stuff. If an example of it's usage was given I might give it a go...
Here's an example and something that I'm working on now. I am debugging a program that will read 3 axes of an accelerometer via A/D conversion. The sampled value is a number and I'd like to convert it to an array of text that I can send to the USB port. The pic is enumerating as a USB serial port so I can read it via a terminal program.

Anybody know an efficient way to convert a 10-bit value to a number string?