Answer the question
In order to leave comments, you need to log in
What console utility to transfer data to the usb-uart adapter in linux?
I flash the microcontroller via /dev/ttyUSB0 (usb-uart adapter is connected)
How can I connect to this adapter in the terminal to transfer characters to the controller?
Answer the question
In order to leave comments, you need to log in
Let's say you have Ubuntu/Debian/Mint or a similar Linux distribution.
apt install screen
screen /dev/ttyUSB0
apt install tio
tio /dev/ttyUSB0
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question