<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TSM - printer problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677422#M52363</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The "^[" is an escape character (entered in "vi" by pressing Ctrl-V Esc)&lt;BR /&gt;&lt;BR /&gt;whe should not type the characters "^[" alone directly.&lt;BR /&gt;&lt;BR /&gt;It has to appear when you press Ctrl-V Esc.&lt;BR /&gt;&lt;BR /&gt;rest of the characters [5i , [4i has to be typed usually.&lt;BR /&gt;You have to type &lt;BR /&gt;"echo  Ctrl-v Esc[5i" to get the typed output of "echo ^[[5i"&lt;BR /&gt;&lt;BR /&gt;-K.Vijay</description>
    <pubDate>Fri, 08 Mar 2002 04:38:51 GMT</pubDate>
    <dc:creator>K.Vijayaragavan.</dc:creator>
    <dc:date>2002-03-08T04:38:51Z</dc:date>
    <item>
      <title>TSM - printer problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677416#M52357</link>
      <description>I have a lexmark T614 that I connected to the parallel port of a Windows PC.  I am running Reflections emulator, and have TSM configured for the login.  I can't seem to get the printer to print correctly, as it prints garbage (a few characters of the text on multiple pages).  I've tried to use the dumb model and other interface files with no luck. Does anyone have any suggestions?</description>
      <pubDate>Wed, 06 Mar 2002 18:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677416#M52357</guid>
      <dc:creator>Marilyn DuChene</dc:creator>
      <dc:date>2002-03-06T18:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: TSM - printer problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677417#M52358</link>
      <description>Hi Marilyn,&lt;BR /&gt;&lt;BR /&gt;If you are trying to configure a remote printer on hp and have the printer connected locally to a windows machine, configure the printer as a BSD printer on the hp side. In the printer configuration screen, select the printer as remote and then select the option that says this is a bsd printer.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2002 18:22:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677417#M52358</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-03-06T18:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: TSM - printer problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677418#M52359</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;That is a nice printer.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To use properly get it on the network and install markvision on any machine which needs it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Markvision is the lexmark jetdirect type software.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel</description>
      <pubDate>Thu, 07 Mar 2002 09:01:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677418#M52359</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-03-07T09:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: TSM - printer problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677419#M52360</link>
      <description>I have a script that helps to do local printing (printer connected to local pc or terminal)&lt;BR /&gt;&lt;BR /&gt;Hope this might help you.&lt;BR /&gt;&lt;BR /&gt;create a executable file called "local_print" with the below mentioned content (eccape sequences).&lt;BR /&gt;&lt;BR /&gt;echo ^[[5i&lt;BR /&gt;cat $*&lt;BR /&gt;echo ^[[4i&lt;BR /&gt;&lt;BR /&gt;Then use the command &lt;BR /&gt;"#local_print &lt;FILENAME&gt; " to do printing.&lt;BR /&gt;&lt;BR /&gt;K.Vijay&lt;BR /&gt;&lt;/FILENAME&gt;</description>
      <pubDate>Thu, 07 Mar 2002 10:20:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677419#M52360</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-07T10:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: TSM - printer problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677420#M52361</link>
      <description>Thanks everyone for your answers.  I've tried the BSD remote printer and that seems to work except it isn't exactly what I want.  We will be dialing into a server &amp;amp; connecting to a telnet session.  By using TSM I was hoping to print to the parallel port on the window's(or terminal's) printer.  We aren't going to be using ip based printing, and will not be logging onto the windows network. That is why Lexmark's markvision or BSD remote printing isn't what I need.  I'm not sure about the last script as I don't know how to use it.  I tried it and it doesn't do anything.  If anyone else has any suggestions - I'd like to hear them.&lt;BR /&gt;Regards,&lt;BR /&gt;Marilyn</description>
      <pubDate>Thu, 07 Mar 2002 19:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677420#M52361</guid>
      <dc:creator>Marilyn DuChene</dc:creator>
      <dc:date>2002-03-07T19:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: TSM - printer problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677421#M52362</link>
      <description>You just go to the unix prompt after logging into the system. Create a file using vi as described by vijay. The only problem is that you can't take any print out from the application but you can take the print of any file as described by Vijay.&lt;BR /&gt;&lt;BR /&gt;Sandip</description>
      <pubDate>Thu, 07 Mar 2002 19:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677421#M52362</guid>
      <dc:creator>Sandip Ghosh</dc:creator>
      <dc:date>2002-03-07T19:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: TSM - printer problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677422#M52363</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The "^[" is an escape character (entered in "vi" by pressing Ctrl-V Esc)&lt;BR /&gt;&lt;BR /&gt;whe should not type the characters "^[" alone directly.&lt;BR /&gt;&lt;BR /&gt;It has to appear when you press Ctrl-V Esc.&lt;BR /&gt;&lt;BR /&gt;rest of the characters [5i , [4i has to be typed usually.&lt;BR /&gt;You have to type &lt;BR /&gt;"echo  Ctrl-v Esc[5i" to get the typed output of "echo ^[[5i"&lt;BR /&gt;&lt;BR /&gt;-K.Vijay</description>
      <pubDate>Fri, 08 Mar 2002 04:38:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tsm-printer-problem/m-p/2677422#M52363</guid>
      <dc:creator>K.Vijayaragavan.</dc:creator>
      <dc:date>2002-03-08T04:38:51Z</dc:date>
    </item>
  </channel>
</rss>

