Printing with print servers

Ask a Question related to SCO, Design and Development.

  1. #1

    Default Printing with print servers

    This question is a little off topic.

    I was experimenting from 5.0.6 to a Dlink DP300U print server.

    I found that I could telnet 10.200.200.99 9100, type some lines of text,
    close the connection and the text would be printed on the attached printer.

    The I tried the following:
    cat textfile | /usr/bin/netcat -h 10.200.200.99 -p 9100

    Nothing printed and the printer did not indicate that any data was present.

    I am just wondering "why it not print?"

    Any clues??

    Ron




    Ronald J Marchand Guest

  2. Similar Questions and Discussions

    1. Printing oversize print sizes
      I'm running Adobe Acrobat 7 Professional on a G5 system. I am using it and Distiller to create pdf files for a newspaper layout from Pagemaker 7....
    2. print on web servers printer
      does anyone have a free component or source code that will let me print html to my servers printer? -- 5khzgjf9e001@sneakemail.com
    3. printing multipage text with the print command - possible?
      Hi - I've been experimenting with using the Flash print command to print a text member from within director (passing the html as a variable and then...
    4. Aix 4.3 Pick, End of Job message printing on every print job
      While stranded on the hard shoulder of the information super highway nospam@nospam.com typed: from memory (it's been 6 years since I've looked at...
    5. Sleeping Laptops as Print Servers?
      In article <9a1028df.0306300952.559d9d85@posting.google.com>, Martin Farach-Colton <martin@farach-colton.com> wrote: They won't. When Macs are...
  3. #2

    Default Re: Printing with print servers

    On Mon, 28 Jul 2003 08:44:15 -0500, "Ronald J Marchand"
    <rojomar@covad.net> wrote:
    >This question is a little off topic.
    >
    >I was experimenting from 5.0.6 to a Dlink DP300U print server.
    >
    >I found that I could telnet 10.200.200.99 9100, type some lines of text,
    >close the connection and the text would be printed on the attached printer.
    >
    >The I tried the following:
    >cat textfile | /usr/bin/netcat -h 10.200.200.99 -p 9100
    >
    >Nothing printed and the printer did not indicate that any data was present.
    >I am just wondering "why it not print?"
    >Any clues??
    >Ron
    The D-Link DP300u print server does NOT support HP emulation (port
    9100) or printing directly to an IP socket. It only supports LPR/LPD.


    --
    # Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
    # 831.336.2558 voice [url]http://www.LearnByDestroying.com[/url]
    # [email]jeffl@comix.santa-cruz.ca.us[/email]
    # 831.421.6491 digital_pager [email]jeffl@cruzio.com[/email] AE6KS
    Jeff Liebermann Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139