SCI top-level constant
String
const SCI
Single Character Introducer.
SCI and the byte following it are used to represent a control function or a graphic character. The byte following SCI must be from 0x08 to 0x0D or 0x20 to 0x7E. The use of SCI is reserved for future standardization.
Implementation
const String SCI = '${ESC}Z';