Barcode reading in Java  
Author Message
Pankaj0721@gmail.com





PostPosted: 2007-2-28 2:14:00 Top

java-programmer, Barcode reading in Java Hi Everybody I am an MCA student.
I want to know how does the bar code reaer works and How we can use it
in a poject where we can take input by reading the bar code and
display the information about the item.
like in malls they just read the barcode and all the info comes there?
Which tool to use?
I am a fresher and want to implement this in project.
Thank U
Pankaj

 
hthukral@sun





PostPosted: 2007-2-28 2:23:00 Top

java-programmer >> Barcode reading in Java On Feb 27, 11:13 pm, "email***@***.com" <email***@***.com>
wrote:
> Hi Everybody I am an MCA student.
> I want to know how does the bar code reaer works and How we can use it
> in a poject where we can take input by reading the bar code and
> display the information about the item.
> like in malls they just read the barcode and all the info comes there?
> Which tool to use?
> I am a fresher and want to implement this in project.
> Thank U
> Pankaj

hi.
This is J2ME part .
i dont think so , J2ME is in your syllabi/Curriculum in Java.


 
Sebastian Millies





PostPosted: 2007-3-1 21:27:00 Top

java-programmer >> Barcode reading in Java Am Tue, 27 Feb 2007 13:30:52 -0500 schrieb Oliver Wong:

> <email***@***.com> wrote in message
> news:email***@***.com...
>> Hi Everybody I am an MCA student.
>> I want to know how does the bar code reaer works and How we can use it
>> in a poject where we can take input by reading the bar code and
>> display the information about the item.
>> like in malls they just read the barcode and all the info comes there?
>> Which tool to use?
>> I am a fresher and want to implement this in project.
>
> It sounds like you want to do a project involving barcodes, and you
> don't know how barcodes work. Step 1 would be finding out how barcodes
> work. http://en.wikipedia.org/wiki/Barcode
>
> - Oliver

I have a more specific question: If I need to use a barcode scanner that
is connected to a Windows 2000 workstation through either a serial port
(RS 232) or a USB port, how can I read data from the device in Java 5?

In particular, am I right in thinking that there currently is no Windows
implementation for either the Java Communications 3.0 API or for the Java
USB API (JSR 80)?

-- Sebastian


 
 
Oliver Wong





PostPosted: 2007-3-2 6:34:00 Top

java-programmer >> Barcode reading in Java "Sebastian Millies" <email***@***.com> wrote in
message news:xn4916y7idsv$.13y5nk557494x$email***@***.com...
>
> In particular, am I right in thinking that there currently is no Windows
> implementation for either the Java Communications 3.0 API or for the
> Java
> USB API (JSR 80)?

I don't know about those specific APIs, but if you google for "java
USB", for example, it looks like there *are* projects and libraries out
there to facilitate accessing USB devices. Having not used any of them, I
can't comment much more than that.

- Oliver