<?xml version='1.0' encoding='ISO-8859-1'?>
     <rss version='2.0'>
      <channel>
       <title>hp_photosmart.lha driver/printer - Comments</title>
       <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link>
       <description>HP PCL3GUI printer driver</description>
       <language>en-gb</language>
       <lastBuildDate>Fri, 17 Apr 2026 14:53:11 +0200</lastBuildDate>
       <image>
        <title>OS4Depot.net</title>
        <url>https://eu.os4depot.net/images/rss.gif</url>
        <link>https://eu.os4depot.net</link>
       </image><item> <title>MT (5.170.8.206) @ 29 Aug 2018, 06:02.18</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;MT (5.170.8.206)&lt;BR /&gt;&lt;pre&gt;Done, but unfortunately that change doesn't help: if I zero out the CR/LF bytes the printer just won't print anything at all. The following is the output from the driver as a response to &quot;Echo &gt; PRT: Some text&quot;, gathered via printtofile.device and Type HEX: 
 
[code] 
0000: 1B451B25 2D313233 34355840 504A4C20    .E.%-12345X@PJL 
0010: 454E5445 52204C41 4E475541 47453D50    ENTER LANGUAGE=P 
0020: 434C3347 55490D0A 1B266C32 36411B26    CL3GUI...&amp;l26A.&amp; 
0030: 64401B26 6C36441B 28304E1B 28733062    d@.&amp;l6D.(0N.(s0b 
0040: 31306832 71307030 73337430 75313256    10h2q0p0s3t0u12V 
0050: 0D1B2A72 2D34551B 2A763153 1B266C31    ..*r-4U.*v1S.&amp;l1 
0060: 6C326536 36461B26 61346C37 344D0D53    l2e66F.&amp;a4l74M.S 
0070: 6F6D6520 74657874 0D0A0C1B 252D3132    ome text....%-12 
0080: 33343558 40504A4C 20454F4A 0D0A1B25    345X@PJL EOJ...% 
0090: 2D313233 343558                        -12345X 
[/code] 
 
However, the following (without the &quot;GUI&quot; part in the language name) works fine: 
 
[code] 
0000: 1B451B25 2D313233 34355840 504A4C20    .E.%-12345X@PJL 
0010: 454E5445 52204C41 4E475541 47453D50    ENTER LANGUAGE=P 
0020: 434C330D 0A1B266C 3236411B 2664401B    CL3...&amp;l26A.&amp;d@. 
0030: 266C3644 1B28304E 1B287330 62313068    &amp;l6D.(0N.(s0b10h 
0040: 32713070 30733374 30753132 560D1B2A    2q0p0s3t0u12V..* 
0050: 722D3455 1B2A7631 531B266C 316C3265    r-4U.*v1S.&amp;l1l2e 
0060: 3636461B 2661346C 37344D0D 536F6D65    66F.&amp;a4l74M.Some 
0070: 20746578 740D0A0C 1B252D31 32333435     text....%-12345 
0080: 5840504A 4C20454F 4A0D0A1B 252D3132    X@PJL EOJ...%-12 
0090: 33343558                               345X 
[/code] 
 
Maybe my printer is just too old and not fully compliant to the standard (although the user guide states its language is PCL3GUI!), or maybe it has a firmware bug. 
 
As for the preferences, yes, you can have your own preferences requester brought up with the &quot;Driver options...&quot; button, although the documentation is a bit sketchy on how to get there. 
 
As far as I can tell, this is achieved by adding { PRTA_Preferences, TRUE } in the ped_TagList of the PrinterExtendedData and making the ped_DoPreferences field point to your own preferences handling function. 
 
The Printer editor will invoke printer.device's PRD_EDITPREFS command when the user clicks on that button; that should in turn call your function with a specific command code (I guess you'll have to figure out the exact value) meaning &quot;bring up your GUI&quot;. 
 
Then I suppose the editor will also invoke the other prefs-related commands when appropriate (PRD_RESETPREFS when the user selects &quot;Reset to defaults&quot;, PRD_LOADPREFS when a new driver is selected from the list, PRD_SAVEPREFS and PRD_USEPREFS upon a &quot;Save&quot; or &quot;Use&quot; action, and PRD_READPREFS / PRD_WRITEPREFS for internal bookkeeping). Again, each of these should call your function with the corresponding code (more guesswork...). 
 
As for where to save the actual preferences, we only have the &quot;File&quot; driver as an example... it stores its settings into ENV(ARC):Sys/printerFile.prefs in IFF format. 
 
Yes, I admit it looks a little complicated :)  Using a simple text file, which the user could maintain independently from the Printer editor, might be easier as an initial approach. You could have a different file for each unit, or offer a way to specify within the file which unit a group of settings apply to. 
 
Whatever the method, I think having driver preferences might be handy, and would spare you from having to maintain more than one version of the driver just for compatibility purposes. 
 
The preferences could allow to choose e.g. which language (PCL3 or PCL3GUI) to use for text or graphics respectively, and maybe even other goodies such as what dither algorithm to use (the example driver sources from SDK have three algorithms commented out besides the usual one... when I tried building the driver I found out the BlueNoise variant produces much better results than plain Floyd-Steinberg in most cases). 
 
All of this is just a suggestion, of course :) 
 
Ah, I tried with HP_DeskJet_1120C, but the printer hangs at the end of any printout as if expecting more data. I'll bet in THIS case my printer is too new instead! :( 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1535515338</guid> <pubDate>Wed, 29 Aug 2018 06:02:18 +0200</pubDate></item><item> <title>Hypex (202.173.192.104) @ 28 Aug 2018, 10:54.07</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (202.173.192.104)&lt;BR /&gt;&lt;pre&gt;After looking at my codes I didn't see anything amiss regarding the &quot;LANGUAGE&quot; command format. However one of my '[ESC]-12345X&quot; which is a UEL command had a &quot;[CR][LF]&quot; following before a &quot;@PJL&quot; which isn't correct. Thanks to your &quot;hacking&quot; I can see a problem there. 
 
As to being an option to select language, there is some support in Printer Prefs itself where such a setting should be, but I don't know if it can add gadgets. However, the driver now only sends PCL3GUI to the printer, since modern printers tend to speak it. And was written to support newer printers, so it may not be much good. Suppose if needed a classic version can be included. Or you can test the HP 1120C WB driver which is functionally the same with PCL3. 
 
In the meantime try hacking it again and kill any CR/LF directly after &quot;[ESC]-12345X&quot;  by filling it with zeros and leave all else unchanged. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1535446447</guid> <pubDate>Tue, 28 Aug 2018 10:54:07 +0200</pubDate></item><item> <title>MT (5.170.9.75) @ 28 Aug 2018, 05:24.04</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;MT (5.170.9.75)&lt;BR /&gt;&lt;pre&gt;Ok, thanks! 
 
In case this may help: after reading up a bit on PCL/PJL, I seem to have found a &quot;fix&quot; of sorts. With a hex editor I changed a couple of relocation offsets in the driver's binary to make it emit a somewhat different preamble for text printouts, namely 
 
[code][ESC]-12345X@PJL[CR][LF]@PJL[CR][LF][/code] 
 
instead of 
 
[code][ESC]-12345X[CR][LF]@PJL ENTER LANGUAGE=PCL3GUI[CR][LF][/code] 
 
and this removes the problem, at least for my printer. Another sequence that works is 
 
[code][ESC]-12345X@PJL[CR][LF]@PJL ENTER LANGUAGE=PCL3[CR][LF][/code] 
 
but this change can't be done in the binary without also affecting the preamble of graphic printouts (they'll always come out in greyscale if the trailing &quot;GUI&quot; is missing). The former trick, on the other hand, gives me a driver working as expected both for text and graphics, albeit it's of course only a temporary workaround :) 
 
