Post Reply 
HP 82143A Printer Self test?
11-17-2020, 02:46 AM
Post: #8
RE: HP 82143A Printer Self test?
You can print the entire character set using a simple program like this:

Code:
 01◆LBL "CHARS"
 02 .11216
 03 STO 00
 04◆LBL 00
 05 .015
 06 STO 01
 07◆LBL 01
 08 RCL 00
 09 RCL 01
 10 +
 11 ACCHR
 12 ISG 01
 13 GTO 01
 14 PRBUF
 15 ISG 00
 16 GTO 00
 17 END

The output should look like this:

Code:
◆ˣ⨱←αβΓ↓Δσ◆λμ∡τΦ
ΘΩδȦȧÄäÖöÜüᴁæ≠£▒
 !"#$%&'()*+,-./
0123456789:;<=>?
@ABCDEFGHIJKLMNO
PQRSTUVWXYZ[\]^_
`abcdefghijklmno
pqrstuvwxyzπ|→∑⊢
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 82143A Printer Self test? - AndiGer - 11-07-2020, 10:25 AM
RE: HP 82143A Printer Self test? - Thomas Okken - 11-17-2020 02:46 AM



User(s) browsing this thread: 1 Guest(s)