The data in the main window (pic.1) can be displayed in two modes (pic.7):
| 1. | The data can be displayed before processing. Before processing the data I fully comply with that has been received. |
| 2. | The data can be displayed after processing. After processing the data can be modified depending on the parser. |

Pic.7. Data view
Data view settings, that can be configured on the "Data view" tab:
| 1. | View characters with code > 20 Hex - since received data are from bytes you can set up data byte view with code>20 Hex. These data doesn't have the corresponding character, that's why these data can be displayed only in hex and dec code. |
| 2. | View characters with code < 20 Hex - since received data are from bytes you can set up data byte display with code<20 Hex. You can set to display these data in hex and dec code or in character, corresponding to this code. |
| 3. | You can set up data byte display users format. The directive %d shows to display an decimal code, the directive %x - hex code. You can set any framing characters before/after the user format. |
| 4. | Highlight data sent on screen - string with sent data will be highlighted by the set color. |
| 5. | You can select add date/time stamp to display output for data. |
|