escRelative property

Uint8List escRelative
getter/setter pair

设置绝对打印位置 将当前位置设置到距离行首(nL + nH x 256)处。 如果设置位置在指定打印区域外,该命令被忽略

Implementation

static Uint8List escRelative = Uint8List.fromList([esc, 0x24, 0x00, 0x00]);