Skip to content

Commit 6557a76

Browse files
committed
update README
1 parent 51c6f88 commit 6557a76

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UART Terminal for Flipper Zero
1+
# UART Terminal for Flipper Zero
22
[Flipper Zero](https://flipperzero.one/) app to control various devices via UART interface.
33
## Download fap
44
| **FW Official** | **FW Unleashed** |
@@ -8,6 +8,7 @@
88
## Capabilities
99
- Read log and command output by uart
1010
- Send commands by uart
11+
- Send AT commands
1112
- Set baud rate
1213
- Fast commands
1314

@@ -27,12 +28,18 @@ To accommodate more characters on a small display, some characters are called up
2728

2829
![kbf](https://user-images.githubusercontent.com/122148894/212286637-7063f1ee-c6ff-46b9-8dc5-79a5f367fab1.png)
2930

31+
## Supported send AT commands
32+
In the "Send AT command" mode, the keyboard settings are changed for the convenience of entering AT commands.
33+
34+
![AT](https://user-images.githubusercontent.com/122148894/230785072-319fe5c9-deca-49f9-bfe4-5ace89d38d53.png)
35+
3036

3137
## How to install
3238
Copy the contents of the repository to the applications_user/uart_terminal folder Flipper Zero firmware and build app with the command ./fbt fap_uart_terminal.
3339

3440
Or use the tool [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) for building applications for Flipper Zero.
3541

42+
Download ready [fap](https://github.com/playmean/fap-list)
3643

3744
## How it works
3845

@@ -43,7 +50,6 @@ Or use the tool [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) for b
4350
![2f](https://user-images.githubusercontent.com/122148894/211161456-4d2be15b-4a05-4450-a62e-edcaab3772fd.jpg)
4451

4552

46-
![4f](https://user-images.githubusercontent.com/122148894/211161461-4507120b-42df-441f-9e01-e4517aa83537.jpg)
4753

4854
## INFO:
4955

0 commit comments

Comments
 (0)