Below is my attempt to fix but still get the error message.
Below is my attempt at getting the usb/serial ports working...
Code: Select all
""doom@doom ~ $ ln -s/dev/ttyUSB0 ~/.wine/dosdevices/com1
ln: invalid option -- '/'
Try 'ln --help' for more information.
doom@doom ~ $ ln -s /dev/ttyS0 ~/.wine/dosdevices/com1
doom@doom ~ $
doom@doom ~ $
doom@doom ~ $ ln -s /dev/ttyS0 com1
doom@doom ~ $ ln -s/dev/ttyUSB0 ~.WINE/DOSDEVICES/COM1
ln: invalid option -- '/'
Try 'ln --help' for more information.
doom@doom ~ $
doom@doom ~ $ ln -s /dev/ttyS0 ~/ .wine/dosdevices/com4
ln: target ‘.wine/dosdevices/com4’ is not a directory
doom@doom ~ $ ln -s /dev/ttyS0 ~/.wine/dosdevices/com1
ln: failed to create symbolic link ‘/home/doom/.wine/dosdevices/com1’: File exists
doom@doom ~ $ ln -s /dev/ttyS0 ~/.wine/dosdevices/com2
doom@doom ~ $
Code: Select all
doom@doom ~ $ ls ~/.wine/dosdevices
c: com1 com2 d: d:: z:
doom@doom ~ $