Chapter 4: Programming Set Up
Move Cursor Up
Format: 1B 11
Description: Moves the cursor up one line. When the cursor is on the upper line, the cursor is moved to the same column on the lower line. The cursor location always indicates the position of the next character to be displayed, whether the cursor is enabled and blinking or not. After each character is displayed, the firmware performs a logical Move Cursor Right command.
Move Cursor Down
Format: 1B 12
Description: Moves the cursor down one line. When the cursor is on the lower line, the cursor is moved to the same column on the upper line. The cursor location always indicates the position of the next character to be displayed, whether the cursor is enabled and blinking or not. After each character is displayed, the firmware performs a logical Move Cursor Right command.