This is sort of a two part question:
anyone know about an ascii float to ascii character convert, like ascii2any for Windows? Does anyone have tips for compiling ascii2any for windows?
programmed a PIC to output a letter for tagging and routing purposes, then a space, then an 8 bit number from its ADC, and then a NL character. As I understand the ascii2any readme, this should make it output "a <number>", though the number should be nonsense, since it isn't ascii encoded yet. This should be fine, if I got "a <nonsense>" at least I would know what the problem is. However, all I get is "bang bang bang bang bang..."
Any thoughts or suggestions on either? It would be really nice if I got an answer to the first, since debugging would be much easier if I didn't have to reboot to test it under PD ;)
Thanks, Ian