Well, I hope this information can be helpful in some way... 
 
Just an idea: maybe you could add user preferences to the driver so one could make it use the code variant which is best suited for their specific printer? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1535426644</guid> <pubDate>Tue, 28 Aug 2018 05:24:04 +0200</pubDate></item><item> <title>Hypex (202.173.192.104) @ 27 Aug 2018, 06:38.41</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (202.173.192.104)&lt;BR /&gt;&lt;pre&gt;Sorry MT you are getting slightly rogue print out. I'll need to check my code against another to see if it differs. In the meantime disabling &quot;Always init printer&quot; in Printer Prefs will reduce it happening. I may need to remove the offending line and hope the printer still accepts the input. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1535387921</guid> <pubDate>Mon, 27 Aug 2018 18:38:41 +0200</pubDate></item><item> <title>MT (5.170.16.249) @ 22 Aug 2018, 12:04.10</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;MT (5.170.16.249)&lt;BR /&gt;&lt;pre&gt;Thanks for this useful driver! I have a small problem, though -- every time 
I print some text with my HP PhotoSmart 6520, the printer puts out a sheet 
with the text &quot;@PJL ENTER LANGUAGE=PCL3GUI&quot; at the top (and nothing else) 
before starting the actual printout with the following sheet. 
 
The printout itself is ok, it's only that there's always that strange extra 
page preceding it. 
 
