Select your printer model

Parameters are refined by the selected printer.

<type>micrread</type>


Requests for reading from the MICR. Inserting a slip sheet after executing <type>micrread</type> starts reading from the MICR. The request result is acquired by the <type>onreceive</type> element.

Request

Child element

Data type

Description

ignoreerror

boolean

Specifies how to process illegible text.

font

string

Specifies the MICR read font.

timeout

int

Specifies the timeout period for slip sheet insertion wait status in milliseconds.

Value: 5000 to 900000 (integer)

waittime

int

Specifies the operation start wait time after insertion of the slip sheet.

Value: 0 to 6400

ignoreerror

Attribute value

Description

"true" / "1”

Continues processing by replacing an illegible character with "?".

“false” / “0”

Stops processing when an illegible character is encountered.

font

Attribute value

Description

“MICR_E13B”

Specifies the read font to E13B.

“MICR_CMC7”

Specifies the read font to CMC7.

Sample program

 
<device_data>
	<device_id>local_printer</device_id>
	<data>
		<type>micrread</type>
		<ignoreerror>true</ignoreerror>
		<font>MICR_E13B</font>
		<timeout>60000</timeout>
		<waitetime>500</waittime>
	</data>
</device_data>

Supplementary explanation

  • If the “timeout” child element is omitted, “60000” is specified.
  • If the “waittime” child element is omitted, “500” is specified.
 

Quick Access

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

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


ePOS-Device XML

Jump to the top