Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-23-2011, 11:34 AM   PM User | #1
santosh_tamse
New Coder

 
Join Date: Feb 2009
Posts: 26
Thanks: 1
Thanked 0 Times in 0 Posts
santosh_tamse is an unknown quantity at this point
Get data from Bar Code Scanner

Hi All,

I had a task to integrate WASP WDI4500 Scanner Reader into java code, but i just don't know how to, means i have several relevant questions in my mind as

1) What data the WASP WDI4500 Scanner Reader will return i.e in what format the data will be and how should i capture that data and get relevant data from that data read from scanner.

2) In java what communication protocol is needed to communicate with WASP WDI4500 Scanner Reader

Plz help me in this
Thanks in advance .

Suntosh
santosh_tamse is offline   Reply With Quote
Old 12-23-2011, 03:43 PM   PM User | #2
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
it seems they have their own proprietary software- you will need to contact them and see if they offer an API
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote
Old 12-23-2011, 06:24 PM   PM User | #3
ShaneC
Codeasaurus Rex


 
Join Date: Jun 2008
Location: Redmond, WA
Posts: 659
Thanks: 31
Thanked 100 Times in 94 Posts
ShaneC is on a distinguished road
To propose the stupid suggestion: Have you tried scanning into a text document?

Many of these devices, while they do come with SDKs, also provide a simple method of text entry. Usually simulating key strokes and ending the sequence with a unique keystroke (such as "Enter").

If this is the case, you won't have to do anything special at all. Just maintain focus on the text box and have your Java client do an ActionListener for its ending stroke (such as enter).

If that's not that case then yes, alykins is correct, you will need to get the SDK and incorporate it into your application.
__________________
Unless otherwise stated, any code posted is most likely untested and may contain syntax errors.
My posts, comments, code, and suggestions reflect only my personal views.
Web Portfolio and Code Snippets: http://shanechism.com
ShaneC is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:25 PM.


Advertisement
Log in to turn off these ads.