Search found 13 matches

by cory thompson
Fri May 06, 2022 5:26 pm
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

I've put the retro printer aside for a bit while I tested a different approach.

One thing that popped up during testing was to get a successful print, things needed to be powered up in a specific order.
If powered up out of sequence, the pi would not print the data sent from my controller, but ...
by cory thompson
Tue Mar 01, 2022 2:33 pm
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

Just wondering if you've had chance to test the printer yet.
I'd really like to get this working with passthrough. Converting to PDF works well but is too slow for my needs. Our controllers push printouts faster than the PI can process the info.

Thanks again
Cory.
by cory thompson
Thu Feb 24, 2022 8:40 am
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

I've tested on a win xp machine with data_bit 7 and 8.
7 gives a raw file but 8 didn't.

Neither produced a print.

I plugged my printer into a usb on the xp machine and loaded various laserjet drivers, and printed a test page using pcl5, pcl6 and postscript.
I also loaded a inkjet driver and sent ...
by cory thompson
Tue Feb 22, 2022 9:15 am
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

Thanks.

The laserjet m404dn supports HP PCL 6, HP postscript level 3 emulation, PDF, URF, PWG Raster
I'll drag out some other hardware and test with PCL 5, I may get different results.

Thanks for looking into this.

Cory.
by cory thompson
Mon Feb 21, 2022 4:27 pm
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

I'll have to recreate the scenario that pushed out the raw file and send it over with another photo.

The manual shows to set the emulation to HP for passthrough. I have the option to push ASCII, epson, and others.... if these will simplify things?

Thanks for looking into this.
Cory.
by cory thompson
Mon Feb 21, 2022 10:19 am
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

I changed the bit depth but made no difference.
I'm about to send you a raw file from today's test.

Thanks
by cory thompson
Sat Feb 19, 2022 5:56 pm
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

Thank you.
I'll send some over when I get back to the office.

I have also tried a Samsung printer, the latest retro printer software, sending print jobs from a pc, albeit with a usb to centronics adapter, and various drivers but the outcome is the same.
by cory thompson
Fri Feb 18, 2022 4:16 pm
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

IMG_20220218_154721.jpg
IMG_20220218_154721.jpg (109.95 KiB) Viewed 10949 times
I've set the output_printer to yes and run suggested commands again and managed to get the attached image to print, although the information is jiberish, it may be relevant to my issue?
by cory thompson
Fri Feb 18, 2022 10:09 am
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

I've been at it again this morning.

I can verify I have a default printer using "lpstat -d" and I can print the txt files sent from our controllers using "lp filename.txt"
I can see a raw file enter the folder after my controller send a print job and I can open it and looks as expected. It just won ...
by cory thompson
Thu Feb 17, 2022 4:49 pm
Forum: General Discussion
Topic: print direct setup
Replies: 21
Views: 29718

Re: print direct setup

With the suggested commands, it looks to be writing the raw file ok.

No more data received from centronics port
write /tmp/24.raw
4 sec over
command = cp /tmp/24.raw /home/pi/data/raw/24.raw
No more data received from centronics port
4 sec over

I dont see any errors.

Forgot to mention I'm on v3 ...