- Prepare a. A USB to TTL Serial b. Install minicom
- Connect a. connect TTL to GPIO like below b. find the port on your PC
sudo apt-get install minicom
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 !
沒有留言:
張貼留言