Questions tagged [honeywell]

Honeywell International, Inc. is an American multinational conglomerate company that produces a variety of commercial and consumer products, engineering services, and aerospace systems for a wide variety of customers, from private consumers to major corporations and governments.

Honeywell International, Inc. is an American multinational conglomerate company that produces a variety of commercial and consumer products, engineering services, and aerospace systems for a wide variety of customers, from private consumers to major corporations and governments.

Honeywell is a Fortune 100 company, in 2012 it was listed as 77th in the Fortune 500 America's ranking. Honeywell has a global workforce of approximately 130,000, of whom approximately 58,000 are employed in the United States. The company is headquartered in Morristown, New Jersey. Its current chief executive officer is David M. Cote. The company and its corporate predecessors were part of the Dow Jones Industrial Average Index from December 7, 1925, until February 9, 2008.

The current "Honeywell International Inc." is the product of a merger in which Honeywell Inc. was acquired by the much larger AlliedSignal in 1999. The company headquarters were consolidated to AlliedSignal's headquarters in Morristown, New Jersey; however the combined company chose the name "Honeywell" because of its superior brand recognition.

Honeywell has many brands that commercial and retail consumers may recognize. Some of the most recognizable products are its line of home thermostats (particularly the iconic round type) and Garrett turbochargers.

Wikipedia: http://en.wikipedia.org/wiki/Honeywell

53 questions
5
votes
1 answer

Android - Honeywell Dolphin - How to detect Laser Scanner

I hope find some help from anyone who has worked on Honeywell Dolphin devices. I'm developing an Android barcode/qr code scan app for multi-devices and the major devices are Dolphin devices. (e.g Dolphin 70e Black) But to get an app with full…
MrLeblond
  • 895
  • 7
  • 22
4
votes
2 answers

Why does Tomcat return a 500 error for 14 minutes and then continues again?

We have a JRuby on Rails applications which runs fine until a certain moment. Then suddenly Tocmat returns a 500 error for about 14 minutes (we've put a redirect to the login page in the 500 error html page). The redirect to the login page returns a…
Lieven Cardoen
  • 23,220
  • 47
  • 141
  • 228
3
votes
4 answers

Capture barcode reader (keyboard-wedge) events from javascript

I am developing a web application that has to be used on Honeywell Dolphin 75e devices running Android 4.4. The integrated barcode reader can operate in "keyboard wedge" mode, but only when a text field has focus. With desktop browsers I can use…
T'lash
  • 523
  • 1
  • 3
  • 15
3
votes
1 answer

Honeywell android Barcode scanner

I have Dolphin 70e Black device.I want to scan QR code using the Laser Scanner in the device and How to start the scanning in the device in My App Please help
kukku
  • 469
  • 5
  • 17
3
votes
3 answers

getting RC=notconnected error while trying to scan a barcode through program on windows mobile on honeywell scanphone6000

We have developed a windows mobile 6.5 application that scans a barcode on Honeywell Scanphone 6000. We have used the sample code that comes with Honeywell Scanphone as power tools. Now, we have to start scanwedge application in the background in…
2
votes
1 answer

Chrome future update Restrict "private network requests". Will it affect scanning hardware on devices that make local connections?

I wrote an Angular app and its purpose is a mobile warehouse management system. The app is used primarily on mobile computers with an integrated barcode scanner. They are Honeywell TC60. This device has Android 8 OS and Chrome installed. The…
Kyle Waid
  • 152
  • 12
2
votes
2 answers

Play Sound with Honeywell Captuvo SL22 device

I would like to play a sound from the skid before and/or after a successful scan with different tones. It has a higher pitched speaker or piezo electric device that's easier to hear in our current environment as opposed to using the ipod…
Nick N
  • 844
  • 8
  • 19
2
votes
4 answers

how to know gps device point at which direction?

Currently I manage to get the direction degrees using below code: d = Math.Atan2(Math.Sin(long2 - long1) * Math.Cos(lat2), _ Math.Cos(lat1) * Math.Sin(lat2) - Math.Sin(lat1) * Math.Cos(lat2) * Math.Cos(long2 - long1)) Dim direction As Double =…
DnR
  • 3,438
  • 3
  • 20
  • 31
1
vote
0 answers

A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 17289

I have used Honeywell SDK for scanning the barcode. I have implemented the sdk but while opening the app, I'm getting the following error. A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 17289 Help, please Thanks in advance
1
vote
1 answer

Turn off 'DataWedge', 'Wedge as Keys', etc.. Programatically in Android Studio for Scanner SDKs Honeywell, Datalogic, Zebra

'DataWedge' services automatically place scan data in an 'inFocus' field like an EditText, However I would like this functionality turned off so I can place the data where I want I have already tried searching the internet and trawling through the…
1
vote
1 answer

How to force the use of ODBC-version 2.x in C# application

Odbc-driver is version 2.x, but in Visual Studio, Version 3.x is used. Need to somehow force application to use Version 2.x Right now, there is an error: "The driver doesn't support the version of ODBC behavior that the application requested (see…
1
vote
1 answer

How to permanently disable car mode?

I'm running Android 7.1 and I cannot for the life of me figure out how to ensure "car mode" doesn't start when the device (honeywell CT60) is docked. I've already tried the following: installing app "no dock" installing app "car mode off" getting…
1
vote
0 answers

Can i use Honeywell android application in my android phone for testing purpose

I am developing an app for my Honeywell CN80 device. But i don't have device right now. So can i debug android app in my mobile device to test application? Or any other solution to debug application?
1
vote
1 answer

PyUSB Barcode Scanner without Button by Honeywell

I have a Honeywell N5600 that I'm trying to use, but I don't get it to scan anything. The device is recognized as /dev/hidraw1, but as it does not have any button to press, I cannot trigger the scan and thus, when I try to read from it, it just…
Salocin
  • 363
  • 4
  • 15
1
vote
1 answer

How to send a command to Integrated Barcode scanner with android studio/app?

Question: How to communicate with an integrated Honeywell n4313 barcode scanner without the ability to use the laser beam? Current Status: I have an Chainway c6000 mobile device with integrated Honeywell n4313 barcode scanner. I somehow managed to…
Nitin
  • 871
  • 1
  • 8
  • 21
1
2 3 4