Android Question Honeywell EDA51 laser input problem

SimonAndroid

Active Member
Licensed User
Longtime User
It is possible to intercept the event that comes from laser input compared to the keyboard one. That is, I would like to read from handheld device the input that comes from the laser and handle the string read. My device is a Honeywell EDA 51. Is there a possibility to use the device's Honeywell SDK?
 

DonManfred

Expert
Licensed User
Longtime User
Is there a possibility to use the device's Honeywell SDK?
Sure, write a wrapper for the sdk.
Alternatively you can use JavaObject to access it.
 
Last edited:
Upvote 0

SimonAndroid

Active Member
Licensed User
Longtime User
Sorry I started using B4A a few months ago, I wouldn't know how to do the 'wrapper' of an SDK. Can you help me?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Can you help me?
How should i? I do not have a account at honeywell and do not have the sdk to have a look at. Hard to say without seeing the requirements/example/documentation.
I´m pretty sure i am able though ;-)

Start with downloading the SDK, example, Documentation and Post a downloadlink.

You can create a Thread in the Job Offer forum if you are not able to do it by yourself.
 
Upvote 0

SimonAndroid

Active Member
Licensed User
Longtime User
ok, I asked to have access to the SDK to the company supplying the device, I hope to have news in a short time. Thank you..
 
Upvote 0

amorosik

Expert
Licensed User
Hi, I have the same problem with an Eda52, could I see the sdk you managed to get?
Are you then able to use it with programs made in B4A?
 
Upvote 0

amorosik

Expert
Licensed User
I have solved not using sdk, it depends what you have to do with it...

The usual things:
- activate the barcode scanner and read the read code
- read / write data from / to central computer, via wifi
- send sms / read sms and execute commands based on the message received
 
Upvote 0
Top