Hello,
I have a arduino mega running as an RFLINK gateway which is connected via USB on my raspberry PI 3+ Which runs the Hassio OS (HassOS 1.13)
However I’m encountering the problem that when I reboot Hassio my usb port will sometimes switch from /dev/ttyACM0 to /dev/ttyAMA0 and vice versa.
After a lot of googling I see alot of people with this issue that fix it by pointing directly to the device with something along the lines of /dev/serial/by-id/… However I don’t have the /dev/serial folder.
In the following picture you can see outputs from “dmesg” , “lsusb” and ls /dev. As you can see there my device is recongnized, but no serial map is created. This is preventing me from making the ardiono USB connectio persistant, which is annoying. Does anyone know why I dont have the serial map, or if there is another fix for this?