Questions tagged [intermec]

Intermec is a manufacturer and supplier of automated identification and data capture equipment.

Intermec is a manufacturer and supplier of automated identification and data capture equipment, including barcode scanners, barcode printers, mobile computers, RFID systems, voice recognition systems, and life cycle services

45 questions
17
votes
0 answers

Intermec PB51 says it has 864 dots across but it has only 832

I am printing images on an Intermec PB51 using ESC/P language. In the ESC V command specification, it says: After the printer receives this command, the printer dumps the binary data supplied directly to the printhead. Graphics printed with this …
esskar
  • 10,638
  • 3
  • 36
  • 57
5
votes
0 answers

Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]

I can't install a APK which I've signed with SHA-256 on an Intermec device (running Android 4.2). The very same APK I can install without any problems on a Nexus 5 (running Android 6.0). I already checked both devices and both devices do indeed…
Dominik
  • 1,703
  • 6
  • 26
  • 46
4
votes
1 answer

DP command issue in Intermec printer

I am using Intermec Direct Protocol to give print commands to the printer. It contains text as well as the barcode. Printing works as expected for numbers with 12 digits. However, when I try to print numbers having digits between 13 to 18, it…
Nishant Tanwar
  • 383
  • 4
  • 8
  • 18
2
votes
2 answers

Does Visual Studio 2005/08/10 replace Embedded Visual C++ 4.0?

In particular we are developing for Intermec CK30/CK31 running Windows CE. We have an existing C++ project that also targets newer devices (running Windows Mobile 5/6). The guy who has left this with us, just used to use both environments to develop…
weston
  • 54,145
  • 21
  • 145
  • 203
2
votes
0 answers

Printing to an Intermec mobile printer from web application

Hello I have purchased a new Intermec CK3R Mobile computer and a PB50 Printer. I am developing a inventory check in system that will work in the following way Background Basically it is a single page ASP.NET MVC application with some…
user1287453
  • 279
  • 4
  • 15
2
votes
1 answer

Software trigger for intermec CN51 barcode scanner running in Android platform

I just want to know how to trigger the barcode scanner of the intermec cn51 device through software events rather than pressing the blue hardware button for the scanner. The device is running in Android 4.1.1 If anyone out there who has tried…
icaneatclouds
  • 1,170
  • 9
  • 18
1
vote
0 answers

Catch a Wifi Authentication on Windows Mobile with C#

I would like to know if can be possible to catch a wifi authentication on windows mobile and use in NetworkCredential at my app based on windows form and c#. My client want this feature because I put one login from app and has one another login to…
Bruno Arueira
  • 314
  • 1
  • 4
  • 17
1
vote
1 answer

Weird exception with Intermec PR3 android drivers

I am integrating an android app with Intermec PR3 printer. This is what what I done in order to implement the same. Download the drivers/ LinePrinter.jar from…
Anand Vaidya
  • 1,374
  • 11
  • 26
1
vote
2 answers

How to print a GS1-Datamatrix in direct-protocol, how do I add FNC1?

I need to send a GS1-Datamatrix (value of code is dynamic) to a thermal printer (intermec) via serial port using direct protocol. The GS1 DataMatrix is a standard Data Matrix, but it should start with a FNC1 (Function Code One). The GS1 DataMatrix…
1
vote
1 answer

Intermec PR3 printer to print from android app using intermec SDK?

I'm using Intermec android SDK to print to intermec printers: Intermec Printer SDK The problem that I faced that i can't print arabic text i'm using Intermec PR3 model. I have no idea, Please help me? This is the code snippet: …
1
vote
0 answers

Strange behavior of the Microsoft Bluetooth stack under windows 7

I'm linking some Zebra, Intermec printers, etc via bluetooth ... The behaviour is: The printer is linked, for exmple, to the port COM9 I send data to the printer and it works fine After printing, I connect via Hyperterminal to send commands to the…
1
vote
2 answers

HttpWebRequest throws ConnectFailure on the real device but not on emulator for Windows Handheld 6.5

I'm having similar issues to this link No Internet on the device via code I am working on the Intermec iRoc Ci70 device which is running on Windows Handheld Embedded 6.5. This device has the 802.11abgn Wireless LAN adapter. On the device emulators…
1
vote
1 answer

Using PowerShell to FTP to label printer - mimic command-line FTP command

I'm trying to print files to an Intermec printer. I can do it with ftp command like: put C:\myfile.prn pr1 Now I'm trying to do the same thing with PowerShell and I've been able to upload files but I'm not sure how execute the last part, which is…
causita
  • 1,607
  • 1
  • 20
  • 32
1
vote
3 answers

How to print Greek characters from zpl commands

I have an Intermec PC43t barcode printer and i can't print greek characters. When i send greek characters for printing i have dots where the characters should be. When i print something in english i have the right result. I send ZPL2 commands to…
bloodlessz
  • 11
  • 1
  • 3
1
vote
1 answer

Centering a non-fixed width font in a field using Intermec Printing Language version 12

We are trying to create printer codes to send a maximum 18 character text field to a label printer using IPL version 12. This field will not always hit the max and we need it centered. Is there a way to center a font that is not fixed width in a…
Scott Boettger
  • 3,657
  • 2
  • 33
  • 44
1
2 3