Is there anything I could do on my side to rectify this issue? Thank you! 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1534932250</guid> <pubDate>Wed, 22 Aug 2018 12:04:10 +0200</pubDate></item><item> <title>jeh (108.2.215.110) @ 07 Apr 2018, 08:00.33</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;jeh (108.2.215.110)&lt;BR /&gt;&lt;pre&gt;Wow, this really works with my HP 2130 printer. Thanks a great deal! 
Finally I can use this newer printer on the Amiga. Worked with FinalWriter at 600 dpi. Even landscape printing (didn't try color). 
I tried it with AmiPDF and it worked as well, just select Workbench printer for it. This included some graphics on the page too. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1523124033</guid> <pubDate>Sat, 07 Apr 2018 20:00:33 +0200</pubDate></item><item> <title>ddni (90.254.148.140) @ 05 Apr 2018, 04:37.32</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;ddni (90.254.148.140)&lt;BR /&gt;&lt;pre&gt;Got it to print text files over my network using lpr.device 
Many thanks!! 
No luck with graphics or PDF yet. 
Does lpr.device support graphics? 
Anyone know how to cinfig AmiPDF to print using this? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1522939052</guid> <pubDate>Thu, 05 Apr 2018 16:37:32 +0200</pubDate></item><item> <title>Hypex (210.4.232.161) @ 20 Jun 2013, 04:58.14</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (210.4.232.161)&lt;BR /&gt;&lt;pre&gt;Good to hear your priner works well. Sorry for delay in response. 
 
1.) It's possible but I don't know how it would be done nor if the driver was written with duplex in mind. Also it would need to know if duplex wasn't supported. 
 
Apart from that if multiple pages were sent I wonder if the sending program would need to be duplex aware? As it stands each page would be sent seperately. So the driver would need to know what was being sent as a solo page and what was sent as a batch. 
 
2.) You can try the LPR device for printing over the network. There is an OS4 poet below. It should be enough to set to the port device to plr.device after you copy it to Devs: and setup the configuration file. :-) 
 
http://os4depot.net/index.php?function=showfile&amp;file=utility/print/lpr_dev.lha 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1371740294</guid> <pubDate>Thu, 20 Jun 2013 16:58:14 +0200</pubDate></item><item> <title>kilaueabart (72.253.205.67) @ 17 Dec 2012, 03:02.47</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;kilaueabart (72.253.205.67)&lt;BR /&gt;&lt;pre&gt;No comments since July, so maybe no one looks at this section anymore, but the driver makes my new Officejet 6700 all-in-one work fine. Two questions: 
1. Is there the remotest possibility that automatic duplexing could ever be worked into the driver? (That's the feature I selected the 6700 for, but it only works from a PC.) 
2. I've printed remotely from my tablet and a PC laptop, but I assume that when I do it from my SAM, where the port device is usbprinter.device, it's always by the wired connecction. What would I set port device to in order to try printing wirelessly? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1355709767</guid> <pubDate>Mon, 17 Dec 2012 03:02:47 +0100</pubDate></item><item> <title>Hypex (210.4.229.121) @ 11 Jul 2012, 04:33.10</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (210.4.229.121)&lt;BR /&gt;&lt;pre&gt;@328gts 
 
Glad it works for you. The text wrap problem affects anything that isn't wrapped befire hand. Such as text send straight to the printer. 
 
But, you finally get to print? Did your printer refuse to work with the standard usbprinter.device and HP Deskjet Workbench drivers? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1342017190</guid> <pubDate>Wed, 11 Jul 2012 16:33:10 +0200</pubDate></item><item> <title>328gts (174.113.217.123) @ 06 Jul 2012, 05:54.18</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;328gts (174.113.217.123)&lt;BR /&gt;&lt;pre&gt;holy moly! I finally get to print with my HP Deskjet 1012 with  usbdot4.device ! yahoo. 
only issue is that the text file i printed did not fully wrap around the sentences hence only 3/4 of the sentence printed out.  will play with the settings to see if i can get it to print the full line without truncated it.. 
 
great stuff Damien &amp; many thanks! 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1341590058</guid> <pubDate>Fri, 06 Jul 2012 17:54:18 +0200</pubDate></item><item> <title>gregthecanuck (96.48.246.147) @ 05 Jul 2012, 06:57.52</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;gregthecanuck (96.48.246.147)&lt;BR /&gt;&lt;pre&gt;I seem to recall some printers claiming to be 1200DPI are actually 300DPI x 4 colours = 1200DPI. Read those tech specs. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1341464272</guid> <pubDate>Thu, 05 Jul 2012 06:57:52 +0200</pubDate></item><item> <title>Hypex (203.23.154.212) @ 02 Jul 2012, 05:11.13</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (203.23.154.212)&lt;BR /&gt;&lt;pre&gt;Can I just ask you to test with the HP_DeskJet_1120C driver from Workbench? Thanks. That would be about the closest to my driver. 
 
Also, at 600DPI, what happens if you print to a file? With either driver. 
 
Finally, what is spoi? :-) 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1341241873</guid> <pubDate>Mon, 02 Jul 2012 17:11:13 +0200</pubDate></item><item> <title>McGyverPPC (151.33.15.214) @ 25 Jun 2012, 09:00.29</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;McGyverPPC (151.33.15.214)&lt;BR /&gt;&lt;pre&gt;My start printing at 600x600, but spoi stops and says that OS4 is out of paper in the printer. 
I tried several times to cancel, and also to wait, but nothing happens. 
HP Photosmart C3100 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1340650829</guid> <pubDate>Mon, 25 Jun 2012 21:00:29 +0200</pubDate></item><item> <title>Hypex (203.4.255.61) @ 24 Jun 2012, 08:31.55</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (203.4.255.61)&lt;BR /&gt;&lt;pre&gt;Is this the same with all 600 DPI densities from 5 to &amp;? The only thing I can think of is that the printer may not accept that DPI with PCL3 plain. But the specs look like my C4180. My printer can do 1200 DPI like the C3100 but it didn't work in PCL3 as the output was doubled instead. Which is unlike your out of paper messages. 
 
