beepKOT method

ESCPOS beepKOT()

Implementation

ESCPOS beepKOT() {
  _data += [27, 64, 27, 66, 3, 3];
  return this;
}