# Terminator
## End Character Settings

The end character is added after the decoded data in the format of decoded data + end character.

### No End Character  
```{figure} ../../media/3E210010200..png
:align: center
:width: 300px

No End Character
```

### Enter(CR)
```{figure} ../../media/3E210010202..png
:align: center
:width: 300px

Enter(CR)
```

### Tab(TAB)
```{figure} ../../media/3E210010203..png
:align: center
:width: 300px

Tab(TAB)
```

### Enter+New Line(CRLF)
```{figure} ../../media/3E210010201..png
:align: center
:width: 300px

Enter+New Line(CRLF)
```