<?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: Re : Re: Labview driven USB Label printer in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/3659074#M1028126</link>
    <description>&lt;P&gt;Hi JB,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you share your Citizen drivers also? We have a couple Citizen printers (cl-s321 and cl-s300) and we need to send several commands for printer status and label printing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help would be very much appreciated.&lt;/P&gt;
&lt;P&gt;My email is dbarti@6tlengineering.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 14:15:12 GMT</pubDate>
    <dc:creator>DBartiTest</dc:creator>
    <dc:date>2017-07-12T14:15:12Z</dc:date>
    <item>
      <title>Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/347639#M177619</link>
      <description>Dear Labview user,&lt;BR /&gt;
&lt;BR /&gt;
I'm looking to implement a USB Label printer into my Labview
application, this printer should print out some parameters that where
used in the running application.&lt;BR /&gt;
Does someone of you know if there exemple exist for such USB
communication system or did some one already experienced USB
communication with Labview and a third part device like a printer.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
&lt;BR /&gt;
HaemoPhil&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Apr 2006 15:25:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/347639#M177619</guid>
      <dc:creator>HaemoPhil</dc:creator>
      <dc:date>2006-04-04T15:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348024#M177793</link>
      <description>&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/50639"&gt;@HaemoPhil&lt;/a&gt; wrote:&lt;BR /&gt;Dear Labview user,&lt;BR /&gt;
&lt;BR /&gt;
I'm looking to implement a USB Label printer into my Labview
application, this printer should print out some parameters that where
used in the running application.&lt;BR /&gt;
Does someone of you know if there exemple exist for such USB
communication system or did some one already experienced USB
communication with Labview and a third part device like a printer.&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;Unfortunately USB is not just another
communication interface with an according API to program like you are
used with serial or GPIB. USB is just the lowest level of the
electrical specification and protocol for an interface and the actual
data transfer is then managed in a differnt protocol level that is
highly device specific.&lt;BR /&gt;
&lt;BR /&gt;
VISA does allow to communicate with USB devices on raw level which
means you have to implement the higher level protocol yourself. But
without the exact protocol specification used by the device you can't
do that and many devices especially in the consumer area do not really
specify the exact protocol they use or use one of the predefined
protocol classes all modern OS do already have some protocol support
for.&lt;BR /&gt;
&lt;BR /&gt;
As such it is difficult to give a generic advice that would fit all USB
devices. Printers I would expect to be handled by the Windows printer
manager and should be accessed through the standard Windows printer
interface. Label Printers are somewhat special as they do not fit well
into the page oritented printing system Windows and most other OS's are
using so they usually have their own application that controls them.
This application accesses the label printer usually over a proprietary
protocol interface. While the protocol itself is almost never disclosed
the interface API sometimes is and that can be either a DLL interface
or an Active X Automation Server interface (and newer versions probably
.Net).&lt;BR /&gt;
&lt;BR /&gt;
Depending on what interface is provided AND documented you will either
have to use the Call Library Node to access the interface API DLL or
the Active X (or .Net) functions to get the according interface
running. Trying to talk to the device on USB raw is no option IMHO
eventhough the protocol may be documented&amp;nbsp; (which is highly
unlikely).&lt;BR /&gt;
&lt;BR /&gt;
Rolf Kalbermatter&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Apr 2006 08:05:33 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348024#M177793</guid>
      <dc:creator>rolfk</dc:creator>
      <dc:date>2006-04-05T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348396#M177952</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;I have used the Brother PT-9500DX with Labview and USB.&amp;nbsp; Brother has an SDK, called B-PAK, that uses com objects to control the printer.</description>
      <pubDate>Wed, 05 Apr 2006 18:47:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348396#M177952</guid>
      <dc:creator>Brian_Beal</dc:creator>
      <dc:date>2006-04-05T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348611#M178037</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Brian,&lt;/P&gt;
&lt;P&gt;Thanks for information, the Brother SDK looks much more complete as the one we where looking for from Seiko...&lt;/P&gt;
&lt;P&gt;Would it be possible for you to send me an example of your Labview implementation as I am really new and not familiar in such programing methodes...&lt;/P&gt;
&lt;P&gt;Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2006 07:24:21 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348611#M178037</guid>
      <dc:creator>HaemoPhil</dc:creator>
      <dc:date>2006-04-06T07:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348688#M178062</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Here is an example.&amp;nbsp; You&amp;nbsp;need to create a label template using the regular Brother software.&amp;nbsp; You can then run your Labview program to change the data in the template, and print your label.</description>
      <pubDate>Thu, 06 Apr 2006 10:58:48 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348688#M178062</guid>
      <dc:creator>Brian_Beal</dc:creator>
      <dc:date>2006-04-06T10:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348697#M178068</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Brian,&lt;/P&gt;
