Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: new to hardware programming

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default new to hardware programming

    Hi?

    I have been taking some java basics classes and i think I have understood some of the basics. I have been able to write some small applications connected to databases.

    I now want to move to writing programs for some hardware devices. right now i have a fingerprint reader that i want to write a simple application for where its recordes the time when one swipes his finger in a database.

    I am new to this so if you have links or info to help me do this it will be very helpful to me.

    Any help greatly appreciated.
    Thanks in Advance.


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: new to hardware programming

    I'd suggest you do a google for a third party library that works with the hardware you're using. Otherwise, it's not going to be easy. You'd have to figure out how the data comes in- as an image? Raw data? Something else? Then you'd have to figure out how to get to it, and then what to do with it to turn it into meaningful information. But hopefully you can find a third party library instead.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: new to hardware programming

    i too want to do, but before that i wod like to ask u that, how to store a fingerprint scaned image to database ??? can i do that usin java aplication????

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: new to hardware programming

    Please start your own thread with a new question.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Hi everybody, im new to programming.
    By Sauliux in forum Member Introductions
    Replies: 1
    Last Post: March 5th, 2011, 12:06 PM
  2. [SOLVED] New to Programming
    By Delacratic in forum What's Wrong With My Code?
    Replies: 7
    Last Post: February 8th, 2011, 02:45 PM
  3. New to programming
    By Milanocookies56@gmail.com in forum What's Wrong With My Code?
    Replies: 5
    Last Post: March 31st, 2010, 09:55 AM
  4. Towards java programming...
    By emigrant in forum Member Introductions
    Replies: 1
    Last Post: February 15th, 2010, 03:17 AM
  5. hardware ID
    By ttsdinesh in forum Java Native Interface
    Replies: 7
    Last Post: September 27th, 2009, 03:17 AM