diff options
| author | Joe Carstairs <me@joeac.net> | 2024-11-14 18:23:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-11-14 18:23:04 +0000 |
| commit | 5936f1a6fb988e621b85e68343aefe7c206ac496 (patch) | |
| tree | 9d2e284b39c8b4793ea0623897ddd10829be57a7 | |
| parent | f66e6d9e7336b779b2bb317c27963a2785e1a3de (diff) | |
Removes mention of dmesg
| -rw-r--r-- | team-1/sim-commands.txt | 5 | ||||
| -rw-r--r-- | team-2/sim-commands.txt | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/team-1/sim-commands.txt b/team-1/sim-commands.txt index 14b9c34..bfdb287 100644 --- a/team-1/sim-commands.txt +++ b/team-1/sim-commands.txt @@ -7,10 +7,7 @@ minicom -D /dev/ttyS0 `minicom` connects to the SIM device, which is represented by `/dev/ttyS0`, and then allows you to start typing commands. To submit a command, press <Enter>. -`/dev/ttyS0` is the name that this computer has given to the SIM device. If -you're curious to see a list of all the devices this computer knows, try: - -dmesg | grep tty +`/dev/ttyS0` is the name that this computer has given to the SIM device. == SIM device commands diff --git a/team-2/sim-commands.txt b/team-2/sim-commands.txt index 497c22a..325cd9b 100644 --- a/team-2/sim-commands.txt +++ b/team-2/sim-commands.txt @@ -7,10 +7,7 @@ minicom -D /dev/ttyS0 `minicom` connects to the SIM device, which is represented by `/dev/ttyS0`, and then allows you to start typing commands. To submit a command, press <Enter>. -`/dev/ttyS0` is the name that this computer has given to the SIM device. If -you're curious to see a list of all the devices this computer knows, try: - -dmesg | grep tty +`/dev/ttyS0` is the name that this computer has given to the SIM device. == SIM device commands |
