From ea14ba0d4165a37f98faff8b48b763595214fca1 Mon Sep 17 00:00:00 2001 From: RISCi_ATOM Date: Fri, 16 Feb 2018 15:26:17 -0500 Subject: [PATCH] Fix typo : dialup vs dialout group --- docs/Serial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Serial.md b/docs/Serial.md index 67ae5daf9b..bd85aafda9 100644 --- a/docs/Serial.md +++ b/docs/Serial.md @@ -79,7 +79,7 @@ be 115200 2) Plug the USB part of the serial cable into an available USB port. -3) run `screen /dev/ttyUSB0 115200` or (if you are NOT part of the `dialup` group) `sudo screen /dev/ttyUSB0 115200` +3) run `screen /dev/ttyUSB0 115200` or (if you are NOT part of the `dialout` group) `sudo screen /dev/ttyUSB0 115200` 4) Power on the device you are connecting to. -- 2.25.1