
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 ...

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