
I soldered across the 3 TTL jumps, then restarted my uC, and I had characters appear on my display! The problem is, they were all garbage characters.

I modified the uC code to just clear the screen ( 254 88 ), and I got 1 character appear on the display. An 'A' with 2 dots over it, then the cursor moved to the next line.
I modified the uC code again to send three characters (a d b or a d c, something like that). What I got was 'OS' then a half triangle.
It's obvious I have no idea what I'm doing. Does this give you any ideas?