> Hi Everybody I am an MCA student.
> I want to know how does the bar code reaer works and How we can use it
[quoted text clipped - 3 lines]
> Which tool to use?
> I am a fresher and want to implement this in project.
Am Tue, 27 Feb 2007 13:30:52 -0500 schrieb Oliver Wong:
>> Hi Everybody I am an MCA student.
>> I want to know how does the bar code reaer works and How we can use it
[quoted text clipped - 9 lines]
>
> - 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 - 01 Mar 2007 22:34 GMT
> 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