Anyone have a Serial Inkjet Printer Development Kit and/or Inkjet Applications
I know this is kind of an odd question, and believe me I'd be more than happy to buy one from Parallax, but they're no longer available.
I'm pretty desperate, and would be willing to pay top dollar.
Perhaps this is a chance to clear out some old equipment and earn some $$$ for some new equipment!
Thanks for your help,
Bob
I'm pretty desperate, and would be willing to pay top dollar.
Perhaps this is a chance to clear out some old equipment and earn some $$$ for some new equipment!
Thanks for your help,
Bob
Comments
See this thread... Ken Gracey has expressed willingness to pawn off the files if anyone wants to produce fresh versions:
http://forums.parallax.com/showthread.php?p=779540
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
http://mattgilliland.com/inkjet_applications.htm
So the question on the book is if Matt Gilliland or Parallax can release a PDF version at least?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
I was able to track down a used copy of the book (at a ridiculous price!), and ordered that yesterday. I'm going to hand the book off to an EE friend, and see if we can build what we need. Does the book go into the same level of detail as the info that Ken has offered to share?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
Perhaps one could scavenge the cartridge mount from old ThinkJet printers....there seem to be quite a few on Ebay....
Once I have Matt's book in hand, is there anything to be gained from the additional info Ken has generously offered? Do you think it would be worthwhile taking him up on his offer?
You may also want to see this thread: http://forums.parallax.com/showthread.php?p=714455 which has a slightly revised version of the SX driver that shipped on that board, along with code for loading it up with the "extended" bold font (note that you would need to use that font, or make one, as you won't have the "default" font that shipped on the eeprom with that module. On the other side, there is no reason necessarily to use a peripheral micro for running the inkjet and fetching bitmap font chars; a number of the experiments in Gilliland's book driver the nozzles directly for patterns, splattering, and other fun stuff.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
Particularly in Canon calculators as they use a lot of the same parts.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Don't visit my new website...
What do you mean by "top dollar" ?
Make an offer and maybe someone will take you up on it.
As you know, these kits are not made anymore. So they are quite rare now.
I bet a bunch of people on here have the kit, but need some "persuasion" to let it go [noparse];)[/noparse]
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
There is a fine line between arrogance and confidence. Make sure you don't cross it...
·
And thanks for the info on Canon calculators, Gadgetman.
If you are willing to part with that kind of cash, I don't see why you don't prototype up the circuit and just futz around with connecting to a cartridge... the schematics are available and not terribly complex, firmware for the SX is available (or could be ported to the micro of your choice). Heck, you could have 3 boards made at ExpressPCB and still be way ahead on $$...
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
1uffakind.com/robots/povBitMapBuilder.php
1uffakind.com/robots/resistorLadder.php
www.xyron.com/enUS/ProductAccessories/Xyron_Design_Runner.html
www.rainydaymagazine.com/RDM2006/RainyDayProjects/Scrapbooking/Xyron/DesignRunner/RDP_DesignRunnerFirstUse.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
~~ dRu ~~
The memory card interface gives me hope that hacking it may be relatively straightforward
tubular
I'd like to stick with the HP thermal ink jet 1 (TIJ1) if possible....
However, there is an alternative, or maybe there will be. I have been working on the newer HP inkjets which seem to be the same in the low-end printers in that they have a holder that takes both the black #21 and tri-color #22 cartridges (no single ones I'm afraid) along with a driver pcb integrated into the carrier that connects to the control pcb via a 20-way flex cable. I have a pcb that connects to the head via this 20-way cable. The driver chip is loaded serially and the print head requires +31V with a switched +16V supply along with the 3.3V logic supply. The fastest signal I have found is the main clock which is 2MHz but there is also a data clock, data in and out, cartridge enables, strobes, encoder signals etc. I am still debugging this as I am intending to use it in a commercial product but I am sharing this tiny bit of information at present to let forum members know that there is an alternative.
The original HP inkjet was a very simple system by comparison needing only darlington drivers for direct driving of the thermal heads but in some ways the new interface is even simpler as I may need only 8 I/O with one connected to a +16V switch. But there is still a bit more to do yet in debugging the signals and ascertaining their correct function and usage. It's possible I may release the driver simply as a binary image initially so as not to impact the commercial design. Sorry if I haven't been of any help in the meantime though.
*Peter*
I've been trying to hack an inkjet printer for a while now.· I hacked most of an inkjet printer to the point where I can read the optical encoder and move my custom XYZ gantry but it's a bit of a mess to keep the motor/encoder just so that I can read it.· I'd like to read the PWM signal from the encoder and simulate the encoder signals making it a much cleaner hack.
·