http://bugs.winehq.org/show_bug.cgi?id=31563
Alois Schlögl alois.schloegl@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alois.schloegl@gmail.com
--- Comment #9 from Alois Schlögl alois.schloegl@gmail.com --- Have you tried the following procedure ?
1) Connect the Hardware with the serial interface. I've been using a Serial2USB converter, because the Laptop did not have a serial interface. The device was identified as /dev/ttyUSB0.
2) Configure the device in wine with this command ln -s /dev/ttyUSB0 ~/.wine/dosdevices/com1
3) set permissions sudo chmod a+rw /dev/ttyUSB0
This approach was working for me for some other device with a serial interface. see http://appdb.winehq.org/objectManager.php?sClass=version&iId=30086
Alois