User Tools

Site Tools


computing:linux:serial_terminal

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
computing:linux:serial_terminal [2013/02/23 10:47]
gcooper
computing:linux:serial_terminal [2015/07/07 10:49] (current)
gcooper
Line 1: Line 1:
 ====== Serial Terminal Applications for Linux ====== ====== Serial Terminal Applications for Linux ======
 +
 +  * Like HyperTerminal in Windows
 +
 +===== Permissions =====
 +
 +http://websistent.com/fix-serial-port-permission-denied-errors-linux/
 +
 +Often in Linux, you must be ''root'' or be a member of the ''dialout'' user group to access serial ports as needed below.
 +
 +Add a user to the ''dialout'' user group, then **log out and back in** to gain the new privileges:
 +
 +<file>
 +sudo usermod -a -G dialout $USER
 +</file>
 +
 +or
 +
 +<file>
 +sudo usermod -a -G dialout <username>
 +</file>
  
 ===== Command Line ===== ===== Command Line =====
  
 ==== Minicom ==== ==== Minicom ====
- 
-:!: Minicom must be run as 'root'. 
  
 <file> <file>
computing/linux/serial_terminal.1361641637.txt.gz · Last modified: 2013/02/23 10:47 by gcooper