Select your printer model

Parameters are refined by the selected printer.

<epos-print>


This is an XML document that is sent from an application to a printer.

It requests the printer to execute the specified function. The <epos-print> provides all elements necessary to control a printer.

Attribute

force

Enters in a forced transmission mode.

In the forced transmission mode, print commands are forcibly transmitted to the printer.

Attribute value

Description

"true" / "1"

Enters in the forced transmission mode

"false" / "0"

Enters in a normal transmission mode

Sample program

  • Blank print document
  •  
    <epos-print xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print" />
    
  • Kicks the drawer out while the printer is in an offline status (paper end)
  •  
    <epos-print xmlns= "http://www.epson-pos.com/schemas/2011/03/epos-print" force="true">
    	<pulse />
    </epos-print>
    

Supplementary explanation

  • Use the forced transmission mode while the printer is offline.
    Sending it while the printer is online will result in an error.
  • For TM-H6000V, you need to enable the Command execution during offline settings.
    Refer to TM-H6000V Utility User's Manual for details.
  • The following functions are available in the forced transmission mode:
  • Function

    Element

    Opens a cash drawer

    <pulse>

    Stops a buzzer

    <sound>

    Recovers from a recoverable error

    <recovery>

    Reset

    <reset>

    Sends a real time command

    <command>

 

Quick Access

  • [Name]
  • [Format]
  • [Range]
  • [Description]
  • [Notes]

ePOS-Print XML includes patented or patent pending functions. The contents must not be disclosed to third parties.


Jump to the top