Select to expand quote
decrepit said..
Well I've got Com1 appearing in the window but I get an open com port error.
So I did, -----
decrep@decreps-mint ~ $ dmesg | grep tty
[ 0.000000] console [tty0] enabled
[11479.785787] cdc_acm 1-1.1.1:1.0: ttyACM0: USB ACM device
[11687.210394] cdc_acm 1-1.1.1:1.0: ttyACM0: USB ACM device
[12337.249322] cdc_acm 1-1.1.1:1.0: ttyACM0: USB ACM device
[12511.253159] cdc_acm 1-1.1.1:1.0: ttyACM0: USB ACM device
-------
So I changed the, ----
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
instruction to
ln -s /dev/ttyACM0 ~/.wine/dosdevices/com1
instead
And it now appears to be working, but the log is empty, so I'll have to take it for a walk to confirm.
Back soon.
--------------------------
Yep downloaded my walk, and cleared the log and top speeds.
Thanks Ross for pushing me into this!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Now I don't have to waste time booting into windows after every sail.
After installing Wine 3.0.4 in Linux Mint the process is even easier.
cd ~/.wine/dosdevices
ls -l
Which in my case gave me a list of approx 40 tty devices. The newest version of Wine automatically creates all the links between com port and tty for you :-))
Scroll down to find the ACM0 device, which in my case is Com port 33.
Open GW-52, connect on port 33 and Bingo!
No more Windows boots for me either. Happy Days.