Puerto Rico
Offline
Newbie
Karma: 0
Posts: 8
Arduino rocks
|
 |
« on: January 21, 2008, 07:25:36 pm » |
Hi ! I have an Arduino Diecimila. I need to print information to a printer. Can I print information using my Arduino? What type of printer are you recommending? Some guidance or tips about how to do that? Regards;
|
|
|
|
|
Logged
|
|
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 87
Arduino rocks
|
 |
« Reply #2 on: February 09, 2008, 07:03:49 am » |
greenlab, have you got any thing working yet? Im no expert, but i recon it would be possible to control a parrallel port printer from your arduino, as at the end of the day, the parrel port uses the same voltages. And im sure, at the most basic, you can send ascci charictors! Youve got me interested, im going to look in to it. I'll let you know what i find.
Phill
|
|
|
|
|
Logged
|
|
|
|
|
Puerto Rico
Offline
Newbie
Karma: 0
Posts: 8
Arduino rocks
|
 |
« Reply #3 on: February 09, 2008, 07:26:11 am » |
Sorry but I have decide to do not use a printer directly and create a software application where eventually I will print the information. This strategy is better for my project.
Regards;
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Jr. Member
Karma: 0
Posts: 87
Arduino rocks
|
 |
« Reply #4 on: February 09, 2008, 09:02:20 am » |
That is probably a better way, because, doing it from the borad woul of used up most, if not all you inputs/ouputs. Altho is should be do-able.
|
|
|
|
|
Logged
|
|
|
|
|
New Zealand
Offline
God Member
Karma: 0
Posts: 999
Arduino pebbles
|
 |
« Reply #5 on: February 10, 2008, 03:18:42 am » |
That is probably a better way, because, doing it from the borad woul of used up most, if not all you inputs/ouputs. One of these days I've thought of doing something with a parallel port using the 16-bit version of this I/O expander. --Phil.
|
|
|
|
|
Logged
|
|
|
|
|
Sussex UK / CT USA
Offline
Edison Member
Karma: 0
Posts: 1026
Forums forever
|
 |
« Reply #6 on: February 14, 2008, 04:34:18 am » |
Printing from an Arduino would be a great way to implement a simple data logger for some applications. The printer would want to be an "old fasioned" line- by- line printer. If the data were subsequently wanted in machine readable form, modern OCR should be able to do the conversion easily enough. If the number of pins required to drive the printer would be a problem, then the main Arduino could send "please print this" messages over just two pins (not the valuable serial comms pins) to a second dedicated Arduino (or ad hoc PIC), and THAT could drive the printer. That "answer" would be very similar, just working in the opposite direction, to what I've got working at prototype level for taking the overheads of reading a keyboard off of my "client" Arduino. Details of that at.... http://www.sheepdogguides.org/sc4smka.htm
|
|
|
|
|
Logged
|
|
|
|
|
Copenhagen / Denmark
Offline
Edison Member
Karma: 5
Posts: 2338
Do it !
|
 |
« Reply #7 on: February 14, 2008, 04:43:20 am » |
It's probably possible. I see two potential problems though.
No new printers (or PC's) is equipped with parallel ports, so you would have to get your hands on an older printer.
Getting toner or ribbons for that type of printer is getting more and more difficult.
If datalogging is what is needed it would imho be much smarter to send serial data to a PC, or if size is a problem to some kind of storage device.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 2
Posts: 849
Arduino rocks!
|
 |
« Reply #8 on: February 26, 2008, 10:35:28 pm » |
I used to have a bunch of serial printers. I threw them out ages ago (look up Digital Decwriter II and III to see what I had, a few of those took up a ton of space). You can probably find old dot-matrix serial printers and computer junk stores.
|
|
|
|
|
Logged
|
|
|
|
|
Copenhagen / Denmark
Offline
Edison Member
Karma: 5
Posts: 2338
Do it !
|
 |
« Reply #9 on: February 27, 2008, 03:40:58 am » |
After i have started to mess around with Arduino and physical computing, i sometimes almost cry when i think about all the stuff i have thrown away in my time as a sys admin. :-)
Printers, scanners, power supplys etc. etc.
Ohhh grief.
|
|
|
|
|
Logged
|
|
|
|
|
London
Offline
Faraday Member
Karma: 6
Posts: 6226
Have fun!
|
 |
« Reply #10 on: February 27, 2008, 03:44:38 am » |
If you can find a serial to parallel adapter like this one http://www.blackbox.co.uk/technical/manuals/P/PI125A.pdfit would work for data logging if your parallel printer supported a simple ASCII text protocol
|
|
|
|
|
Logged
|
|
|
|
|
Greenwood, Indiana
Offline
God Member
Karma: 0
Posts: 508
Arduino rocks
|
 |
« Reply #11 on: March 10, 2008, 02:21:09 am » |
It could possibly be of use though I have not looked at it too closely. http://www.airborn.com.au/serial/sertopar.htmlI wonder if an atmega168 could do the translations?
|
|
|
|
|
Logged
|
If it was designed by man it can be repaired by man.
|
|
|
|
USA
Offline
Jr. Member
Karma: 0
Posts: 73
Arduino rocks
|
 |
« Reply #12 on: March 10, 2008, 10:18:32 pm » |
Consider using the USB host development board, VDIP. It provides a way to access the USB printer class. Be ready to do some programming, but it's very doable.
I would start by tracking down some specs from a printer and the USB printer class definitions.
|
|
|
|
|
Logged
|
|
|
|
|
|