Java and Hand Scanner

  • Thread starter Thread starter privateson
  • Start date Start date
P

privateson

Hi,

I am a beginner and I am working on an Airport Project now.
I need Java to read data from the hand Scanner connected to COM1.

Bits per second is 9600,
Data bits is 8.

Do you know which Class I should use?
and maybe even some examples?

Thanks for your help!
 
I am a beginner and I am working on an Airport Project now.
I need Java to read data from the hand Scanner connected to COM1.

Bits per second is 9600,
Data bits is 8.

Do you know which Class I should use?
and maybe even some examples?

I suggest you ask on a Java newsgroup instead of a C# one.

Having said that, see http://java.sun.com/products/javacomm/
 
Hi,

I am a beginner and I am working on an Airport Project now.
I need Java to read data from the hand Scanner connected to COM1.

Bits per second is 9600,
Data bits is 8.

Do you know which Class I should use?
and maybe even some examples?

Thanks for your help!

If you are using Java you might find better help in a Java newsgroup.

I imagine that most modern hardware probably comes with drivers - your best
bet is to look for a documentation that the hardware comes with.

I have written 4 libraries for communicating with serial devices - and if
the only information that you have available is what you posted here in the
NG - then I dare say you are in trouble!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top