COM: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == USB-COMport adapters == == Windows == == Linux == In order to use a USB-COMport-adapter it may be required to add the user to the dialout group to get access to the con...") |
(→Linux) |
||
Line 9: | Line 9: | ||
sudo usermod -a -G dialout $USER | sudo usermod -a -G dialout $USER | ||
Please check first, whether you find | Please check first, whether you find your USB-COMport-adapter by using lsusb | ||
== Typical problems == | == Typical problems == |
Revision as of 13:40, 3 October 2018
USB-COMport adapters
Windows
Linux
In order to use a USB-COMport-adapter it may be required to add the user to the dialout group to get access to the controller sudo usermod -a -G dialout $USER
Please check first, whether you find your USB-COMport-adapter by using lsusb