Ubuntu uses serial picocom

Source: Internet
Author: User

Connect the USB to the serial port

See if serial DMESG is recognized | grep ttyUSB0

installation (Mint/ubuntu):
$ sudo apt-get install picocom
Use :

Give permission first sudo chmod 777/dev/ttyusb0
Set port and baud rate $ picocom-b 9600/dev/ttyusb0
(/dev/ttyusb0 is a serial device file, assuming that it is not a USB to serial port, then/dev/ttys*)
(can set an alias, such as Alias Pc= ' Picocom-b 115200/dev/ttyusb0 ', so that the terminal input sudo pc will be able to open the terminal)

Delete :

CTRL + BACKSPACE to delete input errors.
Exit :
Ctrl-a is an escape key, you can exit the terminal by pressing CTRL-A and then pressing CTRL-Q.

Ubuntu uses serial picocom

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.