SimpleDebug and 'high end' ASCII characters
Hugh
Posts: 362
Hi,
My code is:
Serial Terminal shows the 'dagger' (obelisk) glyph.
Sending 49 is the same
Sending 50 results in a hyphen, as does 51
Sending 52 results in a 'double exclamation' glyph.
It is the same on either of two protoboards.
Any suggestions, please? Have I reset a font, or something else?
I have downloaded the SimpleDebug object and installed Serial Terminal again, but to no change.
My code is:
OBJ DEBUG : "SimpleDebug" PUB Main DEBUG.Start(2400) repeat debug.putc(48)
Serial Terminal shows the 'dagger' (obelisk) glyph.
Sending 49 is the same
Sending 50 results in a hyphen, as does 51
Sending 52 results in a 'double exclamation' glyph.
It is the same on either of two protoboards.
Any suggestions, please? Have I reset a font, or something else?
I have downloaded the SimpleDebug object and installed Serial Terminal again, but to no change.
Comments
Andy
It is the same irrespective of [matched] baud rate.
I think I'll try a different PC...
Plugging in a third board via a Prop Plug (the other two are USB) and everything worked OK. Going back to the first two boards (on different COM ports) and nothing...
Demoboard - does not work (as above)
USB Protoboard - does not work (as above)
Protoboard with PropPlug - works perfectly.
(I've re-installed the FTDI drivers, just in case)
Is it possible you are connecting PST and adjusting the baud rate while connected.
Set up your port # and baud rate (stick with 2400 for now) in PST then cycle power or reset the Prop to see if it starts to display what you expect.
Jeff T.