The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 10,545β€…    Votes:  3β€…
Tags: usb   uefi   serial-port  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/1170099
Title: How to take a serial port connection via USB online?
ID: /2019/09/01/How-to-take-a-serial-port-connection-via-USB-online_
Created: September 1, 2019    Edited:  September 1, 2019
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Some good reading is available from Official Ubuntu Documentation:

Alternative serial client: screen

GNU screen actually is a very capable serial terminal.

To install:

sudo apt-get install screen

To start:

sudo screen /dev/ttyUSB0 n

Some additional tips:

  1. adjust the n to what you need:

To end the session, use Ctrl-A or Shift-K.

⇧ Trouble with Copy/Paste to a desktop folder Expand $PATH problem $HOME/bin is set twice  β‡©