• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to read barcode code 39 type from scanner?

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,


i have barcode code-39 format. how to i read this value from reader??? give me suggessions to plan???

--
suresh
 
Ranch Hand
Posts: 312
MS IE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please find out whether, the Barcode Reader comes with a Java library exposing APIs that can be used to manipulate the Barcode Reader. If so, please use it, if not, please use JNI to access APIs exposed by the device driver of the Barcode Reader.
 
sureshreddy govindu
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks to reply,


i am using rs 232 barcode scanner. this barcode scanner not give any doc and jar for java. if you know, give me url of the site.
 
Ranch Hand
Posts: 495
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe this?
http://www.ccdscanner.net/barcode-scanner-rs232-wisnap-wifi-rs232-serial-adapter-with-osx-and-javaterm.html

It uses Java IO. Maybe you could find the program used?
cc11rocks

EDIT : The program they use is "JavaTerm" I believe. It is for all platforms and is made in Java. Maybe you'll figure something out with this?
http://serialio.com/support/jspJavaTerm.php

EDIT (2) : In this next article, I found these (Same website, different webpage) :

http://serialio.com/products/serialport/packages.php

"Java Source Code for JavaTerm application." Under "Standard". Search for this when you go the site. Good luck!

"Java Source code for javax.comm.SerialPort implementation." & "Java Source code for modem classes." Under "Enterprise Windows Pack".

"Java Source code for javax.comm.SerialPort implementation." & "Java Source code for modem classes." Under "Enterprise Unix Pack".

"Java Source code for javax.comm.SerialPort implementation." & "Java Source code for modem classes." Under "Enterprise Mac Pack".

I also found more things related to "Source code" on the page
 
reply
    Bookmark Topic Watch Topic
  • New Topic