-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable serial port access for Python apps:
- activate module "serial" in Python - add user ftc to group "dialout" (which is the group of /dev/ttyUSB0)
- Loading branch information
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
- -1 i2c 84 - - - - | ||
ROBOPro 1000 ROBOPro 1000 !=ROBOPro /opt/fischertechnik /bin/sh users,tty,video,audio,i2c | ||
ftc 1001 ftc 1001 - /home/ftc /bin/sh users,tty,video,audio,i2c,sudo,gpio | ||
ftc 1001 ftc 1001 - /home/ftc /bin/sh users,tty,video,audio,i2c,sudo,gpio,dialout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters