I need to read/write the ethercat CoE interface as a normal (not sudo) user. Is there a command to do this at Linux? Or perhaps a systemd configuration that would work just like how udev rules work for making USB devices accessible for read/write without sudo access?
Thank you.
You can change the capability of the executable that accesses Ethercat port with setcap command.
Then, you can run the executable as a normal user.
To register this command for a startup script, such as in Ubuntu, create the following systemd service file. $ sudo vim /etc/systemd/system/setcatp.service
File content should be like as below
Next, set up the systemd