Software Wine

Think of Wine as a compatibility layer for running Windows programs on none Windows computers. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code. Compatible with: Unixes, Linux, FreeBSD, Mac OS X, and Solaris.

Homepage: http://www.winehq.org
Manual: http://winehq.org/docs/en/wineusr-guide.html

Compatible Programs

Setup/Configure Info

Serial and Parallel Ports

Serial and parallel port configuration is very similar to drive configuration - simply create a symbolic link in ~/.wine/dosdevices with the name of the device. Windows serial ports follow a naming convention of the word "com" followed by a number, such as com1, com2, etc. Similarly, parallel ports use "lpt" followed by a number, such as lpt1. You should link these directly to the corresponding Unix devices, such as /dev/ttyS0 and /dev/lp0. For example, to configure one serial port and one parallel port, run the following commands:

ln -s /dev/ttyS0 com1
ln -s /dev/lp0 lpt1

Page tags: software