Table of Contents
Table of Contents | ||||
1. | System Kernel | |||
| 1.1. | Application Programming Interface | ||
| 1.2. | Keypad Subsystem | ||
| 1.3. | Display Subsystem | ||
| 1.4. | Communication Subsystem | ||
| 1.4.1. Point to point mode | |||
| 1.4.2. | |||
| 1.5. | Real time clock subsystem | ||
| 1.6. | Relay output and Digital input subsystem | ||
| 1.7. | Bar code / Magnetic stripe / Proximity / ICC | ||
| 1.8. | Download Program in | ||
| 1.9. | Download Program in | ||
2. | Data Structure | |||
| 2.1. | Device Control Table | ||
| 2.2. | Type Definition | ||
| 2.3. | Barcode Control Table | ||
| 2.3.1. | Type Definition | ||
| 2.4. | Communication Control Table of Host port | ||
| 2.4.1. | Type Definition | ||
| 2.5. | Terminal Control Table (available for host port only) | ||
| 2.5.1. | Type Definition | ||
3. | I/O Function Calls | |||
| 3.1. | LCD Display INT 10H | ||
| 00 |
| Clear screen | |
| 01 |
| Set cursor type | |
| 02 |
| Set cursor position | |
| 03 |
| Get cursor position | |
| 04 |
| Scroll screen | |
| 1A |
| Enable/disable LCD Backlight INT 21H | |
| 3.2. | Communication Environment Setup | ||
| 1C |
| Select COM1 or COM2 as the host port | |
| 1C |
| Set host port protocol | |
| 1C |
| Set serial port flow control | |
| 19 |
| Set COM1 port as RS485 or modem | |
| 3.3. | Host Port for | ||
| 1C |
| Setup | |
| 1C |
| Set polling timeout duration | |
| 5F |
| Read host port | |
| 60 |
| Output data | |
| 61 |
| Check if | |
| 3.4. | Serial I/O for | ||
| ||||
| 01 |
| Input data | |
| 02 |
| Output data |