Jump to content

Recommended Posts

Posted (edited)

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 by devmichelcastilho

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines