mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-24 21:53:54 +00:00
Update uart.md
Fixed Type in the heading
This commit is contained in:
parent
104b771429
commit
b0c8188eef
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Configure the settings such as baudrate and device name in the `Serial port setu
|
|||
|
||||
After configuration, use the command `minicom` to start get the UART Console.
|
||||
|
||||
# UART Via Arduino UNO R3 (Remoable Atmel 328p Chip Boards)
|
||||
# UART Via Arduino UNO R3 (Removable Atmel 328p Chip Boards)
|
||||
|
||||
Incase UART Serial to USB adapters are not available, Arduino UNO R3 can be used with a quick hack. Since Arduino UNO R3 is usually available anywhere, this can save a lot of time.
|
||||
|
||||
|
|
Loading…
Reference in a new issue