Did you also test the previous version? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1340519515</guid> <pubDate>Sun, 24 Jun 2012 08:31:55 +0200</pubDate></item><item> <title>nubechecorre (93.56.252.210) @ 23 Jun 2012, 11:56.36</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;nubechecorre (93.56.252.210)&lt;BR /&gt;&lt;pre&gt;I confirm, the PhotoSmartC3100 works fine in 300x300DPI, while it doesn't work at 600x600DPI, it reports an error, it says: &quot;no paper in printer&quot;.. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1340488596</guid> <pubDate>Sat, 23 Jun 2012 23:56:36 +0200</pubDate></item><item> <title>McGyverPPC (151.33.15.214) @ 23 Jun 2012, 10:57.55</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;McGyverPPC (151.33.15.214)&lt;BR /&gt;&lt;pre&gt;My HP_Photsmart C3100 ok in 300x300 DPI, problem on 600x600 DPI ,no paper in printer... i have paper! Why this problem? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1340485075</guid> <pubDate>Sat, 23 Jun 2012 22:57:55 +0200</pubDate></item><item> <title>Phantom (94.71.104.114) @ 23 Jun 2012, 01:42.00</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Phantom (94.71.104.114)&lt;BR /&gt;&lt;pre&gt;I have a Photosmart C4280 too. So I'll test it shortly, but suppose that it's already working. Great driver, at least we can print with modern printers. Thanks a lot. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1340451720</guid> <pubDate>Sat, 23 Jun 2012 13:42:00 +0200</pubDate></item><item> <title>Hypex (210.4.225.153) @ 08 Dec 2010, 12:27.00</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (210.4.225.153)&lt;BR /&gt;&lt;pre&gt;@Nuno 
 
Ah, the update to my printer. :-) 
 
About scanning. Honestly, I've used the scanning software on my Mac, and find it easier to do it on OS4! Simple stick a flash drive in the printers slot, SD card in my case, then tell the printer scan to card. Printer works as a USB hub and you will have direct access to the scanned files. Scan then you will have an immediate JPEG at your disposal! :-D 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1291764420</guid> <pubDate>Wed, 08 Dec 2010 00:27:00 +0100</pubDate></item><item> <title>Nuno (81.84.224.223) @ 04 May 2010, 02:43.00</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Nuno (81.84.224.223)&lt;BR /&gt;&lt;pre&gt;Just to report that this driver works fine with the HP PhotosmartC4280. 
Sadly, the scanning feature won't work, but that a different story...  ;) 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1272976980</guid> <pubDate>Tue, 04 May 2010 14:43:00 +0200</pubDate></item><item> <title>Hypex (203.4.255.137) @ 01 Aug 2007, 07:43.38</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (203.4.255.137)&lt;BR /&gt;&lt;pre&gt;@McFly 
 
