|
By default WINE should see properly configured CUPS printers. To configure a CUPS printer with the settings you listed, I recommend you type "man printers.conf" from a terminal and then edit the
/etc/cups/printers.conf file appropriately. The printer URL you need to
specify will look something like this:
serial:/dev/SERIAL_PORT?baud=9600+bits=8+parity=none+flow=hard
SERIAL_PORT is your serial port device.
|