Displaying 20 results from an estimated 72 matches for "parallelport".
Did you mean:
parallelports
2001 May 08
2
how to use bidirectionnal parallel port?
Hi,
I'm trying to use an old win31 app for controling some data acquisition
board. The board is connected to the PC trough the parallel port.
I can print from Linux on this port.
the parallel port is on 0x3f8 irq 7
I add
[parallelports]
"Lpt1" = "/dev/lp0"
[ports]
"read" = "0x3f8"
"write" = "0x3f8"
to ~/.wine/config
As specified in the manual I'm running one of the needed apps as root in
order to access to the port. But wine freeze reporting in the con...
2001 Oct 15
1
WINE Printing: Couldn't open ppd file; Couldn't find PPD file
...a crash now!
trace:psdrv:PSDRV_CreateDC (WINEPS Wine PostScript Driver LPT1: (nil))
The file c:\qmc330.ppd exists, is chmod'd to 777, and is a valid ppd
file.
Relevant lines from ~/.wine/config:
[ppd]
"qmc330" = "/users/pca202/gilbertl/cdrive/windows/system/qmc330.ppd"
[parallelports]
"LPT1" = "/tmp/qmc330"
[windows]
"device" = "Wine PostScript Driver,WINEPS,LPT1:"
Relevant lines from win.ini:
[windows]
device=Wine
[Ports]
LPT1:=
LPT2:=
LPT3:=
COM1:=9600,n,8,1,x
COM2:=9600,n,8,1,x
COM3:=9600,n,8,1,x
COM4:=9600,n,8,1,x
FILE:=
[Devic...
2001 Mar 01
2
IPX Issues
..."System" = "c:\\windows\\system"
"Temp" = "c:\\temp"
"Path" = "c:\\windows;c:\\windows\\system"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com4" = "/dev/ttyS3"
[parallelports]
"Lpt1" = "/dev/lp0"
[x11drv]
"display" = ""
2001 Mar 15
1
Printing problems with wine
...Windows machine with Debian Potato. Everything works fine except
printing. When I try to print something I always get something like
"Printer not setup properly".
The errormessage from wine is
err:psdrv:PSDRV_AFMGetCharMetrics No whitespace found.
My .wine/config -file looks like this:
[parallelports]
"Lpt1" = "/tmp/PRINTER1"
[spooler]
"LPT1:" = "/tmp/PRINTER1"
[psdrv]
"ppdfile" = "/usr/share/ppd/en/HP_DeskJet_500C.ppd"
[afmfiles]
"file1" = "/windows/Windows/afmfiles/base35/agd_____.afm"
"file2" = &quo...
2005 Aug 02
2
Configuration after installation problem
...t; /tmp
Created symlink /home/rsteff/.wine/dosdevices/y: -> ../%HOME%
Created symlink /home/rsteff/.wine/dosdevices/z: -> /
Created symlink /home/rsteff/.wine/dosdevices/a:: -> /dev/fd0
Created symlink /home/rsteff/.wine/dosdevices/m:: -> /dev/sr0
You can now remove the [SerialPorts], [ParallelPorts], and [Drive] sections
in your configuration file, they are replaced by the above symlinks.
Converted drive type to new entry HKLM\Software\Wine\Drives "A:" = L"floppy"
Converted drive type to new entry HKLM\Software\Wine\Drives "C:" = L"hd"
Converted drive...
2005 Mar 10
2
Quicken 2000 install fails with insufficient temp disk space
...faultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
[FontDirs]
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred
-q -"
"LPT3:" = "/dev/lp3"
[ports]
[Debug]
[registry]
"LoadGlobal...
2001 Mar 23
1
wine.conf
...e port for video on your setup
; (Wine uses for now the first 'input image' it founds).
;; XVideoPort = 43
[fonts]
;Read documentation/fonts before adding aliases
Resolution = 96
Default = -adobe-times-
[serialports]
Com1=/dev/ttyS0
Com2=/dev/ttyS1
Com3=/dev/modem,38400
Com4=/dev/modem
[parallelports]
Lpt1=/dev/lp0
[spooler]
LPT1:=|lpr
LPT2:=|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -
LPT3:=/dev/lp3
[ports]
;read=0x779,0x379,0x280-0x2a0
;write=0x779,0x379,0x280-0x2a0
[spy]
Exclude=WM_SIZE;WM_TIMER;
[registry]
; Paths must be given in /dir/dir/file.reg format.
; Wine will not understand...
2003 May 22
2
Wine and winsock
..." = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
[parallelports]
"Lpt1" = "/dev/lp0"
[spooler]
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"
[ports]
[spy]
[registry]
"LoadGlobalRegistryFiles" = "Y"
"Loa...
2002 Sep 17
2
Unable to print with the Wine PS driver
...sages, as well as numerous 'WriteSpool16' messages before the unhandled
exception at the very end (which, by the way, doesn't even launch the debugger window).
These are the relevant sections from ~/.wine/config:
********************
[wine]
...
;"printer" = "on"
[parallelports]
"Lpt1" = "/dev/lp0"
[ppd]
"HPDesk" = "/home/halvarado/.wine/HP-DeskJet_694C-cdj670-ppd.ppd" ;generated at www.linuxprinting.org
[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device (...
2005 Jul 01
0
Problem with running shell script
...faultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
[FontDirs]
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"
[ports]
[Debug]
[registry]
"LoadGlobal...
2004 Sep 21
0
raw parallel port access
...s expected.
The relevant setup options I've played with are:
ln -s /dev/parport0 ~chris/.wine/dosdevices/lpt1
When I run as root, I symlink ~root/.wine ->
~chris/.wine for convenience.
The config ( I go back and forth on [ports] as I've
found different messages/doc professing both.
[parallelports]
"lpt1" = "/dev/lp0"
[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet
implemented)
"378" = "/dev/parport0"
;;"278" = "/dev/parport1"
;;"3bc"...
2007 May 25
2
About Parallel Port Driver
Hi all,
I have a .sys driver for parallel port communication.
But it seems wine didn't support loading the driver.
My windows program has to be configured as XP version.
And directly accessing to parallel port is not allowed on the XP host,
therefore _outp and _inp are useless. Is there any solution to this problem?
Best Regards,
Milo Xu
-------------- next part --------------
An HTML
2007 Mar 19
2
can't print from wine+cups - ENUM PRINTERS PRINTER_ENUM_CONNECTIONS
...Already ended a page?
fixme:psdrv:PSDRV_EndPage Already ended a page?
my wine config for printing looks like this:
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" =...
2001 Mar 12
1
WINEPS insists on using LPT1:
...(entire file)
[windows]
device=Wine PostScript Driver,WINEPS,LPT2:
[devices]
Wine PostScript Driver=WINEPS,LPT2:
[PrinterPorts]
Wine PostScript Driver=WINEPS,LPT2:
<----------------------- wine.conf file --------------------->
(subset only)
[parallelports]
"LPT1:" = "/tmp/PRINTER1"
"LPT2:" = "/tmp/PRINTER2"
"LPT3:" = "/tmp/PRINTER3"
[spooler]
"LPT1:" = "/tmp/PRINTER1"
"LPT2:" = "/tmp/PRINTER2"
"LPT3:" = "/tmp/PRINTER3"
[psdrv]
&...
2006 Apr 16
1
Some applications print, some don't
...Common UNIX Printing System(tm) - libs
ii libgnomecups1.0-1 0.2.2-1
GNOME library for CUPS interaction
ii libgnomecupsui1.0-1 0.31-1
UI extensions to libgnomecups
config
=====
...
[parallelports]
"Lpt1" = "/dev/lp0"
...
[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|kprinter"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"
...
[AppDefaults\\infovet.exe\\DllOverr...
2004 Apr 06
1
No default printer found
...me:commdlg:PRINTDLG_SetUpPrinterListComboW Can't find default printer in
printer list
Word2000 gives: "No Printers installed blabla..."
I have searched on the net and in the archives but I can not find anything
that works (or I am doing wrong things...)
My conf file is:
...skip...
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" =...
2001 May 16
0
Microsoft Word 2000 on Win2k
...; = "0"
[fonts]
"Resolution" = "96"
"Default" = "-adobe-times-"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[spooler]
"LPT1:" = "|lpr"
[ports]
[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"
[registry]
"LoadGlobalRegistryFiles" = "Y"
"LoadHomeRegistryFiles" = "Y"
"LoadWindowsRegistryFi...
2005 Apr 17
0
running winword under wine from an existing windows installtion
...d: ->
/mnt/hdbwin
Created symlink /root/.wine/dosdevices/e: ->
/mnt/cdrom
Created symlink /root/.wine/dosdevices/f: -> /tmp
Created symlink /root/.wine/dosdevices/g: ->
../${HOME}
Created symlink /root/.wine/dosdevices/e:: ->
/dev/cdroms/cdrom0
You can now remove the [SerialPorts], [ParallelPorts],
and [Drive]
sections
in your configuration file, they are replaced by the
above symlinks.
Converted drive type to new entry
HKLM\Software\Wine\Drives "C:" =
L"hd"
Converted drive type to new entry
HKLM\Software\Wine\Drives "D:" =
L"hd"
Converted drive typ...
2001 Nov 04
0
HELP newbee: no application runs with wine.
...onts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-times-"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[spooler]
"LPT1:" = "|lpr"
;"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
;"LPT3:" = "/dev/lp3"
[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" =...
2001 Sep 22
2
"No program start menu found"
...uot;DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" =...