# Codes

**Select On**

Type in the printer code to determine which printer prints first when all of your printers are linked together.

**Select Off**

Type in the printer code that cancels "Select On".

**Expanded On**

Type in the printer code that activates the printing of characters in a larger type size.

**Expanded Off**

Type in the printer code that cancels "Expanded On".

**Red On**

Type in the printer code to select another printer ink color if the printer prints in more than one color.

**Red Off**

Type in the printer code that cancels "Red On".

**Line Feed**

Type in the printer code that activates the line feed function.

**Carriage Return**

Type in the hexadecimal printer code that tells the printer to begin printing on the left side of the paper.

**Fix Line Feed**

Type in the printer code that activates the line feed function.

**Top of Form**

Type in the hexadecimal printer code that tells the printer to advance to the top of the form. This code has no meaning in slip printers.

**Multiple Line Feed**

Type in the printer code that activates the multiple line feed (form feed) function.

**Paper Cutter**

Type in the printer code that activates the paper cutting function. If you have a slip printer, type in the code used to release the paper.

**Extra Large On**

Enter the hexadecimal printer code that activates the printing of characters in extra large type size.

{% hint style="info" %}
NOTE: Epson TM-88 = 1D2167
{% endhint %}

The Extra Large mode can be used to print the Order Number on top of the check by adding the following configuration keys & values in the POS.INI files of the workstations;

PrintOrderNumOnTop=True

PrintBigOrderNumInvoice=True

The Extra Large mode can be used to print the Order Number on the kitchen chit by adding the following configuration key & value;

PrintBigOrderNumKitchen=True

**Extra Large Off**

Enter the hexadecimal printer code that cancels "Extra Large On".

{% hint style="info" %}
NOTE: Epson TM-88 = 1D2180
{% endhint %}

**Reverse On**

Enter the hexadecimal printer code that activates the printing of characters in white on black.

{% hint style="info" %}
NOTE: Epson TM-88 = 1D4201
{% endhint %}

**Reverse Off**

Enter the hexadecimal printer code that cancels "Reverse On".

{% hint style="info" %}
NOTE: Epson TM-88 = 1D4280
{% endhint %}

**Double-Height On**

Enter the hexadecimal printer code that activates the printing of characters in double height type size.

**Double-Height Off**

Enter the hexadecimal printer code that cancels "Double-Height On".

**Page Set Up**

Type in the hexadecimal printer code that the Back-Office uses to prepare the printer for printing a check. If you have a slip printer, this code is sent when you insert a sheet of paper.

{% hint style="info" %}
NOTE: To print the restaurant Logo on a compatible printer, enter the proper hexadecimal code here and enable the Logo option of Point of Sale Control / Workstation / Printer Type / Setup. To print the restaurant name and address under the Logo, enable the Print Logo And Address option of Point of Sale Control / Revenue Center / Options /Check.
{% endhint %}

**Alternate Page Set Up**

Type in the hexadecimal printer code that the Back-Office can use to prepare the printer for printing a reward coupon with an alternate Logo.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.maitredpos.com/maitred/maitred-complete-online-documentation/chap-4-point-of-sale-control/help-contents/workstation/printer-type/codes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
