- Prepare a. A USB to TTL Serial
- Connect a. connect TTL to GPIO like below
b. Install minicom
sudo apt-get install minicom
b. find the port on your PC
ls -l /dev/ttyUSB0the output will like "crw-rw---- 1 root dialout...", means it's character device
sudo minicom -b 115200 -o -D /dev/ttyUSB0Then you'll coneect to RPI !