Printer Operation using Propeller
Aaron193
Posts: 27
Hi--
I have an old HP Deskjet (610CL) that I'd like to operate using a Propeller Microcontroller. It uses a parallel (not USB) interface. Does anyone have any ideas as to how to operate it? Can I just send ASCII characters to it, or do I need a special driver of sorts?
I have an old HP Deskjet (610CL) that I'd like to operate using a Propeller Microcontroller. It uses a parallel (not USB) interface. Does anyone have any ideas as to how to operate it? Can I just send ASCII characters to it, or do I need a special driver of sorts?
Comments
On Parallel printers You send ASCII codes and cople of control codes.
Parallel port have 8 Bits data bus and some control signals You must met to have functioning communication.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nothing is impossible, there are only different degrees of difficulty.
For every stupid question there is at least one intelligent answer.
Don't guess - ask instead.
If you don't ask you won't know.
If your gonna construct something, make it·as simple as·possible yet as versatile as posible.
Sapieha
Old PC used half of 8255A as printer driver.
Hi Aaron193.
Consider at Parallel ports on all printers has 5V driving.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nothing is impossible, there are only different degrees of difficulty.
For every stupid question there is at least one intelligent answer.
Don't guess - ask instead.
If you don't ask you won't know.
If your gonna construct something, make it·as simple as·possible yet as versatile as posible.
Sapieha
*Peter*