Printing and Stamping with microcontroller
etto
Posts: 10
Hello again,
I would like to learn one more thing. From Basic2p40 module, i am going to print some value to a paper. But i don't want to use big printers. I wanna use something like credit card machine. Because they are really small and printing great. How can i control that machine with my microcontroller? I only want to use printing part of that machines.
And, i want second thing, besides printing, i would like to print(stamp) some values from microcontroller to paper. But this is different task cause in first one it is like a reciept and paper supplied from machine. For second one, paper is supplied by user then cartridge print(stamp) the values onto the paper.
Two similar processes with little differences. All i wanna know is how to do these with using microcontroller?
Thanks
I would like to learn one more thing. From Basic2p40 module, i am going to print some value to a paper. But i don't want to use big printers. I wanna use something like credit card machine. Because they are really small and printing great. How can i control that machine with my microcontroller? I only want to use printing part of that machines.
And, i want second thing, besides printing, i would like to print(stamp) some values from microcontroller to paper. But this is different task cause in first one it is like a reciept and paper supplied from machine. For second one, paper is supplied by user then cartridge print(stamp) the values onto the paper.
Two similar processes with little differences. All i wanna know is how to do these with using microcontroller?
Thanks
Comments
However, is it possible to control more than 2 cartridge with one printer board? cause as i explained, i am going to print·a paper and stamp a paper.
Taking your posts together, it sounds like you may have a pretty ambitious project planned.· Your asking about barcode scanners and printers, I think that you may find that your project will quickly outstrip the capabilites of any Basic Stamp.·
If you're still in the planning stages, I'd suggest using a more powerful controller, such as the Propeller or·even·a single-board computer.·
Please consider your project as a whole and decide how much power you need.
The Propeller is·NOT as easy to use as a Stamp, but has pre-built code for TV/VGA display, keyboard & mouse interface and now has SD card interface capability, with no extra chips/controllers required.
I hope this helps!
Post Edited (Desy2820) : 2/26/2007 10:11:58 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
I am not familiar with the little inkjet priter, yet I'm sure the SX can handle it.
Take care-I mean Good DAY
I did a project using a small receipt type printer a while back. I found quite a few on Ebay and many had a serial interface. I had no trouble using the Stamp to print on it. You just have to read the manual so you know the proper commands to send. It was mostly standard ASCII characters plus a few special ones. The one I used responded to the TTL levels from the Stamp with no level shifters.