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: Java + RFID

  1. #1
    Junior Member
    Join Date
    Feb 2011
    Posts
    7
    My Mood
    Busy
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Post Java + RFID

    Hello to all Java programmers !


    What price would be fair to create a program
    in Java that counts RFID tags ?



    The first count will be taken and and then after a certain time, another count will
    be taken. The RFID tag numbers will be assigned a word for a name/title by
    the user of the program. This is no different than inventory systems for
    large companies. ( Walmart has this in place now.)


    If a RFID tag/tags is missing, it will be revealed with another scan of the RFID
    reader.


    For moderators; I already tried using the Liveperson ads at the top
    of the page. The person replied, but I have no account and want no account
    at LivePerson. ( Probably my fault, I did not know how Liveperson works. )
    I also PMed an individual here, no reply yet. If this post is in the wrong
    place, please forgive me.


    Thanks.


  2. #2
    Banned
    Join Date
    May 2010
    Location
    North Central Illinois
    Posts
    1,631
    My Mood
    Sleepy
    Thanks
    390
    Thanked 112 Times in 110 Posts

    Default Re: Java + RFID

    I don't even know what RFID tags are. (In response to your message you sent me)

    I can tell you how to ge the name from the user of the program.

    Not sure if you're using command prompt or GUI.

    If GUI

    perhaps

    String name = JOptionPane.showInputDialog(null, "Enter a name");

  3. The Following User Says Thank You to javapenguin For This Useful Post:

    pioneer (February 17th, 2011)

  4. #3
    Junior Member
    Join Date
    Feb 2011
    Posts
    7
    My Mood
    Busy
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Talking Thanks

    Thank you for your answer !

    An RFID tag is a static or dynamic electronic circuit about the sze of a grain of rice. It can store a bit
    of information, definitely enough to provide a good amount of identification to an object. Some people
    hate them, and some like them ( Walmart ).

    Me, I want to track things with them, using Java. This is just starting to be made. This post was
    one of the first steps.

    Again, thanks for your help.
    Last edited by pioneer; February 17th, 2011 at 01:40 PM. Reason: add sentences 5 & 6

  5. #4
    Junior Member
    Join Date
    Jan 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Thanks

    me too involved in same work: tracking assets using RFID, if you have got any information regarding this please do reply for this thread.

Similar Threads

  1. RFID Class to JSP
    By cramlime in forum JavaServer Pages: JSP & JSTL
    Replies: 0
    Last Post: June 25th, 2010, 02:32 AM

Tags for this Thread