Post here if you are a new Porteus member and you're looking for some help.
-
hitsware
- Black ninja

- Posts: 80
- Joined: 12 Jan 2014, 19:13
- Distribution: porteus
- Location: sacramento, calif.
Post#1
by hitsware » 09 Nov 2014, 22:27
I'm trying to use
Code: Select all
ln-s /dev/ttyUSB0 ~ / .wine/dosdevices/com1
to connect USB to COM1 in a program running in Wine.
I get
Is there an equivalent in Porteus ?
hitsware
-
donald
- Full of knowledge

- Posts: 2006
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Post#2
by donald » 09 Nov 2014, 22:39
It looks like you forgot a space between ln and -s
ln -s
donald
-
hitsware
- Black ninja

- Posts: 80
- Joined: 12 Jan 2014, 19:13
- Distribution: porteus
- Location: sacramento, calif.
Post#3
by hitsware » 10 Nov 2014, 00:20
You are oh so correct......Thanks !
hitsware