This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:linux:serial_terminal [2013/02/23 10:30] gcooper created |
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:// | ||
+ | |||
+ | Often in Linux, you must be '' | ||
+ | |||
+ | Add a user to the '' | ||
+ | |||
+ | < | ||
+ | sudo usermod -a -G dialout $USER | ||
+ | </ | ||
+ | |||
+ | or | ||
+ | |||
+ | < | ||
+ | sudo usermod -a -G dialout < | ||
+ | </ | ||
===== Command Line ===== | ===== Command Line ===== | ||
==== Minicom ==== | ==== Minicom ==== | ||
- | |||
- | :!: Minicom must be run as ' | ||
< | < | ||
sudo yum install minicom | sudo yum install minicom | ||
+ | # Insert USB seral adapter now, then: | ||
+ | sudo ln -s / | ||
</ | </ | ||
Line 14: | Line 34: | ||
==== Cutecom ==== | ==== Cutecom ==== | ||
+ | |||
+ | * Tiny | ||
< | < | ||
Line 20: | Line 42: | ||
==== PuTTY ==== | ==== PuTTY ==== | ||
+ | |||
+ | * Small | ||
+ | * Does other things too | ||
< | < | ||
sudo yum install putty | sudo yum install putty | ||
</ | </ |