md-notes/uart.md

17 lines
466 B
Markdown
Executable File

---
tags: [linux]
title: Connect to uart
created: '2021-12-02T13:30:36.053Z'
modified: '2022-02-10T21:22:22.348Z'
---
# Connect to uart
- `sudo dmesg | grep tty` - find uart device
- `sudo minicom -D /dev/ttyACM0 -b 115200` - connect to uart device
ECHO TO UART DEVICE `ctrl + a e`
(https://blog.mbedded.ninja/programming/operating-systems/linux/linux-serial-ports-using-c-cpp/)[programiranje uarta]
LEAVE MINICOM (this is the hard one;;) ctrl + a and then x