We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f99ad commit e69b1d3Copy full SHA for e69b1d3
src/10-serial-communication/nix-tooling.md
@@ -16,9 +16,12 @@ But what's this `ttyUSB0` thing? It's a file of course! Everything is a file in
16
17
``` console
18
$ ls -l /dev/ttyUSB0
19
-crw-rw---- 1 root uucp 188, 0 Oct 27 00:00 /dev/ttyUSB0
+crw-rw-rw- 1 root uucp 188, 0 Oct 27 00:00 /dev/ttyUSB0
20
```
21
22
+> **NOTE** if the permissions above is `crw-rw----`, the udev rules have not been set correctly
23
+> see [udev rules](../03-setup/linux.html#udev-rules)
24
+
25
You can send out data by simply writing to this file:
26
27
0 commit comments