Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/MagicWord.php on line 879

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106
Dart Scanner for DMP-Printers - CPCWiki
Last modified on 28 March 2010, at 21:34

Dart Scanner for DMP-Printers

Revision as of 21:34, 28 March 2010 by Nocash (Talk | contribs) (Technical)

The DART scanner for DMP printers

A scanner for the Amstrad DMP 2000/3000 printers from Dart Electronics.

Reviews

The Dart Scanner was reviewed in Amstradbladet 1987, Issue 3, page 8 (Danish)

Technical

Uses port FBEFh, the port seems to be read-only.

 Bit2 Carriage Returned/Parked (0=Wait/Head Parked, 1=Scan/Head Moving)
 Bit? Scanned Pixel Color      (0=Black, 1=White)

Scanning is done in single scanlines (one pixels height). The scanning procedure waits while FBEFh.Bit2=0 (which probably indicates that the head is in the left-most position, or that it has just leaved it, or so). The horizontal "dot clock" is implemented as software delays. When scanning a black dot, one or more bits in Port FBEFh become non-zero (not sure which bit; the driver software simply checks "IF Port[FBEFh]<>FFh THEN PLOT pixel").

Observe that the manual includes some patches for usaging the scanning software with different printers.

Cover

Tape

Pictures

Manual

Dart Scanner Manual (pdf)

Download

Observe that the manual includes some patches for usaging the scanning software with different printers, ie. it may be required to do some small modifications before using the above drivers.

Links

http://cpcrulez.fr/hardware_scannerDART.htm ( You can download the software here )