HighTechTalks DotNet Forums  

How to print to remote printer (zebra)

Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss How to print to remote printer (zebra) in the Dotnet Framework (Compact Framework) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
elena
 
Posts: n/a

Default How to print to remote printer (zebra) - 11-07-2007 , 03:40 PM






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
  #2  
Old   
nabeelfarid@gmail.com
 
Posts: n/a

Default Re: How to print to remote printer (zebra) - 11-08-2007 , 07:36 AM






On Nov 7, 8:40 pm, elena <el... (AT) discussions (DOT) microsoft.com> wrote:
Quote:
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
  #3  
Old   
 
Posts: n/a

Default Re: How to print to remote printer (zebra) - 11-08-2007 , 08:31 AM



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" <elena (AT) discussions (DOT) microsoft.com> wrote

Quote:
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
  #4  
Old   
Paul G. Tobey [eMVP]
 
Posts: n/a

Default Re: How to print to remote printer (zebra) - 11-08-2007 , 10:10 AM



Field Software's PrinterCE is the de facto standard printing library for
Windows CE...

Paul T.

<dot-net-dev (AT) hotmail (DOT) com> wrote

Quote:
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" <elena (AT) discussions (DOT) microsoft.com> wrote in message
news:45297268-4AEC-49B2-94CC-8092D6CC624C (AT) microsoft (DOT) com...
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
  #5  
Old   
elena
 
Posts: n/a

Default Re: How to print to remote printer (zebra) - 11-08-2007 , 10:35 AM



Thank you for references,

"dot-net-dev (AT) hotmail (DOT) com" wrote:

Quote:
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" <elena (AT) discussions (DOT) microsoft.com> wrote in message
news:45297268-4AEC-49B2-94CC-8092D6CC624C (AT) microsoft (DOT) com...
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
  #6  
Old   
Adam
 
Posts: n/a

Default Re: How to print to remote printer (zebra) - 11-08-2007 , 11:08 AM



Dnia Thu, 8 Nov 2007 07:35:00 -0800, elena napisał(a):

Quote:
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
  #7  
Old   
ivan.povedano@gmail.com
 
Posts: n/a

Default Re: How to print to remote printer (zebra) - 01-03-2008 , 11:46 AM



On 8 nov 2007, 17:08, Adam <spam... (AT) wp (DOT) pl> wrote:
Quote:
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 Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.