Virtueller Scanner Frage dazu

Status
Für weitere Antworten geschlossen.

msimpr

Freizeitschrauber(in)
Guten Morgen zusammen,

Ich habe eine Frage zu diesem Scannersimulator.


In der Microsoftreadme steht etwas von einer Faxfunktion.


Nun meine Frage

Wenn ich auf die Schaltäche FAX drücke wird dann ein Faxsendevorgang simuliert?

Hier mal der Link zum virtuellen Faxscannertreiber und hier die Readme vom Treiber





Readme

WIA Scanner Driver

SUMMARY

This sample shows how to write a Windows Image Acquisition (WIA) user-mode minidriver for a scanner. It simulates scanning by producing a test pattern image. This sample driver is a starting point for your development, but your driver should access the scanner hardware through one of the kernel drivers provided with Windows, Usbscan.sys, or Scsiscan.sys, if possible.
This sample will not work on Windows 98 or Windows 2000.
SAMPLE FEATURES

· Automatic document feeder capabilities. This sample also shows an example of a feeder that can not determine the page length, called a scrollfed scanner.
· Scan, Copy, and Fax button support. For interrupt events only. Run the small application provided with the DDK called scanpanl.exe to simulate button presses.
BUILDING THE SAMPLE: Flatbed Scanner with Document Feeder Attached

To build the sample follow these steps:
1. In the Start menu, select "Free Build Environment" or "Checked Build Environment" under "Windows DDK" to open a command window and set basic environment variables needed to build drivers.
2. Change to the directory containing the sample driver source code.
3. Execute the "build" command. After the build completes, a driver named wiascanr.dll will be located in a subdirectory.
BUILDING THE SAMPLE: Scrollfeed Scanner

To build the sample follow these steps:
1. In the Start menu, select "Free Build Environment" or "Checked Build Environment" under "Windows DDK" to open a command window and set basic environment variables needed to build drivers.
2. Change to the directory containing the sample driver source code.
3. Edit the SOURCES file adding /DUNKNOWN_LENGTH_FEEDER_ONLY_SCANNER to the C_DEFINES section.
Example: C_DEFINES =$(C_DEFINES) /DUNKNOWN_LENGTH_FEEDER_ONLY_SCANNER
4. Execute the "build" command. After the build completes, a driver named wiascanr.dll will be located in a subdirectory.
Important Note: This driver is the same .dll as the one built above. It only contains different functionality. A separate installation is not required or recommended.
USING THE SAMPLE

To use the driver, first install it following these steps:

  1. Copy wiascanr.dll from the appropriate object subdirectory under wiascanr to a new, empty directory.
  2. Copy wiascanr.inf to the same directory.
  3. In Windows Me or Windows XP, open the “New Device” icon located in the Scanners and Cameras control panel.
  4. Click the “Have Disk” button and enter the name of the folder created in step 1.
  5. Click OK, Next, or Finish until the wizard is finished.
Use one of these options to test this driver:
· The Scanners and Cameras Wizard, accessible from the Start menu or by double-clicking the scanner in Explorer
· The wiatest application provided in this DDK tools directory
· Microsoft Paint, a native WIA application
· Any TWAIN-compliant application




Link zum Scannertreiber


WIA Microdriver (Windows Driver Kit)


Danke für eure Hilfe:daumen:
 
Hey, bleib doch mal etwas geduldiger... Es sind nur 4 Stunden zwischen deinen Posts!

Und zu deinem Scanner: Was erhoffst du dir davon?!
 
It simulates scanning by producing a test pattern image.
Du drückst auf "Scannen" und es wird ein Testmuster "gescannt". Ist entweder nen festes Bild oder wird zur Laufzeit aus ner Funktion erzeugt.

Das hat mit Faxen erstmal nix zu tun. Du kannst natürlich dieses generierte Bild faxen, dafür brauchst du aber wieder die notwendige HW bzw. SW.
 
Status
Für weitere Antworten geschlossen.
Zurück