Apparently, the printer can have an internal buzzer or not. You can also attach an external buzzer through the kick port.
The manual describes it as Beeping the Buzzer. I found the ESC code …
We need to use the DECIMAL values with the <XCT>
command in a Printer Template …
Decimal 27 40 65 4 0 48 n c t
Try something like this in the Template:
<XCT>27,40,65,4,0,48,55,2,5
Last 3 digits are described as:
-
n
: tone … not sure what to put here so try something like 5, or 50, or 55, or 500 -
c
: number of beeps … so 2 beeps -
t
: duration x 100 ms … so 5 would be 500 ms = 0.5 seconds
Regarding the Tone (n), this is the only reference that I can find, but it appears to be specific to model TM-P60 only. Maybe other models ignore this parameter? However, maybe you could try one of these, like 55 …