I am trying to use openhab to control arduinos. This requires my user to be able to write to the serial port, there is allot of documentation on how to do this on other distros but I can’t seem to find info on it for Mate.
I have added the user to the dialout group.
$ groups openhab
openhab : openhab dialout
However I cant write to the port still, other distros say to do things like edit /boot/cmdline.txt which appears to already have been done, maybe by apt-get?
dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait quiet splash
Those same posts say the /etc/inittab
needs to be edited, however it doesn’t exist,
Can someone point me in the right direction?