-
Notifications
You must be signed in to change notification settings - Fork 57
/
README.Win32
29 lines (22 loc) · 1.09 KB
/
README.Win32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Parallelport Access via the $VDMLPT device and the PARVDM service
================================================================
The get the desired access, check that
- the BIOS is set to EPP(ECP/EPP) mode for the LPT device
- the parvdm service is running "sc query parvdm"
On different machines here, "sc start parvdm" refused to start the service
with Error 1058. You can get information about the parvdm in the Device
Manager with the display of hidden devices enables under the NON-PNP
section.
Sometimes deinstalling parvdm in the device manager and then reenabling it
with regedit by setting "Start" to "2" in
HKLM/SYSTEM/ControlSet001/Services/ParVdm
got it working.
Please report your findings!
Lib-USB Access
==============
For devices access to devices with already installed drivers, like the
Xilinx Download cables or FTDI cables with default VID:PID, install the
filter driver. Follow the instructions given in the download page of the
sourceforge libusb-win32 project.
Only if your device has no driver, create an inf file as explaind in
the "Device driver Installation" on above page.