zebra-printers

Communication with Zebra RFID Printer | C# .NET

泄露秘密 提交于 2019-12-11 21:07:11
问题 We are developing an application which prints RFID labels using Zebra RZ400 RFID printer. Until now, we were sending ZPL commands by RawPrinterHelper class which makes call to winspool.drv. However, we soon realized that not all tags are printed successfully so we looked for a way to get feedback about the success of the last print operation. There is a command "^RV" that is said to return a string upon a print operation that reflects operation success result. Now, the problem is we don't

How to get started with epl visual basic zebra printing

橙三吉。 提交于 2019-12-11 14:01:43
问题 i can't really find anything on how to print through EPL with Visual Basic. Can anyone help me write some simple text to the printer. I found the Zebra EPL manual so I thing i can go from there, i just dont get it started. Thanks 回答1: The way I do it is using the FSO to do a filecopy from of the label text file to the UNC path of the printer. (i.e. FSO.copyfile filepath, UNCpath). Create a string with the EPL raw file (text) in it. Save it to a temp file then do the copyfile I mentioned above

Zebra Printer Python Package in Pycharm

一曲冷凌霜 提交于 2019-12-11 11:41:47
问题 I am trying to install the zebra-0.0.5 package in pycharm on a windows machine. I did have pip and win32 installed. But this error keep showing up. Would someone had similar experience before help? Thanks! Could not find a version that satisfies the requirement win32print (from zebra) (from versions: ) No matching distribution found for win32print (from zebra) 回答1: The zebra module depends on a module called win32print on Windows for the installation to complete. Since the win32print module

Windows IoT - USB Printer

♀尐吖头ヾ 提交于 2019-12-11 10:20:04
问题 The question is similar to question in this thread Windows IoT - Zebra Bluetooth Printer . I have a Zebra GX420d printer. The only difference is, it is not connected via Bluetooth but via USB. I can't seem to get it paired with my raspberry pi 2. I need to print something out (like "Hello world"). Please help. Update: So, i installed the usb driver for the printer, now the Raspberry can see it, but i still can't write anything to the printer. Now i get the "Attempted to read or write

ZPL How to center text with variable length

 ̄綄美尐妖づ 提交于 2019-12-11 07:08:36
问题 I use Zebra Designer to create my labels. But I have a problem to center my elements. Indeed when I create a text box with Zebra Designer, it has a fixed length and when I replace the text inside (by a variable Php giving me the price for example) ==> if this text is larger than this that I have defined it does not focus. So I would like to create a text box the width of the label and where the text would be centered inside, regardless of its length CT~~CD,~CC^~CT~ ^XA~TA000~JSN^LT0^MNW^MTD

Get default printer name from javascript?

房东的猫 提交于 2019-12-11 06:48:18
问题 Is it possible to fetch the name of default printer from javascript? I need only the name of the printer and display a dialogue asking the user to manually change his default printer, if the default printer doesn't meet my appliation requirement. Im using plain javascript 回答1: In "plain" javascript this is not possible. Please add more details to your question if you're using some HTML5-ish related API. 回答2: This is not possible. Related: Disabling browser print options (headers, footers,

Why does everything print on the same line, even though I'm adding crlfs?

馋奶兔 提交于 2019-12-11 06:24:04
问题 This will print (although still ugly) on the Zebra QL220 belt printer from my CE/CF app running on a Motorola MC3100 handheld: public void PrintBarcode(string barcode, string UPC, string description, decimal listPrice) { using (SerialPort serialPort = new SerialPort()) { serialPort.BaudRate = 19200; serialPort.Handshake = Handshake.XOnXOff; serialPort.DataBits = 8; serialPort.Parity = Parity.None; serialPort.StopBits = StopBits.One; // other choice is Two (see p. 14-21 in CPCL pdf) serialPort

Printing on citrix server

北战南征 提交于 2019-12-11 04:26:02
问题 We are using Delphi 7 to develop database apps with advantage as a backend. Our system is usually installed on the windows server with the pcs acting as terminals. All the settings and database are on the server. we are having problems running our software on Citrix servers. In particular printing seems to be an issue. Both in selecting the right printer and in the formatting of the report. We use Rbuilder version 10 to produce our reports and they are sent to a zebra label printer so not a

Windows Mobile to Zebra Printer over WLAN (ad hoc)

送分小仙女□ 提交于 2019-12-11 02:34:34
问题 I have an Intermec (CN3) Windows Mobile 5.0 device and a Zebra P4T printer. The printer does not have blue tooth. But the printer does have wireless capabilities that can be configured from a PC. http://j.imagehost.org/0665/printer_network_config.png The working environment does not have a wireless network that we can take advantage of. We are writing a .NET Compact Framework application that will run on the Intermec device and print to the Zebra printer over a wireless connection. What

printing issue with Zebre printer iMZ320 [closed]

隐身守侯 提交于 2019-12-11 01:45:30
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . i am trying to print png image from iMZ320 zebra printer with my iPhone using multi-platform SDK. It prints hex values instead of the required image. Can anybody resolve this issue. Thanks in advance. 回答1: Often the iMZ ships in line print mode, making it unable to understand normal ZPL commands, such as those