06-14-2012 05:59 PM
Lynn,
Yes, you answered the question literally, because he wanted to "divide" first, even though it does not make a difference in the end. 😄
As I already mentioned, the question was not clear at all:
"Divide 16-bit Word into its HI and LO Bytes, then Convert to ASCII"
"Convert to ASCII" does not mean anything. It could be interpreted in many ways:
The last one seems to be the answer, but unfortunately that's not really ASCII, but just results in binary string of lenght 2, independent of encoding.
ASCII defines how bit patterns encode into characters (and control codes, etc.), so "convert to ASCII" is ambiguous.
06-14-2012 06:01 PM
06-15-2012 09:31 AM
Thank you Lynn, your response and answer is exactly what I needed, toss in a shift registers and I finished my problem!
Kudos 🙂
Danny