4
2
I have some software which runs on Windows. I installed Wine and ran it in Linux. It works fine but the issue is it communicates with a serial port. Therefore the only option I can choose are com1
, com2
, …
But my device on the Linux machine is actually located at the /dev/ttyUSBn
location. How do I use the above software in Linux Ubuntu?
I have tried ln -s /dev/ttyUSBn COM1
in the ~/.wine/dosdevices/
. It does not appear to work.
1Yes. Thats definitely where I put it. I also tried changing the permissions of the com files and also added the registry edits according to the wiki. I still have no luck – Sab – 2013-07-14T03:47:04.623