devmichelcastilho Posted March 16 Posted March 16 (edited) Armbianmonitor: https://paste.armbian.com/xuzeyolapi So I'm trying to connect with a UART cable from my PC to the board (OPI3LTS). Here's what I did so far: In desperation, I double checked every connection, to no avail. My devices are powered separately, so only the RX and TX cable are connected, and they are crossed as they should. Set up permissions: sudo chmod 666 /dev/ttyUSB0 Add user to dialout: sudo adduser <user> dialout Install minicom: Set up minicom with the correct address: /dev/ttyUSB0 Set up the correct baud rate (115200 in this case) Turn off flow control Tried connecting via "screen", minicom and putty, all of them just show me a black CLI I can't write in. Help? 🥲 Edited March 16 by devmichelcastilho 0 Quote
devmichelcastilho Posted Thursday at 02:03 PM Author Posted Thursday at 02:03 PM Still no clue what's happening... 0 Quote
IBV Posted Saturday at 11:29 AM Posted Saturday at 11:29 AM Hi, are you using a usb to serial converter or the real serial com port? I did not see any ttyUSB0 listed in your boot log. In case of the real serial com port you should not be using /dev/ttyUSB0, but /dev/ttyS0. 0 Quote
Werner Posted Sunday at 05:41 AM Posted Sunday at 05:41 AM Using screen is sufficient. No settings besides baud rate (115200 for any Allwinner) need adjustments. As mentioned above make sure your serial device is correct. If you are unsure, simply - unplug - run sudo dmesg -ew - plug in and check output in the terminal with the command above. Also make sure wiring is correct. Ground to ground and rx/tx crossed. 0 Quote
devmichelcastilho Posted 10 hours ago Author Posted 10 hours ago Thank you so much for the responses, IBV and Werner! I'm connecting from the PC USB to the SBC serial com port, then attempting to run Screen from the PC. 0 Quote
IBV Posted 7 hours ago Posted 7 hours ago Did you also start screen or minicom on the SBC ? For example: screen /dev/ttyS0 115200 And on PC: screen /dev/ttyUSB0 115200 Make sure you use the same speed on both sides. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.