Hello, McFly, are you there? Of course you are. :-) 
 
That's good to know it can work over Ethernet. Thanks for that. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185947018</guid> <pubDate>Wed, 01 Aug 2007 07:43:38 +0200</pubDate></item><item> <title>McFly (145.253.2.238) @ 29 Jul 2007, 04:30.15</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;McFly (145.253.2.238)&lt;BR /&gt;&lt;pre&gt;thanks. 
here work this driver (printing) with HP Officejet 7310 All-in-One, over 
Ethernet :-) 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185719415</guid> <pubDate>Sun, 29 Jul 2007 16:30:15 +0200</pubDate></item><item> <title>Hypex (210.4.229.211) @ 28 Jul 2007, 07:33.02</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (210.4.229.211)&lt;BR /&gt;&lt;pre&gt;@Severin 
 
Okay then, so do we know, if a PCL 3 driver will work with this HP D5160? Do the 
TP drivers give any hint? Since they are known to contain ASCII in some of the 
files. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185600782</guid> <pubDate>Sat, 28 Jul 2007 07:33:02 +0200</pubDate></item><item> <title>Severin (83.67.70.55) @ 23 Jul 2007, 10:44.24</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Severin (83.67.70.55)&lt;BR /&gt;&lt;pre&gt;No it's not postscript, or PCL5, I have PCL5 drivers for my tally laser in 
Turboprint that's only 12k. part of the problem is HP included a catalogue / 
view / print images program etc. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185223464</guid> <pubDate>Mon, 23 Jul 2007 22:44:24 +0200</pubDate></item><item> <title>Hypex (210.4.225.200) @ 23 Jul 2007, 03:03.48</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (210.4.225.200)&lt;BR /&gt;&lt;pre&gt;@all 
 
Thanks for the comments guys. I'm glad you find it useful. Of course I should 
thank Olaf and Detlef myself for making this driver possible. As to 
compatibility. I am using a 4000 series HP printer. A C4180. The C3180 should 
work just as well. To be sure look for technnical information on thr printer 
regarding the printer language. If you see PCL3 GUI it should be fine, that's 
what my HP supports. 
 
