User's Manual Part 4
Table Of Contents
- Using Configuration Commands
- Operating Modes
- Command and Control Modes
- Set Local Bluetooth Device Name
- Set Class of Device/Service Field
- Set Service Name
- Connectable On/Off
- Specify Page Scan Timing
- Enable Discoverable
- Specify Inquiry Scan Timing
- Set Encryption/Authentication: “PIN CODE”
- Manage Security Modes
- Read Module Version
- Read Local Device Address
- Set Shutdown Timing
- Clear Link Key Table
- Understanding Adapter States or Modes
- Power Management Flow Diagram
- Diagnostics Capabilities
- Applications
- System Qualification
- Default Configuration
- Control Codes and Escape Sequences
- Single Character Control Code Definitions
- Escape Sequence Quick Reference
- Factory-Installed Printer Defaults
- About the Printer Font Jobs
- Big 5 Traditional Chinese Character Set
- Simplified Chinese Character Set
- IBM 437 Code Page Character Set
- Japanese (Shift JIS) Character Set
- Korean Character Set
- International Character Set
Appendix D — Printer Font Test Jobs
180 6822 Series 80-Column Printer User’s Manuall
About the Printer Font Jobs
You can perform these tests yourselves. Load the font of choice from the
Toolkit CD into flash memory. After downloading the desired font, use
any of the sample print jobs to reveal the character locations within the
printer memory. The sample test print jobs are formatted as a memory
mapped and could be referenced to select a desired character.
These test print jobs originated from running a “C” program by a person
with specific knowledge of how to generate such a report (print job). The
“C” program demonstrates how a programmer could access the printer
font modules within flash memory to select desired character.
You do not need more than one font module loaded. Any ONE of:
nft00932.mod, nft00936.mod, nft00949.mod, or even nft00950.mod
Asian fonts can be used. These are distributed via the NPTK6822 toolkit
(including the source code).
These print jobs are in this appendix:
• “BIG5.C” which creates “BIG5950.TXT”
• “CHINA.C” which creates “GB2312.TXT”
• “IBM437.C” which creates “IBM437.TXT”
• “JAPAN.C” which creates “JIS932.TXT”
• “KOREA.C” which creates “KOREA.TXT”
• “NATION.C” which creates “NATION.TXT”
Big 5 Traditional Chinese Character Set
This program generates a text file, big5950.txt, to copy to a 6822. The
text file illustrates the use of the BIG 5 traditional Chinese character set.
Install the BIG 5 character font (nft00950.mod) using the Printer
Configuration Utility.
To have big5950.txt print correctly
1 Use the Microsoft C version 7.00 compiler.
cl big5.c /link slibce graphics
2 Run big5.exe to create big5950.txt.
3 Copy this text file to the appropriate printer port.