Interfacing a parallel printer
skynugget
Posts: 172
Has anyone printed to a parallel centronics type printer? im having trouble coming up with the information on how the protocol works, anyone have any good links or info?
thanks in advance!
Post Edited (skynugget) : 4/10/2010 6:15:15 PM GMT
thanks in advance!
Post Edited (skynugget) : 4/10/2010 6:15:15 PM GMT
Comments
Remember that the interface just provides a byte stream to the printer. Each manufacturer had its own protocol for formatting. You could use a plain character stream for a default font, but anything else was usually unique to the printer or manufacturer.
that led me to
http://www.beyondlogic.org/spp/parallel.htm
which is giving me enough to chew on for now!
EDIT: this link has more detail
http://nemesis.lonestar.org/reference/computers/interfaces/centronics.html
Post Edited (skynugget) : 4/10/2010 7:35:57 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Links to other interesting threads:
· Home of the MultiBladeProps: TriBlade,·RamBlade,·SixBlade, website
· Single Board Computer:·3 Propeller ICs·and a·TriBladeProp board (ZiCog Z80 Emulator)
· Prop Tools under Development or Completed (Index)
· Emulators: CPUs Z80 etc; Micros Altair etc;· Terminals·VT100 etc; (Index) ZiCog (Z80) , MoCog (6809)·
· Prop OS: SphinxOS·, PropDos , PropCmd··· Search the Propeller forums·(uses advanced Google search)
My cruising website is: ·www.bluemagic.biz·· MultiBlade Props: www.cluso.bluemagic.biz
That's what i pretty much gathered so far. thanks for the +5 tip.
now im trying to find the ibm compatible printer command set, i think even the new stuff still supports it.
end goal here is to print out a data dump of ascii text, so im thinking this wont be to bad.