136
force property
This is the forced transmission mode. (in firmware Ver.3.0 and later)
Object type
Boolean
Description
If you enable forced transmission mode, print commands are forcibly sent to the printer.
Example
•Useforcedtransmissionmodewhentheprinterisoffline.Itwillresultinanerroriftheprinter
isonline.
•Thefollowingfunctionsareenabledinforcedtransmissionmode.
Drawerkick‐out(addPulsemethod(p.121))
Stoppingthebuzzer(addSoundmethod(p.123))
Recoveryfromerrorsthatcanberecoveredfrom
(addRecoverymethod(p.130))
Reset(addResetmethod(p.131))
Sendingcommandsinrealtime(addCommandmethod(p.132))
<script type="text/javascript" src="epos-print-3.x.x.js"></script>
<script type="text/javascript">
<!--
function buildMessage() {
var builder = new epson.ePOSBuilder();
builder.force = true;
builder.addPulse();
}
//-->
</script>
Performs a drawer kick-out when the paper is at the end: