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
6822 Series 80-Column Printer User’s Manual 181
Simplified Chinese Character Set
This program generates a text file, gb2312.txt, that to copy to a 6822.
The text file illustrates the use of the Simplified Chinese character set.
Install the Simplified Chinese character font (nft00936.mod) using the
Printer Configuration Utility.
To have gb2312.txt print correctly
1 Use the Microsoft C version 7.00 compiler.
cl china.c /link slibce graphics
2 Run china.exe to create gb2312.txt.
3 Copy this text file to the appropriate printer port.
IBM 437 Code Page Character Set
This program generates a text file, ibm437.txt, to copy to a 6822. The
text file illustrates the use of the IBM 437 code page character set. Install
the IBM 437 character font (nft00437.mod) using the Printer
Configuration Utility.
To have ibm437.txt print correctly
1 Use the Microsoft C version 7.00 compiler.
cl ibm437.c /link slibce graphics
2 Run ibm437.exe to create ibm437.txt.
3 Copy this text file to the appropriate printer port.
Japanese (Shift JIS) Character Set
This program generates a text file, jis932.txt, to copy to a 6822. The text
file illustrates the use of the JIS character set. Install the JIS character
font (nft00932.mod) using the Printer Configuration Utility.
To have jis932.txt print correctly
1 Use the Microsoft C version 7.00 compiler.
cl japan.c /link slibce graphics
2 Run japan.exe to create jis932.txt.