Installed Zorin Core 16. I have a windows application using serial ports (com1,com2). The windows application runs fine under wine on ubuntu 16.04. In ~/.wine/dosdevices have to create symbolic links.
Zorin already has symbolic links in place, but these link to /dev/ttyS0 or /dev/ttyS1. When replace these with the correct ones, they get overwritten each time I start wine.
How can I keep my symbolic links ?
Thank you.