Centronics Parallel?
Oldbitcollector (Jeff)
Posts: 8,091
Has anyone done a Centronics compatible parallel printer interface
with the Propeller yet?
Thanks
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
Need a part? Got spare electronics? - The Electronics Exchange
with the Propeller yet?
Thanks
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
Need a part? Got spare electronics? - The Electronics Exchange
Comments
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
Need a part? Got spare electronics? - The Electronics Exchange
Centronix Pararel is one half on Intel 8255 IO Port.
It is on forum how interface it tu Propeller.
It neds only Centronix protokol programing.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Nothing is impossible, there are only different degrees of difficulty.
Sapieha
Attached is some code I wrote 5 years ago for PICs (it uses a basic variant simliar to the PBasic/SXB). The code worked great on an older epson dot matrix printer I had laying around.
The only thing I don't understand how to translate is how to convert an ASCII code to binary across
P0-P7 If someone can show me an example I'd appreciate it. Looks like an EPSON driver for
the prop is in order...
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
Need a part? Got spare electronics? - The Electronics Exchange
Two years of playing with this thing and there is still much to learn...
Figures it was a one word command...
Thanks
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with the Protoboard? - Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card? - PropDOS
Need a part? Got spare electronics? - The Electronics Exchange
I never noticed that! I guess it just worked so I never noticed that mistake. The printer probably just moved the head back to the beginning of the line twice. No harm done, just makes it slightly slower I guess.
Oldbitcollector,
Yea, I forget how simple things are sometimes too. SPIN just has so many little things that can be easily forgotten.
Post Edited (Harrison.) : 8/1/2008 2:57:25 AM GMT