<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Printing to Zebra S4M Using Java and ZPL II</title>
	<atom:link href="http://www.pikopong.com/blog/2008/05/11/printing-to-zebra-s4m-using-java-and-zpl-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pikopong.com/blog/2008/05/11/printing-to-zebra-s4m-using-java-and-zpl-ii/</link>
	<description>It&#039;s all about knowledge</description>
	<lastBuildDate>Fri, 03 Sep 2010 12:13:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Yan Happler</title>
		<link>http://www.pikopong.com/blog/2008/05/11/printing-to-zebra-s4m-using-java-and-zpl-ii/comment-page-1/#comment-999</link>
		<dc:creator>Yan Happler</dc:creator>
		<pubDate>Tue, 15 Jun 2010 14:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=55#comment-999</guid>
		<description>Great blog, been having problems myself with my Zebra Lp2844 &lt;a href=&quot;http://www.aclabels.co.uk&quot; rel=&quot;nofollow&quot;&gt;barcode label printer&lt;/a&gt;. But after reading this it has helped me no end.

Many Thanks</description>
		<content:encoded><![CDATA[<p>Great blog, been having problems myself with my Zebra Lp2844 <a href="http://www.aclabels.co.uk" rel="nofollow">barcode label printer</a>. But after reading this it has helped me no end.</p>
<p>Many Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuperTrooper (compenz.nl)</title>
		<link>http://www.pikopong.com/blog/2008/05/11/printing-to-zebra-s4m-using-java-and-zpl-ii/comment-page-1/#comment-967</link>
		<dc:creator>SuperTrooper (compenz.nl)</dc:creator>
		<pubDate>Fri, 28 May 2010 10:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=55#comment-967</guid>
		<description>We also had major issues with settings and all for our Windows applications.

&quot;Zebra Setup Utilities&quot; is a great tool to config your Zebra. Make a custom .zpl file and upload using this tool is only 1 of many possibilities.

Download tool here from the manufactors site (www.zebr.com):
http://www.zebra.com/id/zebra/na/en/index/drivers_downloads/utilities/other_utilities/zebra_setup_utilities.html

Or, if the download location is changed/link doesn&#039;t work, find it this way:
Home  &gt; Drivers &amp; Downloads  &gt; Utilities  &gt; Other
 Utilities  &gt; Zebra Setup Utilities</description>
		<content:encoded><![CDATA[<p>We also had major issues with settings and all for our Windows applications.</p>
<p>&#8220;Zebra Setup Utilities&#8221; is a great tool to config your Zebra. Make a custom .zpl file and upload using this tool is only 1 of many possibilities.</p>
<p>Download tool here from the manufactors site (www.zebr.com):<br />
<a href="http://www.zebra.com/id/zebra/na/en/index/drivers_downloads/utilities/other_utilities/zebra_setup_utilities.html" rel="nofollow">http://www.zebra.com/id/zebra/na/en/index/drivers_downloads/utilities/other_utilities/zebra_setup_utilities.html</a></p>
<p>Or, if the download location is changed/link doesn&#8217;t work, find it this way:<br />
Home  &gt; Drivers &amp; Downloads  &gt; Utilities  &gt; Other<br />
 Utilities  &gt; Zebra Setup Utilities</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rencie</title>
		<link>http://www.pikopong.com/blog/2008/05/11/printing-to-zebra-s4m-using-java-and-zpl-ii/comment-page-1/#comment-798</link>
		<dc:creator>Rencie</dc:creator>
		<pubDate>Fri, 22 Jan 2010 12:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=55#comment-798</guid>
		<description>sir how could i print in a web app using a java applet for a datamax barcode printer</description>
		<content:encoded><![CDATA[<p>sir how could i print in a web app using a java applet for a datamax barcode printer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://www.pikopong.com/blog/2008/05/11/printing-to-zebra-s4m-using-java-and-zpl-ii/comment-page-1/#comment-780</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Mon, 09 Nov 2009 15:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=55#comment-780</guid>
		<description>You can use a passthrough Mode on the Zebra Printer driver.

I installed the latest Zebra printer driver for my S4M that came with it.
Go to Printers and find your S4M, right click and select properties to display the driver info.
On the General tab, click the Printing Preferences... button.  On the Printing Preferences dialog, select the Options tab.  Make sure &quot;Enable Passthrough Mode&quot; is checked.  Click the options button next to it to check/change the start and end sequence for passthrough mode.  By default, the start sequence is &quot;${&quot;, and the end sequence is &quot;}$&quot;.
So if you put that around you ZPL and then print, it should work.  I am connected over USB.

${  }$</description>
		<content:encoded><![CDATA[<p>You can use a passthrough Mode on the Zebra Printer driver.</p>
<p>I installed the latest Zebra printer driver for my S4M that came with it.<br />
Go to Printers and find your S4M, right click and select properties to display the driver info.<br />
On the General tab, click the Printing Preferences&#8230; button.  On the Printing Preferences dialog, select the Options tab.  Make sure &#8220;Enable Passthrough Mode&#8221; is checked.  Click the options button next to it to check/change the start and end sequence for passthrough mode.  By default, the start sequence is &#8220;${&#8220;, and the end sequence is &#8220;}$&#8221;.<br />
So if you put that around you ZPL and then print, it should work.  I am connected over USB.</p>
<p>${  }$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris_farley</title>
		<link>http://www.pikopong.com/blog/2008/05/11/printing-to-zebra-s4m-using-java-and-zpl-ii/comment-page-1/#comment-773</link>
		<dc:creator>chris_farley</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pikopong.com/blog/?p=55#comment-773</guid>
		<description>It&#039;s not the Java way, but I write the ZPL or EPL code to a temporary file and then print it using the operating system&#039;s &#039;command line&#039; print program:

Windows: print /d:\\WINDOWS\PRINTER_PATH filename.epl
Linux/OS X: lpr -l -P CUPS_PRINTERNAME filename.epl</description>
		<content:encoded><![CDATA[<p>It&#8217;s not the Java way, but I write the ZPL or EPL code to a temporary file and then print it using the operating system&#8217;s &#8216;command line&#8217; print program:</p>
<p>Windows: print /d:\\WINDOWS\PRINTER_PATH filename.epl<br />
Linux/OS X: lpr -l -P CUPS_PRINTERNAME filename.epl</p>
]]></content:encoded>
	</item>
</channel>
</rss>
