Files
odroid-power-mate/docs/uart.md
2025-09-10 17:51:39 +09:00

24 lines
475 B
Markdown

# UART Terminal
> **Warning**
> Data drop may occur depending on the communication quality.
![uart.png](img/uart.png)
You can see the UART terminal in the Device tab.
You can specify the baud rate in `Setting > Device`, and the supported baud rates are 9600-1500000.
![device.png](img/device.png)
## ANSI Color
Supports the color table of the terminal.
```bash
odroid@server:~$ TERM=xterm-256color /bin/bash
```
![color.png](img/color.png)
![htop.png](img/htop.png)