Changes between Version 12 and Version 13 of consolelog


Ignore:
Timestamp:
02/02/2021 09:18:34 PM (3 years ago)
Author:
Cale Collins
Comment:

Added how to section

Legend:

Unmodified
Added
Removed
Modified
  • consolelog

    v12 v13  
    1212'''Note''' Please do not send jpg or png screenshots of the console. Please copy and paste and send as a .txt file.
    1313
    14 == Example
     14== How to create a Console Log
     15
     16The easiest way to create a console log in Linux is to use "screen".  Screen has a logging command -L which can be used to create a log of the complete session.  The log will be stored in the folder the screen session was launched in.  By default it will be named "screenlog.x", "x" being the window number (probably 0).
     17
     18Example:
     19
     20{{{#!bash
     21sudo screen -L /dev/ttyUSB1 115200,cs8
     22}}}
     23
     24Quit the screen session, then cat the screenlog.0 file. 
     25
     26For more information see the "screen" man page. 
     27
     28https://www.man7.org/linux/man-pages/man1/screen.1.html
     29
     30== Console log example
    1531
    1632'''Note''' Please do not send jpg or png screenshots of the console. Please copy and paste and send as a .txt file.