I've seen some mention of a function called "Bin2ascii", but I can't find any mention of it in the compiler source or in the documentation. Can anyone point me to something which does this conversion?
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is found in the contributors section, under alternate software usart routines. Along with the Xmit_RS232() sub, it will bit bang out decimal to a terminal program (ascii) or serial lcd. It is just a sub that mimics Hugh's SerPrint command, in rs232.h.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've seen some mention of a function called "Bin2ascii", but I can't find any mention of it in the compiler source or in the documentation. Can anyone point me to something which does this conversion?
Joe
It is found in the contributors section, under alternate software usart routines. Along with the Xmit_RS232() sub, it will bit bang out decimal to a terminal program (ascii) or serial lcd. It is just a sub that mimics Hugh's SerPrint command, in rs232.h.