pr100 wrote: > This software itself runs for me (although there are rendering problems with the background image unless the wine option "emulate a virtual desktop" is enabled). However I can't get the data transfer via the little irda gizmo to work. > > Is it possible for this to work under wine? Or is the necessary support for irda not available? If it appears to the system as standard serial port - then you can configure Wine to work with it. You'll need to do something like: Code: ln -s /dev/ttyS0 ~/.wine/dosdevices/com1 Where /dev/ttyS0 is your IRDA device's serial port. Also make sure you ca read/write to it.