From 2ad7ea2d4cd46be7c1ab342946ccdd39eaa5910c Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Tue, 28 Feb 2017 21:16:08 -0500 Subject: [PATCH] minor html fixes --- docs/usersguide.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usersguide.htm b/docs/usersguide.htm index b2ec0a8c..20e1b8dc 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -2972,7 +2972,7 @@ ACTION=="add", ATTRS{interface}=="CP2102 USB to UART Bridge Contr

This rule says that when the USB port is plugged in (action add), and it has an attribute with name interface that is equal to - "CP2102 to UART Bridge Controller", + CP2102 to UART Bridge Controller, then add a symbolic link for its physical port to /dev/vpro.

@@ -2994,7 +2994,7 @@ ACTION=="add",ATTRS{idVendor}=="05ad",ATTRS{idProduct}=="0fba",MODE="0666",SYMLI

udevadm info --attribute-walk --path $(udevadm info --query=path --name=/dev/ttyUSB0)

-

where /dev/ttyUSB0 is the port (substitute +

where /dev/ttyUSB0 is the port (substitute your real USB port) the weather station is attached to. It will print out various identifiers that can be useful in identifying your weather station to udev.