USB Serial Device access

Questions about Wine on macOS.
Locked
Simatix
Newbie
Newbie
Posts: 1
Joined: Wed May 29, 2013 5:02 pm

USB Serial Device access

Post by Simatix »

Hi wineHQ, i am new and i have a Problem using a Windows .exe with wine on my mac.
:D
os: osx 10.4.11

i have an usb-serial device, which is installed in osx. if i start my .exe (which uses the "COM2" Port) the Serial port is not rechable. i googled a lot and found various things. so what i alreday tried:

- i created an alias with
ln -s /dev/ttyUSB0 /EPOS_CRTL/EPOS/dosdevices/COM2
... eposcrtl/.. is the path where my wine prefix is located.

- i edited the win.ini with
[ports]
COM2:= 9600,n,8,1

i tried to edit the user Access rights for a Group "dialout", but this didnt work ... :evil:

do anyone know, how it is possible that my application can reach COM2 ?

regards, philip
Locked