Hi,

I need to set a prototype RFID system. It will be a basic systems that will
show :

1. an RFID read event,
2. Update of a backend database (inventory).

Is there any RFID emulator available that I can use to generate an event ? I
do not have a redy to go RFID setup.

Thanks in advance

SJ

Re: RFID Prototype by Paul

Paul
Mon Feb 05 14:51:11 CST 2007

There's not even a standard interface to RFID readers at all, as far as I
can think. Why not just buy one of the readers you expect to use, since
that will have the right interface, serial or whatever, on it?

Paul T.

"SJ" <SJ@discussions.microsoft.com> wrote in message
news:3933616D-B781-41D6-97C6-AE7E958B445F@microsoft.com...
> Hi,
>
> I need to set a prototype RFID system. It will be a basic systems that
> will
> show :
>
> 1. an RFID read event,
> 2. Update of a backend database (inventory).
>
> Is there any RFID emulator available that I can use to generate an event ?
> I
> do not have a redy to go RFID setup.
>
> Thanks in advance
>
> SJ



Re: RFID Prototype by SJ

SJ
Mon Feb 05 19:30:01 CST 2007

Honestly, we are too tied fisted to buy an RFID reader at this moment. We
need to show a proof of concept to client. thx




"Paul G. Tobey [eMVP]" wrote:

> There's not even a standard interface to RFID readers at all, as far as I
> can think. Why not just buy one of the readers you expect to use, since
> that will have the right interface, serial or whatever, on it?
>
> Paul T.
>
> "SJ" <SJ@discussions.microsoft.com> wrote in message
> news:3933616D-B781-41D6-97C6-AE7E958B445F@microsoft.com...
> > Hi,
> >
> > I need to set a prototype RFID system. It will be a basic systems that
> > will
> > show :
> >
> > 1. an RFID read event,
> > 2. Update of a backend database (inventory).
> >
> > Is there any RFID emulator available that I can use to generate an event ?
> > I
> > do not have a redy to go RFID setup.
> >
> > Thanks in advance
> >
> > SJ
>
>
>

Re: RFID Prototype by ctacke/>

ctacke/>
Mon Feb 05 22:39:15 CST 2007

Then you'll have to write an emulator. Of course, if time is worth anything
it's cheaper to just buyt the hardware...


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"SJ" <SJ@discussions.microsoft.com> wrote in message
news:C329CA46-AB3B-4EF1-BE2C-4A1DAAE560E1@microsoft.com...
> Honestly, we are too tied fisted to buy an RFID reader at this moment. We
> need to show a proof of concept to client. thx
>
>
>
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> There's not even a standard interface to RFID readers at all, as far as I
>> can think. Why not just buy one of the readers you expect to use, since
>> that will have the right interface, serial or whatever, on it?
>>
>> Paul T.
>>
>> "SJ" <SJ@discussions.microsoft.com> wrote in message
>> news:3933616D-B781-41D6-97C6-AE7E958B445F@microsoft.com...
>> > Hi,
>> >
>> > I need to set a prototype RFID system. It will be a basic systems that
>> > will
>> > show :
>> >
>> > 1. an RFID read event,
>> > 2. Update of a backend database (inventory).
>> >
>> > Is there any RFID emulator available that I can use to generate an
>> > event ?
>> > I
>> > do not have a redy to go RFID setup.
>> >
>> > Thanks in advance
>> >
>> > SJ
>>
>>
>>



Re: RFID Prototype by Luc

Luc
Tue Feb 06 03:42:16 CST 2007

Hi,

write a simple application that outputs a serial data string comparable to
the data on a RF-ID tag when you hit a button.
you can simulate a RFID read event this way. There are plenty of readers on
the market with a serial interface. So, with minor software modifications,
you will be able to connect the real thing.

regards,

Luc

"SJ" <SJ@discussions.microsoft.com> wrote in message
news:3933616D-B781-41D6-97C6-AE7E958B445F@microsoft.com...
> Hi,
>
> I need to set a prototype RFID system. It will be a basic systems that
will
> show :
>
> 1. an RFID read event,
> 2. Update of a backend database (inventory).
>
> Is there any RFID emulator available that I can use to generate an event ?
I
> do not have a redy to go RFID setup.
>
> Thanks in advance
>
> SJ