Hi there.
I can send a number to my lcd display like this:
serout portc.0,6,[#number]
and it shows up as a nice decimal number.
What I want to be able to do is display it so it looks like this 01011010.
if I just send this: serout portc.0,6,[number] it comes up as some nonsense character.
I was expecting to be able to send this:
serout portc.0,6,[%number]
but it ain't having it. Bad token or some such thin.
Can anyone help?
thanks
Bookmarks