PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average.

How to print to remote printer (zebra)

 
 
=?Utf-8?B?ZWxlbmE=?=
Guest
Posts: n/a
 
      7th Nov 2007
Hi, All
I have handheld "Intermec" Mobile 6.0 and remote printer (zebra type MZ 320)
I am using .NET 2005.
Please, any references how to print to this printer (printer doesn't have BT)
Please, help
 
Reply With Quote
 
 
 
 
nabeelfarid@gmail.com
Guest
Posts: n/a
 
      8th Nov 2007
On Nov 7, 8:40 pm, elena <el...@discussions.microsoft.com> wrote:
> Hi, All
> I have handheld "Intermec" Mobile 6.0 and remote printer (zebra type MZ 320)
> I am using .NET 2005.
> Please, any references how to print to this printer (printer doesn't have BT)
> Please, help


If the printer doesnot support bluetooth, How do you expect to connect
the printer to the device?
As far as my knowledge is concerned , I think MZ 320 do support
bluetooth
http://www.zebra.com/id/zebra/na/en/...le/mz_320.html

 
Reply With Quote
 
Guest
Posts: n/a
 
      8th Nov 2007
Zebra's Web Site should have a Printer Driver/SDK to make it easier to send
the PCL to the serial or usb port. I think the general steps are: 1)
prepare the printer command string, 2) open the communication port, 3) send
the string to the port and watch the printer eat paper.

The other option is to use a third party driver that takes HTML and they
will convert that to PCL commands and also send it to the communication
port. Perhaps it's worth checking PrintBoy SDK - I was going to use that
but it turns out that it did not support my printer and had some bugs. That
was a year ago ... maybe it is better now.



"elena" <(E-Mail Removed)> wrote in message
news:45297268-4AEC-49B2-94CC-(E-Mail Removed)...
> Hi, All
> I have handheld "Intermec" Mobile 6.0 and remote printer (zebra type MZ
> 320)
> I am using .NET 2005.
> Please, any references how to print to this printer (printer doesn't have
> BT)
> Please, help


 
Reply With Quote
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      8th Nov 2007
Field Software's PrinterCE is the de facto standard printing library for
Windows CE...

Paul T.

<dot-net-(E-Mail Removed)> wrote in message
news:0B0B1873-90FF-4759-8385-(E-Mail Removed)...
> Zebra's Web Site should have a Printer Driver/SDK to make it easier to
> send the PCL to the serial or usb port. I think the general steps are:
> 1) prepare the printer command string, 2) open the communication port, 3)
> send the string to the port and watch the printer eat paper.
>
> The other option is to use a third party driver that takes HTML and they
> will convert that to PCL commands and also send it to the communication
> port. Perhaps it's worth checking PrintBoy SDK - I was going to use that
> but it turns out that it did not support my printer and had some bugs.
> That was a year ago ... maybe it is better now.
>
>
>
> "elena" <(E-Mail Removed)> wrote in message
> news:45297268-4AEC-49B2-94CC-(E-Mail Removed)...
>> Hi, All
>> I have handheld "Intermec" Mobile 6.0 and remote printer (zebra type MZ
>> 320)
>> I am using .NET 2005.
>> Please, any references how to print to this printer (printer doesn't have
>> BT)
>> Please, help

>



 
Reply With Quote
 
=?Utf-8?B?ZWxlbmE=?=
Guest
Posts: n/a
 
      8th Nov 2007
Thank you for references,

"dot-net-(E-Mail Removed)" wrote:

> Zebra's Web Site should have a Printer Driver/SDK to make it easier to send
> the PCL to the serial or usb port. I think the general steps are: 1)
> prepare the printer command string, 2) open the communication port, 3) send
> the string to the port and watch the printer eat paper.
>
> The other option is to use a third party driver that takes HTML and they
> will convert that to PCL commands and also send it to the communication
> port. Perhaps it's worth checking PrintBoy SDK - I was going to use that
> but it turns out that it did not support my printer and had some bugs. That
> was a year ago ... maybe it is better now.
>
>
>
> "elena" <(E-Mail Removed)> wrote in message
> news:45297268-4AEC-49B2-94CC-(E-Mail Removed)...
> > Hi, All
> > I have handheld "Intermec" Mobile 6.0 and remote printer (zebra type MZ
> > 320)
> > I am using .NET 2005.
> > Please, any references how to print to this printer (printer doesn't have
> > BT)
> > Please, help

>

 
Reply With Quote
 
Adam
Guest
Posts: n/a
 
      8th Nov 2007
Dnia Thu, 8 Nov 2007 07:35:00 -0800, elena napisał(a):

> Thank you for references,


Don't buy any drivers!!!
Just send CPCL to 9100 port on IP of printer (if you have a WiFi
connection). You can check this using Putty in RAW mode, just telnet to
9100 (default) port and paste to window CPCL code. Zebra also has few
communication command so you can check printer state, printed labels
counter etc..

Just use TcpClient, BinaryReader and BinaryWriter (or StreamReader and
StreamWriter)
 
Reply With Quote
 
ivan.povedano@gmail.com
Guest
Posts: n/a
 
      3rd Jan 2008
On 8 nov 2007, 17:08, Adam <spam...@wp.pl> wrote:
> Dnia Thu, 8 Nov 2007 07:35:00 -0800, elena napisał(a):
>
> > Thank you for references,

>
> Don't buy any drivers!!!
> Just send CPCL to 9100 port on IP of printer (if you have a WiFi
> connection). You can check this using Putty in RAW mode, just telnet to
> 9100 (default) port and paste to window CPCL code. Zebra also has few
> communication command so you can check printer state, printed labels
> counter etc..
>
> Just use TcpClient, BinaryReader and BinaryWriter (or StreamReader and
> StreamWriter)



Have you got any examples about that?? I'm trying to print on an IP
printer from my windows CE terminal.

Thank you.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Zebra Printer TLP 2844- print jobs from MSAccess Tony Windows XP Print / Fax 0 13th Jan 2011 01:39 AM
Print bar code labels to Zebra printer Tony Girgenti Microsoft Access 4 14th Dec 2006 10:54 PM
Print Previewing a Zebra (Printer ;o) Matt Microsoft VB .NET 0 23rd Jun 2005 10:13 PM
has anyone replaced a print head on a zebra printer? James Printers 0 23rd Mar 2005 09:33 PM
How to print simple text with Zebra printer? konkwiskador Printers 0 31st Jan 2004 05:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:55 PM.