<?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: Intermec C4 label printer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308154#M160790</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question, to set the printer into direct mode input, the following commands should be sent to the printer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;CR/LF to start command structure&lt;/P&gt;&lt;P&gt;Clear image memory&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Print command to image buffer; Print x copies&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how I explicitly send a CR/LF from SapScript to the printer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo de Maat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 May 2006 09:52:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-17T09:52:52Z</dc:date>
    <item>
      <title>Intermec C4 label printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308152#M160788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing a problem with an Intermec C4 label printer. I would like to print some text on a label when goods are received. I maintained the relevant output types so that the SapScript print program and SapScript form is triggered. This is working OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to print a barcode, but only some text (like material number and material description). I would like to use the printer in direct mode (e.g. send the following string to the printer to print the materialnumber: A24,312,0,4,1,1,N,"MATERIALNUMBER#: 000001").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The printer is printing something, but unfortunatelty a lot of 'rubbish' is printed as well. Also the string "A24,312,0,4,1,1,N" is printed; this string should determine the position of the text and not be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP runs on the HP-UX operating system. Unfortunately there are no Intermec C4 Unix drivers available, so the printer is installed as being a generic Ascii printer (as well in the OS as in SAP). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did someone manage to print labels from SapScript on an Intermec C4 printer by using direct mode input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 09:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308152#M160788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T09:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Intermec C4 label printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308153#M160789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This might be the problem with the drivers u are using.&lt;/P&gt;&lt;P&gt;Use Generic ASCII drivers.&lt;/P&gt;&lt;P&gt;Keep on changing the drivers of the ASCII type.&lt;/P&gt;&lt;P&gt;It's a trial and error method..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will be succeded.&lt;/P&gt;&lt;P&gt;Keep on trying. Patience needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 09:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308153#M160789</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-05-17T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Intermec C4 label printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308154#M160790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question, to set the printer into direct mode input, the following commands should be sent to the printer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;CR/LF to start command structure&lt;/P&gt;&lt;P&gt;Clear image memory&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Print command to image buffer; Print x copies&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how I explicitly send a CR/LF from SapScript to the printer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ivo de Maat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 09:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308154#M160790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-17T09:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Intermec C4 label printer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308155#M160791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go through the printer manual once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can able to know every details about the commands of the printer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be patient, it's a very tough job to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the whole manual clearly and read the commands carefully..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U dont need to seperately specify anything in the SAPSCRIPT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whatever u do on OS level printing upload the same in the sapscript...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 May 2006 10:11:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/intermec-c4-label-printer/m-p/1308155#M160791</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2006-05-17T10:11:03Z</dc:date>
    </item>
  </channel>
</rss>