BTW, that D5160, doesn't do PostScript does it? If not that driver might be big 
because it might be a PCL 5 printer, that's a differnent and more advanced 
commmand set. Might do vector gfx IIRC. 
:-) 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185195828</guid> <pubDate>Mon, 23 Jul 2007 15:03:48 +0200</pubDate></item><item> <title>Petrol (83.192.238.197) @ 23 Jul 2007, 10:35.02</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Petrol (83.192.238.197)&lt;BR /&gt;&lt;pre&gt;Thanks for this great driver! It works nicely with my HP PSC1610. Too bad that's 
Wb printing is too dark! Else good work man. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185179702</guid> <pubDate>Mon, 23 Jul 2007 10:35:02 +0200</pubDate></item><item> <title>Severin (83.67.70.55) @ 23 Jul 2007, 02:12.19</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Severin (83.67.70.55)&lt;BR /&gt;&lt;pre&gt;oh, forgot to add... the printers do not have a driver CD with them, just 2 
manual cd's, the mac driver was 80mb. WTF? 3 times the size of OS4 for a printer 
driver! eeeek! a bit different to the 35k of this driver ;-) 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185149539</guid> <pubDate>Mon, 23 Jul 2007 02:12:19 +0200</pubDate></item><item> <title>anonymous (83.67.70.55) @ 23 Jul 2007, 01:56.13</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;anonymous (83.67.70.55)&lt;BR /&gt;&lt;pre&gt;oops, yes it's the D5160 and it does print directly to cd's, I do that on my mac 
though. 
http://store.apple.com/Apple/WebObjects/ukstore.woa/wa/RSLID?mco=9367AF33&amp;amp;np 
lm=BC193 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185148573</guid> <pubDate>Mon, 23 Jul 2007 01:56:13 +0200</pubDate></item><item> <title>Nuno (85.138.97.126) @ 22 Jul 2007, 05:57.02</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Nuno (85.138.97.126)&lt;BR /&gt;&lt;pre&gt;Is that the &amp;quot;Photosmart D5160&amp;quot;(notice the extra D)? 
If so, that printer can print directly onto CDs. Is it feasible with OS4 or am I 
asking too much? 
I have some local shops that have this printer, so it would be ideal! ;) 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185119822</guid> <pubDate>Sun, 22 Jul 2007 17:57:02 +0200</pubDate></item><item> <title>anonymous (85.138.97.126) @ 22 Jul 2007, 05:56.51</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;anonymous (85.138.97.126)&lt;BR /&gt;&lt;pre&gt;Is that the &amp;quot;Photosmart D5160&amp;quot;(notice the extra D)? 
If so, that printer can print directly onto CDs. Is it feasible with OS4 or am I 
asking too much? 
I have some local shops that have this printer, so it would be ideal! ;) 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185119811</guid> <pubDate>Sun, 22 Jul 2007 17:56:51 +0200</pubDate></item><item> <title>Severin (83.67.70.55) @ 22 Jul 2007, 02:27.28</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Severin (83.67.70.55)&lt;BR /&gt;&lt;pre&gt;@Nuno 
I don't know if it applies to your area, but apple.com (uk store) have HP 
Photosmart 5160's on special offer at &amp;Acirc;&amp;pound;19.95 (60% off) until the 
end of july (I've bought 4, my mum had 2) it's cheaper to throw away the printer 
that buy new refils at that price. delivery is &amp;Acirc;&amp;pound;5 unless you buy 4 
or more then it's free. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185107248</guid> <pubDate>Sun, 22 Jul 2007 14:27:28 +0200</pubDate></item><item> <title>Nuno (85.138.97.126) @ 22 Jul 2007, 11:44.59</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Nuno (85.138.97.126)&lt;BR /&gt;&lt;pre&gt;Great stuff! 
Any chance of someone posting a list of the printers available now? I (badly!) 
need to buy a printer and want to know what modern ones work with this. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185097499</guid> <pubDate>Sun, 22 Jul 2007 11:44:59 +0200</pubDate></item><item> <title>Hypex (210.4.229.237) @ 22 Jul 2007, 07:49.57</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (210.4.229.237)&lt;BR /&gt;&lt;pre&gt;@racerx 
 
It doesn't have to be a Photoprinter. I just called it that to keep the name 
updated with the times, and also tell what it will work up too with. Your 697C 
should be fine. Give it a shot. 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185083397</guid> <pubDate>Sun, 22 Jul 2007 07:49:57 +0200</pubDate></item><item> <title>Hypex (210.4.229.237) @ 22 Jul 2007, 07:47.44</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Hypex (210.4.229.237)&lt;BR /&gt;&lt;pre&gt;@blmara 
 
It is based on the HP_Deskjet drivers. I don't know how different they are to 
the Laserjet series. Do the Laserjets do PostScript? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185083264</guid> <pubDate>Sun, 22 Jul 2007 07:47:44 +0200</pubDate></item><item> <title>racerx (74.128.31.141) @ 22 Jul 2007, 01:14.11</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;racerx (74.128.31.141)&lt;BR /&gt;&lt;pre&gt;Does it have to be a Photoprinter?  Would it work with my HP Deskjet 697C? 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185059651</guid> <pubDate>Sun, 22 Jul 2007 01:14:11 +0200</pubDate></item><item> <title>blmara (88.115.101.28) @ 21 Jul 2007, 11:15.18</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;blmara (88.115.101.28)&lt;BR /&gt;&lt;pre&gt;Nice, the graphic printing seems to work in the first tests at my HP Laserjet 
1022 (USB) unlike with the previous HP LaserJet 5 driver. Though quite slowly. 
But the non-US-ASCII characters like &amp;auml; &amp;amp; &amp;ouml; seem to be printed 
wrong, this worked in HP LaseJet 5 driver. 
Marko 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185052518</guid> <pubDate>Sat, 21 Jul 2007 23:15:18 +0200</pubDate></item><item> <title>Bean (87.74.17.203) @ 21 Jul 2007, 11:07.42</title> <link>https://eu.os4depot.net/?function=comments&amp;file=driver/printer/hp_photosmart.lha</link> <description>&lt;STRONG&gt;By:&lt;/STRONG&gt;&amp;nbsp;Bean (87.74.17.203)&lt;BR /&gt;&lt;pre&gt;This is brilliant. I decided to try printing to my 940c USB printer this evening 
with this driver. Within 2 minutes I was printing! I had no idea it would be 
that easy! 
&lt;/pre&gt;</description> <guid isPermaLink='false'>1185052062</guid> <pubDate>Sat, 21 Jul 2007 23:07:42 +0200</pubDate></item></channel> </rss>