Commit graph

5 commits

Author SHA1 Message Date
fruchti 0929328bd2 Drive clutch at startup
Now you can directly hear if everything is working when turning the printer on.
2015-09-20 13:12:29 +02:00
SMofa 12bc1f39a1 Win7 Logic dumps added
Pictures and CSV of logic level dumps of an unmodifed E360DN added.
Legacy Win7 driver and Lexmark driver captured
2015-06-11 13:07:56 +02:00
fruchti 1c53f341a1 Add PNG of logic analyzer dump 2015-05-23 16:50:15 +02:00
fruchti b723b3b8ca Always complete sensor signal sequence when started
I started getting paper jam errors which was likely to be caused by
communication between printer controller board and operator's panel
toggling the tapped data line and therefore resetting the MCU board's
state to the idle state while printing. If the state is reset before the
signal sequence is completed, the printer of course will not get the
sensor signals it is expecting.

The line had been commented out because it had caused some weird
problems in the past. For example, my printer now needs a hard reset
after each print because it refuses to print a second time. As I think
not being able to print at all is worse than that, I put the line back
into the code.
2015-05-23 16:17:17 +02:00
fruchti 69ea0a4518 Initial 2015-05-05 18:49:42 +02:00