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
0
votes
1 answer

Run Java application on Windows Embedded Handheld 6.5

I want to run a Java Application on an Intermec scanner with Windows Embedded Handheld 6.5 Operating System. I used this tutorial. The problem is I don't know how to run my application on the Intermec scanner. I downloaded and installed PhoneME…
Hello Lili
  • 1,527
  • 1
  • 25
  • 50
0
votes
1 answer

Intermec printer stopped printing after sending IPL commands

I tried printing a label to an Intermec printer from php using the following code: $cmds .= "C"; $cmds .= "P"; $cmds .= "E4;F4;"; $cmds .= "H0;o102,51;f0;c25;h20;w20;d0,30;"; …
bloomingsmilez
  • 411
  • 1
  • 6
  • 16
0
votes
1 answer

Disable Clock App in Windows 6.5

Disable Clock App on Windows 6.5 this code run normally in windows 6 .. but didn't work in windows 6.5 PDA (Intermic CN51) System.Byte[] offValue = new byte[1]; offValue[0] = 0x30; Microsoft.Win32.RegistryKey registryKey…
ahmed
  • 3
  • 2
0
votes
1 answer

"bootstrap could not be loaded" error on windows ce 5; visual studio 2005; Intermec CK70

I'm encountering this error whenever I debug my program: The bootstrap could not be loaded I have been encountering this since I formatted my PC Platform: Windows CE 5.0 IDE: Visual Studio 2005 Device: Intermec CK70 Thanks!
Gatherer
  • 35
  • 7
0
votes
1 answer

Connect Visual Studio 2008 (in Windows 7 64 bit OS) with Windows Mobile handheld 6.5.3 device

I have two questions below. I am a new developer to create an application for Intermec CK71 device (Windows Mobile handheld 6.5.3 OS) to scan the barcode and capture the data. I studied that I need a synchronization tool to connect VS 2008 to the…
0
votes
2 answers

Delphi printing to Generic text driver (Intermec PM4i)?

(edit This question has received few downvotes. I don't know a reason and still cannot see what's wrong with it. I can edit this if downvoters could comment about what they wish to see better written or lack of valuable info I have not given). I…
Whome
  • 10,181
  • 6
  • 53
  • 65
0
votes
1 answer

How to programmatically check if caps lock is on

I have an Intermec CK70 device, Is it possible to check programmatically if the caps lock is on? I have tried it on the orange key and green key and they're both working, since it is included in the intermec's source code. Thanks for the Help. :)
Gatherer
  • 35
  • 7
0
votes
1 answer

How do I print a QR Code on an Intermec PM4i printer

I have an external service which populates labels on an Intermec Easy Coder PM4i printer using a Text file to send instructions to the printer. My current text file looks as follows: AN 7 NASC -2 MAG 1,1:PP 98,92:DIR 1:FT "Swiss 721…
0
votes
1 answer

Intermec PM4i ASCII symbol print

Does anybody know how to print specific symbol with Intermec PM4i printer? I need to print degree symbol (°). Here is my code: H1;o20,10;w1;h2;f0;c2;d3,DEGREE° ;
user2273044
  • 161
  • 2
  • 17
0
votes
1 answer

Image Transmit to Intermec PM4i printer and then Print

I'm using Fingerprint to upload and then print image with pcx format. Step1 Upload image to printer using TCP port, I use command : IMAGE LOAD "bigfoot.1",1746,""\r\n The printer returns with message "OK". And then I send bytes data of bigfoot.1…
Andy Fong
  • 428
  • 6
  • 15
0
votes
1 answer

CK30: After using BarcodeReader() my keyboard stops working

I`m developing for a Intermec handheld device CK30 with a 2D reader in C# compact framework 2.0 (windows mobile 6.1). Everytime I use barcode mey keyboard stops working. Any ideas why? Heres the code. The first section is a class that configures…
Andrew
  • 134
  • 1
  • 17
0
votes
1 answer

Convert from Norand PL\N formatting to plain text

Does anyone have any idea how to convert from Norand (now intermec's) proprietary format PL\N to plaintext? We have an application that was written before my time, and i need to be able to change it to a readable format. This would need to be in…
Chris Norris
  • 161
  • 1
  • 3
  • 14
0
votes
2 answers

Play sound file on windows mobile device (.wav specifically)

I want to play a .wav file on a mobile device. I guess my trouble lies in actually accessing the file correctly. The following is the code I currently have: string path = "\\Windows\\badRead.wav"; System.Media.SoundPlayer player = new…
Eric
  • 7,930
  • 17
  • 96
  • 128
-1
votes
1 answer

intermec pd43 not able to print characters like é

I use java to prepare intermec code (Direct Protocol). Special characters like é,ô,Ö are not printing, rather it prints these char.s as û` "FONT \"Swiss 721 BT\", 24, 10\n" + "DIR 4\n"+ "ALIGN 7\n" + "NASC 34\n" + "PRPOS 40,40\n" + "PRTXT \"é è ô Ö…
Kart Craze
  • 75
  • 5
-1
votes
1 answer

Barcode issue in Windows Mobile App for Intermec cn50

I'm working on a Windows Mobile 6.1 app for take inventory, change price and another things, but when i want to read a bar code doesn't print the code in the input. Is not a scanner problem because when i push the buttom outside the app will print…
1 2
3