Post Reply 
HP 110 "garbage" on screen
05-12-2023, 06:18 AM
Post: #30
RE: HP 110 "garbage" on screen
(05-11-2023 08:11 PM)dave-in-kc Wrote:  Just to be clear, the example I posted earlier was of me typing each key twice. as in:
11223344...
qqwweerr...

Yes, I think it is very clear that it is every second character that is garbeled (char = char & 0xBF - ie bit 6 is clear).
Applying the same transformation on the top 2 lines, we can see that it says (so again confirming your findings):

Code:
MEMOMAKER
Line: 4 Column:21 Length

What is strange is that the background of the top 2 lines should be solid black (inverted), but starting with character at position 3 (if first is position 0, ie pos 3,11,19,27,...), the character is not inverted, and this then repeats with every 8 characters.
But, there is probably some ESC-sequence written to invert the display so we don't know exactly what and when it is actually sent to the display.
This might also explain why the "A" in MEMOMAKER is strange. It is shown as 0xB0 ("upperline"), but should have been 0x01 (SOH) since the actual character is 0x41.

I still think that the 16-bit to 8-bit latches are the most obvious cause to the problem, but it is easy for me to say Wink
Would need an logic analyzer or oscilloscope and look at data coming in and out from the latches since the pins and soldering looks ok.

Cheers,
Thomas

[35/45/55/65/67/97/80 21/25/29C 31E/32E/33E|C/34C/38E 41C|CV|CX 71B 10C/11C/12C/15C|CE/16C 32S|SII/42S 28C|S 48GX/49G/50G 35S 41X]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HP 110 "garbage" on screen - dave-in-kc - 05-09-2023, 12:59 AM
RE: HP 110 "garbage" on screen - TallKey - 05-09-2023, 04:14 AM
RE: HP 110 "garbage" on screen - TallKey - 05-09-2023, 07:21 PM
RE: HP 110 "garbage" on screen - Jim Horn - 05-09-2023, 08:22 PM
RE: HP 110 "garbage" on screen - TallKey - 05-09-2023, 09:46 PM
RE: HP 110 "garbage" on screen - TallKey - 05-10-2023, 01:42 AM
RE: HP 110 "garbage" on screen - Jeff_Birt - 05-10-2023, 02:53 PM
RE: HP 110 "garbage" on screen - Jeff_Birt - 05-11-2023, 12:40 PM
RE: HP 110 "garbage" on screen - ThomasF - 05-11-2023, 01:25 PM
RE: HP 110 "garbage" on screen - Jeff_Birt - 05-11-2023, 02:07 PM
RE: HP 110 "garbage" on screen - ThomasF - 05-11-2023, 02:57 PM
RE: HP 110 "garbage" on screen - Jeff_Birt - 05-11-2023, 05:25 PM
RE: HP 110 "garbage" on screen - ThomasF - 05-11-2023, 05:39 PM
RE: HP 110 "garbage" on screen - Jeff_Birt - 05-11-2023, 06:02 PM
RE: HP 110 "garbage" on screen - ThomasF - 05-11-2023, 07:34 PM
RE: HP 110 "garbage" on screen - ThomasF - 05-12-2023 06:18 AM
RE: HP 110 "garbage" on screen - agarza - 05-11-2023, 11:08 PM
RE: HP 110 "garbage" on screen - agarza - 05-11-2023, 11:21 PM



User(s) browsing this thread: