VOGONS


Reply 40 of 51, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

You'd be surprised!!

HPGL is *STILL* en ENTIRELY ENCAPSULATED subset of PCL.

You need to send an escape sequence to the PCL capable printer to enable it, but it is STILL THERE, as part of the language spec.

http://www.hp.com/ctg/Manual/bpl13211.pdf

Reply 41 of 51, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

Though, yeah, your printer does not speak PCL.

Afaik, no printers have spoken 'native' hpgl since the penplotter era...

Have you considered ghostscript for windows?

Reply 42 of 51, by darry

User metadata
Rank l33t++
Rank
l33t++
wierd_w wrote on 2024-08-02, 05:53:
You'd be surprised!! […]
Show full quote

You'd be surprised!!

HPGL is *STILL* en ENTIRELY ENCAPSULATED subset of PCL.

You need to send an escape sequence to the PCL capable printer to enable it, but it is STILL THERE, as part of the language spec.

http://www.hp.com/ctg/Manual/bpl13211.pdf

I would be very surprised indeed if PCL did not work (as the docs say that it should not, AFAIU ), but HPGL did work.

I would actually be a bit less surprised if both PCL and HPGL worked while being undocumented.

Fundamentally, unless I am misreading the docs OR the docs are wrong, the MFC-L2700DW DOES NOT HAVE PCL support.

EDIT: I just saw your new comment. I believe we're on the same page.

Ghostscript is an option, but I believe the most transparent solution is to run CUPS in a Linux VM (or a dedicated machine) and share that through IPP (a Windows 98 client exists) or through an older, Windows 9x compatible, version of SAMBA installed on the Linux VM. If the MFC-L2700DW can be made to work on a Raspberry Pi, that would be another option.

Last edited by darry on 2024-08-02, 06:12. Edited 1 time in total.

Reply 44 of 51, by darry

User metadata
Rank l33t++
Rank
l33t++
wierd_w wrote on 2024-08-02, 06:09:
Yeah, looks PS only? […]
Show full quote

Yeah, looks PS only?

Adobe made a generic PS printer driver for windows bitd.

Was here, once, long ago.

ftp://ftp.adobe.com/pub/adobe/printerdrivers/win/1.x/

I am looking for a mirror.

AFAICT, the docs say the MFC-L2700DW does not support PostScript either.

Reply 45 of 51, by wierd_w

User metadata
Rank Oldbie
Rank
Oldbie

OK, according to this thing, it speaks GDI.

https://www.laserexpressinc.com/manuals/Broth … w-datasheet.pdf

OpenPrinting waxes about how nasty of a practice this, but suggests a linux CUPS driver that is known to work.

https://www.openprinting.org/printer/Generic/ … ric-GDI_Printer

The afore mentioned WINSTENG driver is able to accept PPD files to define the printer.
Would it be possible to frankstein Ghostscript for windows, with the WINTSTENG driver, and the GDI.PPD?

Reply 46 of 51, by BitWrangler

User metadata
Rank l33t++
Rank
l33t++

Can you get to it's web interface with IE 5.0 or something? Then this kinda thing might be possible..
https://support.brother.com/g/s/id/htmldoc/pr … apter3_4_2.html
Not sure that's exact for your model but that was 5 mins longer than I wanted to spend finding anything about emulation modes anyway.

Though it used to be that printers would autodetect FX80 emulation mode and just do text in default font.

Unicorn herding operations are proceeding, but all the totes of hens teeth and barrels of rocking horse poop give them plenty of hiding spots.

Reply 48 of 51, by kikendo

User metadata
Rank Member
Rank
Member

I get that I can use an intermediary computer to get this to work but it's quite the hassle.
I guess the docs confused me and I hope I had misread them and this damn thing would support PCL. I guess it's time to hunt an older laser that will do PCL.

Reply 49 of 51, by darry

User metadata
Rank l33t++
Rank
l33t++
kikendo wrote on 2024-08-14, 13:01:

I get that I can use an intermediary computer to get this to work but it's quite the hassle.
I guess the docs confused me and I hope I had misread them and this damn thing would support PCL. I guess it's time to hunt an older laser that will do PCL.

To be fair, that that doc is rather confusingly laid out. In decades past when manuals, spec sheets, etc were provided in printed form, it made sense to have a unified document covering several similar models, to save on printing costs.

As for avoiding the hassle of an intermediate computer, it really depends on what one already has running. In my case, I have a machine that get used mostly as a NAS, but has sufficient resources to handle a tiny Debian VM that is mostly idle anyway. If one does not already have an always on machine, I agree that setting on up just as a print server would be inconvenient.

I hope you find a PCL or Postscript compatible printer at reasonable cost and in good condition.

Reply 50 of 51, by Ryccardo

User metadata
Rank Member
Rank
Member

It's not just the manual that's confusing - go to {printer's IP}/net/net/service.html and tell me what you see 😀

Yup, it says POSTSCRIPT and PCL and they're enabled by default, but they don't work, just like service mode function 43 which is where you're supposed to configure the default printer options beyond the 3 you get on the official front panel & web UI 😀 🙁

FYI the codecs it supports are the native "brlaser" and URF (the least common denominator for Airprint), which are rather implausible to have any implementation on XP (SP2) or older 😉

Reply 51 of 51, by kikendo

User metadata
Rank Member
Rank
Member
darry wrote on 2024-08-14, 18:41:

As for avoiding the hassle of an intermediate computer, it really depends on what one already has running. In my case, I have a machine that get used mostly as a NAS, but has sufficient resources to handle a tiny Debian VM that is mostly idle anyway. If one does not already have an always on machine, I agree that setting on up just as a print server would be inconvenient.

Damn, you know, I didn't think of this. I have a media server that's always on. I'll see if I can load it there, I just hate using Docker.