> For the complete documentation index, see [llms.txt](https://help.iodd.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.iodd.kr/various-functions/txt-viewer.md).

# TXT Viewer

Directly view TEXT files on your IODD screen. Ideal for checking serial keys or installation notes during work.

The TEXT Viewer is a highly convenient tool that allows you to read text files directly on the IODD's built-in display without needing to connect to a operating system.

### Supported Formats

To ensure proper rendering of text on the small display, please check the encoding of your files:

* **Supported Encodings**: **UTF-16 (UCS-2 LE)** and **ASCII**.
* **Incompatibility**: Certain Asian character codes and complex encodings may **not be supported**.

{% hint style="info" %}
**Encoding Tip** If a text file appears garbled or shows broken characters, try re-saving the file on your PC using **UTF-16 Little Endian** encoding for the best compatibility.
{% endhint %}

***

### How to Use

1. Navigate through your IODD's file list to find the desired `.txt` file.
2. Highlight the file and press the **\[Enter]** (or **\[5]**) key to open it.

***

### Navigation Controls

Use the hardware keypad to scroll through and read your documents:

|                                                                                                                                            Key                                                                                                                                            | Action        | Description                                   |
| :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | ------------- | --------------------------------------------- |
|      <img src="https://3026209848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhmDmKL86eZmYvioTSXe5%2Fuploads%2FuG09qMzNmJuIVnMevXdE%2Fimage.png?alt=media&amp;token=2b0b61b7-e365-4464-b26a-26ed49e25302" alt="IODD key 2 for line up" data-size="original">      | **Line Up**   | Scroll up by a single line.                   |
|     <img src="https://3026209848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhmDmKL86eZmYvioTSXe5%2Fuploads%2FRUqsAVkwJHF1rjGndWFj%2Fimage.png?alt=media&amp;token=fc2c3818-bc3a-4703-a358-22382e01c7ed" alt="IODD key 8 for line down" data-size="original">     | **Line Down** | Scroll down by a single line.                 |
|      <img src="https://3026209848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhmDmKL86eZmYvioTSXe5%2Fuploads%2F4fDl4a0iXjdduZRpAipr%2Fimage.png?alt=media&amp;token=10106d9f-73d3-45a1-b780-7b39f31814e5" alt="IODD key 3 for page up" data-size="original">      | **Page Up**   | Jump to the previous page.                    |
|     <img src="https://3026209848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhmDmKL86eZmYvioTSXe5%2Fuploads%2FsP7mVCiiQrebx5zX3O8b%2Fimage.png?alt=media&amp;token=869c31fe-6459-424c-bbfe-c177717ad365" alt="IODD key 9 for page down" data-size="original">     | **Page Down** | Jump to the next page.                        |
|   <img src="https://3026209848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhmDmKL86eZmYvioTSXe5%2Fuploads%2FFyGgGzAGlIcojtfNDUbo%2Fimage.png?alt=media&amp;token=04258f1d-3ac2-4678-b0ce-6a8e2c91bb0d" alt="IODD menu key to exit viewer" data-size="original">   | **Exit**      | Close the viewer and return to the file list. |
| <img src="https://3026209848-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhmDmKL86eZmYvioTSXe5%2Fuploads%2FJLyBNa2qE1ANKmXhrlTY%2Fimage.png?alt=media&amp;token=d0717478-a40e-4d55-8d38-17a8a4e76010" alt="IODD Enter key to open text file" data-size="original"> | **Open**      | Open the selected TXT file.                   |

***

{% hint style="info" %}
**Practical Use Case** This feature is particularly useful for storing **Windows Serial Keys**, **IP addresses**, or **step-by-step installation instructions** that you need to reference while the host computer is being formatted or offline.
{% endhint %}

### Advanced Maintenance

If you need to manage many text files, you can verify their presence and encoding via your terminal before disconnecting the IODD:

```bash
    # Check file encoding on macOS/Linux
    $ file -I /Volumes/IODD/_ISO/notes.txt
```
