You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `docker-compose` file must be set to version 3.2 or lower.
545
+
- Validate your USB devices with ```lsusb -cui```
546
+
- For the Docker container to be able to access the serial device, you need to set its permissions correctly. The easiest way to do this is: ```sudo chmod 666 /dev/tty<your_usb_device>```
0 commit comments