This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Using serial ports ttyUSB0 with wine

xander1979

Thu Apr 23, 2015 1:08:34 pm

Hi,
in my Zorin laptop I installed a windows software to connect, via RS232/485/422, to a particolar devices.
To make this I connected my USB-->RS432/485/422 converter on my laptop.

Now seaching on web I found that to allow to wine to see my ttyUSB0 ports I need to create a "link" under ~/.wine/dosdevices to ttyUSB0 using the command

Code:
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1


but when I run the windows software it did not see any serial port available.

I run also the command

Code:
sudo chmod 666 /dev/ttyUSB0


but nothing change.

Someone could help me to solve this problem ?

Wolfman

Thu Apr 23, 2015 5:04:16 pm

Hi,

how old is your PC?, most modern PC's don't have the old serial port connections any more!:

http://en.wikipedia.org/wiki/Serial_port

Swarfendor437

Thu Apr 23, 2015 9:23:26 pm

HI, take a look here:

http://blog.mypapit.net/2008/05/how-to- ... buntu.html

I know it is a very old article but may be of use to you - also check out the 'wine' stuff that someone posted below the article!

Keep us posted! :D