Force Property - Epson TM-T88V-i User Manual

Epos-print api
Hide thumbs Also See for TM-T88V-i:
Table of Contents

Advertisement

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.
• Use forced transmission mode when the printer is offline. It will result in an error if the printer 
is online.
• The following functions are enabled in forced transmission mode.
 Drawer kick‐out (addPulse method (p.121))
 Stopping the buzzer (addSound method (p.123))
 Recovery from errors that can be recovered from (addRecovery method (p.130))
 Reset (addReset method (p.131))
 Sending commands in real time (addCommand method (p.132))
Example
Performs a drawer kick-out when the paper is at the end:
<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>
136

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Tm-t70-iTm-l90-i

Table of Contents