cool4uma 2 лет назад
Родитель
Сommit
6557a763e3
1 измененных файлов с 8 добавлено и 2 удалено
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -1,4 +1,4 @@
-# UART Terminal for Flipper Zero 
+# UART Terminal for Flipper Zero
 [Flipper Zero](https://flipperzero.one/) app to control various devices via UART interface.
 [Flipper Zero](https://flipperzero.one/) app to control various devices via UART interface.
 ## Download fap
 ## Download fap
 | **FW Official** | **FW Unleashed** |
 | **FW Official** | **FW Unleashed** |
@@ -8,6 +8,7 @@
 ## Capabilities
 ## Capabilities
 - Read log and command output by uart
 - Read log and command output by uart
 - Send commands by uart
 - Send commands by uart
+- Send AT commands
 - Set baud rate
 - Set baud rate
 - Fast commands
 - Fast commands
 
 
@@ -27,12 +28,18 @@ To accommodate more characters on a small display, some characters are called up
 
 
 ![kbf](https://user-images.githubusercontent.com/122148894/212286637-7063f1ee-c6ff-46b9-8dc5-79a5f367fab1.png)
 ![kbf](https://user-images.githubusercontent.com/122148894/212286637-7063f1ee-c6ff-46b9-8dc5-79a5f367fab1.png)
 
 
+## Supported send AT commands
+In the "Send AT command" mode, the keyboard settings are changed for the convenience of entering AT commands.
+
+![AT](https://user-images.githubusercontent.com/122148894/230785072-319fe5c9-deca-49f9-bfe4-5ace89d38d53.png)
+
 
 
 ## How to install
 ## How to install
 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.
 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.
 
 
 Or use the tool [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) for building applications for Flipper Zero.
 Or use the tool [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) for building applications for Flipper Zero.
 
 
+Download ready [fap](https://github.com/playmean/fap-list)
 
 
 ## How it works
 ## How it works
 
 
@@ -43,7 +50,6 @@ Or use the tool [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) for b
 ![2f](https://user-images.githubusercontent.com/122148894/211161456-4d2be15b-4a05-4450-a62e-edcaab3772fd.jpg)
 ![2f](https://user-images.githubusercontent.com/122148894/211161456-4d2be15b-4a05-4450-a62e-edcaab3772fd.jpg)
 
 
 
 
-![4f](https://user-images.githubusercontent.com/122148894/211161461-4507120b-42df-441f-9e01-e4517aa83537.jpg)
 
 
 ## INFO:
 ## INFO: