This table lists LCD Serial Backpack® instructions that the SER_SEND
instruction understands. You may embed these abbreviations (within <> brackets) in a string to be sent by SER_SEND
and the correct code(s) will be automatically substituted. For example, SER_SEND("<BPI_CLS>Text")
would clear the screen, then send the word Text.
Note that "BPK" may be substituted for "BPI" in any of the phrases listed; <BPI_CLS> and <BPK_CLS> are both recognized.
Name | ASCII Code(s) | Display Series |
BPI_CLS | 254 1 254 128 | BPI,BPK |
BPI_HOME | 254 2 | BPI,BPK |
BPI_BLANK | 254 8 | BPI,BPK |
BPI_NO_CURSOR | 254 12 | BPI,BPK |
BPI_BLOCK_CURSOR | 254 13 | BPI,BPK |
BPI_UL_CURSOR | 254 14 | BPI,BPK |
BPI_MOVE_LEFT | 254 16 | BPI,BPK |
BPI_MOVE_RIGHT | 254 20 | BPI,BPK |
BPI_SCROLL_LEFT | 254 24 | BPI,BPK |
BPI_SCROLL_RIGHT | 254 28 | BPI,BPK |
BPI_PREFIX | 254 | BPI,BPK |
BPI_LINE1 | 254 128 | BPI,BPK |
BPI_LINE2 | 254 192 | BPI,BPK |
BPI_LINE3 | 254 148 | BPI,BPK |
BPI_LINE4 | 254 212 | BPI,BPK |