RFID and PC Interfacing using Visual Basic without using a PIC


Closed Thread
Results 1 to 2 of 2

Hybrid View

  1. #1
    Masuka's Avatar
    Masuka Guest

    Default RFID and PC Interfacing using Visual Basic without using a PIC

    I recently bought an ACM812A RFID module which the manual says it can read and write ISO18000-6B EPC Passive tags and is software programmable. The manual goes on to say it is able to decode ISO-18000B EPC. The manual goes on to say it allows Programmable Interface with host applications and Currently Supports Visual Basic or VC applications.

    My question from your experience with RFID guys, do you think it is possible to develop my VB interface which can read and write to the tags without using the demo software they provided (It seems difficult to me to link their demo software with a database ). I want to make sure that my VB stores each tag's serial number it reads to an Access Database and then sends a character to a seperate PIC so that I will open a gate. (Its a tollgate system that i am developing)

    Please help me
    Lee

  2. #2
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default Re: RFID and PC Interfacing using Visual Basic without using a PIC

    We don't have the "said" manual, but if they use generic serial communication, I don't see why it should'nt work?

    There's quite a load of code example of "how to use Acess database with VB & C#" all over the web. And so there's a load of example to help you to communicate from your PIC application with VB/C# using serial port, even USB.

    Start small, begin with simple bi-directional serial communications, build a project... keep it on the shelf.

    Use some existing Access example, play a little bit with, build a project... keep it on the shelf.

    Mix the two above,
    Then apply to the specific device you're using.... wash and rinse.

    Key: Begin small.
    Last edited by mister_e; - 5th February 2011 at 20:01.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts