This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:linux:serial_terminal [2013/02/23 10:48] gcooper |
computing:linux:serial_terminal [2015/07/07 10:49] (current) gcooper |
||
---|---|---|---|
Line 2: | Line 2: | ||
* Like HyperTerminal in Windows | * 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 ' | ||
< | < |