FBPL Command Reference

Table Of Contents
245
12.17 _SERIAL$
Description
This variable can be read only. It includes the information of the printer’s serial number.
The printer’s serial number must be programmed into the printer at factory.
Syntax
_SERIAL$
Example
Sample code
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10, "3",0,1,1, "Model: " + _MODEL$
TEXT 10,60, "3",0,1,1, "Serial No.: " + _SERIAL$
TEXT 10,110, "3",0,1,1, "F/W Version: " + _VERSION$
PRINT 1
Result
See Also
_MODEL$, _VERSION$