&lt;P&gt;Thanks a lot&amp;nbsp;that's exactly what I need for my application...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2006 11:15:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348697#M178068</guid>
      <dc:creator>HaemoPhil</dc:creator>
      <dc:date>2006-04-06T11:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348782#M178107</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;FONT color="#000000"&gt;We use different label printers from &lt;A href="http://www.citizen-europe.com/printer/barcode/barcode.htm" target="_blank"&gt;Citizen&lt;/A&gt;. We have developped a driver for the serial port and for USB.&lt;/FONT&gt;</description>
      <pubDate>Thu, 06 Apr 2006 13:42:08 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/348782#M178107</guid>
      <dc:creator>JB</dc:creator>
      <dc:date>2006-04-06T13:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/527959#M249935</link>
      <description>Awesome Brian, that code worked perfectly. How did you know to use that DLL? I found it at C:\Program Files\Brother bPAC SDK\Samples\VBNET\bin\Interop.BrssCom.dll. Also, how did you redistribute this, just printer drivers and this DLL or did you somehow use their redist files?&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;zeb&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 May 2007 17:14:42 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/527959#M249935</guid>
      <dc:creator>zeb</dc:creator>
      <dc:date>2007-05-29T17:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/528147#M250010</link>
      <description>&lt;DIV&gt;The details are a little foggy, but I think I just followed the instructions that came with the SDK download.&amp;nbsp; They were geared towards VB, but the made sense for Labview.&amp;nbsp; I don't know if I ever had to redistribute these.&amp;nbsp; You will probably need to install both the driver and SDK on a target machine.&lt;/DIV&gt;</description>
      <pubDate>Tue, 29 May 2007 21:28:50 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/528147#M250010</guid>
      <dc:creator>Brian_Beal</dc:creator>
      <dc:date>2007-05-29T21:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/529293#M250410</link>
      <description>&lt;DIV&gt;I use&amp;nbsp;Zebra TLP-3844-Z's (usb interface) with great results, I just load them on as the windows default printer then use the easy text report vi to pump the text data to my default windows printer.&amp;nbsp; I have about 15 of these running in a production environment printing anywhere from 60 labels per hour to 300 labels per hour.&amp;nbsp; The only fallback is the fact that you rely on windows to get your label there in a timely manner which depending on your program load on the cpu could cause some lag in the print.&lt;/DIV&gt;</description>
      <pubDate>Thu, 31 May 2007 13:50:11 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/529293#M250410</guid>
      <dc:creator>ssilk</dc:creator>
      <dc:date>2007-05-31T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/669173#M307716</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 11pt; COLOR: #666666; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: SL; mso-bidi-language: AR-SA"&gt;I have Zebra&amp;nbsp; TLP3844-Z on USB and with easy text report I always get error "Invalid printer name" even with the Default printer name found with Query available printers.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN lang="EN-US" style="FONT-SIZE: 11pt; COLOR: #666666; FONT-FAMILY: Arial; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: SL; mso-bidi-language: AR-SA"&gt;I want to print barcode label define with zpl .txt file and DOS print command to printer on LPT port work great, &lt;SPAN lang="EN-US" style="FONT-SIZE: 11pt; COLOR: #666666; FONT-FAMILY: Arial; mso-ansi-language: EN-US"&gt;but I must use 2 printers and target PC haven’t any LPT port.&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="mso-ansi-language: EN-US"&gt;&lt;NAMESPACE prefix="o" ns="urn:schemas-microsoft-com:office:office"&gt;&lt;/NAMESPACE&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2008 08:43:16 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/669173#M307716</guid>
      <dc:creator>Oldi</dc:creator>
      <dc:date>2008-03-11T08:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/670338#M308259</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;The error that you are receiving might have to do with the margins that you have set.&amp;nbsp; Please see &lt;A href="http://digital.ni.com/public.nsf/allkb/67D60209102E2161862568AC0074BF64?OpenDocument" target="_blank"&gt;this&lt;/A&gt; article for more details on troubleshooting this error, thanks!</description>
      <pubDate>Wed, 12 Mar 2008 15:58:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/670338#M308259</guid>
      <dc:creator>MeghanK</dc:creator>
      <dc:date>2008-03-12T15:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/670855#M308492</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Problem is that I must send only data, nothing elese, no margins, page format... nothing and these is a problem, how to do that in Windows.&amp;nbsp;With DOS Print file command these can be done, but only if printer is on LPT1.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2008 08:03:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/670855#M308492</guid>
      <dc:creator>Oldi</dc:creator>
      <dc:date>2008-03-13T08:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/671636#M308827</link>
      <description>&lt;DIV&gt;If you are using the TLP-3844 then you also have the serial port option.&amp;nbsp; I am now up to about 35 of these and all of them so far have all three communication options (RS-232, USB, LPT) standard.&amp;nbsp; You should be able to use the included software with the printer to layout your barcode and then serially send your text.&amp;nbsp; Zebra has very good serial suppport and I think it should work for you, although it is definitely harder than lpt or usb default printing.&amp;nbsp; and if you have to go USB then go with a USB to serial converter.&lt;/DIV&gt;</description>
      <pubDate>Fri, 14 Mar 2008 02:23:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/671636#M308827</guid>
      <dc:creator>ssilk</dc:creator>
      <dc:date>2008-03-14T02:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832275#M378013</link>
      <description>&lt;P&gt;Hi JB,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will you be able to share your driver and use with a Citizen printer.&lt;/P&gt;&lt;P&gt;I am to use a CBM1000 USB printer. Thank you.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Univers-Bold" size="6"&gt;&lt;FONT face="Univers-Bold" size="6"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2009 05:21:10 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832275#M378013</guid>
      <dc:creator>Gelb</dc:creator>
      <dc:date>2009-01-08T05:21:10Z</dc:date>
    </item>
    <item>
      <title>Re : Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832332#M378037</link>
      <description>&lt;P&gt;Hi Gelb,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a lot of work and knowledge behind this driver and therefore I'm not willing to share it on this forum. Please give me your email so I can contact you privately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS : Gelb --&amp;gt; do you speak german ? &lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2009 08:57:36 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832332#M378037</guid>
      <dc:creator>JB</dc:creator>
      <dc:date>2009-01-08T08:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Re : Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832376#M378049</link>
      <description>&lt;P&gt;Hi JB, &lt;/P&gt;&lt;P&gt;Ja ich spreche ein bischen deutsch aber nicht gut. Spricht du aus?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mine email is &lt;A href="mailto:gelbvonn@yahoo.com" target="_blank"&gt;gelbvonn@yahoo.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for sharing your knowledge.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;JB&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2009 10:13:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832376#M378049</guid>
      <dc:creator>Gelb</dc:creator>
      <dc:date>2009-01-08T10:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832437#M378079</link>
      <description>On of my customer has made a request for label printing with barcode. I have done some research and came over this free tool for making barcodes in Labview.&amp;nbsp;&lt;A href="http://code.google.com/p/lvbarcode/" target="_blank"&gt;http://code.google.com/p/lvbarcode/&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;A href="http://sourceforge.net/projects/lvbarcode" target="_blank"&gt;http://sourceforge.net/projects/lvbarcode&lt;/A&gt;. Using this and a label printer it should not be to hard to make a small frontpanel and print it via standard printer driver. I know the Dymo label printer behaves like a standard printer. So the task is only to fit the fontpanel size to the label. As for now my project is put on hold. But maybe someone in this forum can use this information</description>
      <pubDate>Thu, 08 Jan 2009 12:01:45 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/832437#M378079</guid>
      <dc:creator>Coq_Rouge</dc:creator>
      <dc:date>2009-01-08T12:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/976317#M437603</link>
      <description>&lt;P&gt;Do you make this Driver? is ease to do it in serial or parallel port but in my case I need it in USB because I have 3 test station with two printers each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Idea?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2009 23:58:17 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/976317#M437603</guid>
      <dc:creator>lmontoya</dc:creator>
      <dc:date>2009-09-01T23:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Labview driven USB Label printer</title>
      <link>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/976436#M437647</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;lmontoya wrote: &lt;BR /&gt;&lt;P&gt;Do you make this Driver? is ease to do it in serial or parallel port but in my case I need it in USB because I have 3 test station with two printers each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any Idea?&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt; Which driver of the about 5 discussed in this thread do you mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rolf Kalbermatter &lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2009 06:13:17 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Labview-driven-USB-Label-printer/m-p/976436#M437647</guid>
      <dc:creator>rolfk</dc:creator>
      <dc:date>2009-09-02T06:13:17Z</dc:date>
    </item>
  </channel>
</rss>

