Author Topic: Reader RFID HID  (Read 8474 times)

FVDB

  • Member
  • ***
  • Posts: 2
Reader RFID HID
« on: February 25, 2011, 12:53:12 pm »
Hello all,

I am to France and my english is not very good, sorry.
I have reader RFID: only read, no button, push card and directly output in application open.
I try this method to use reader only in my application and not in the active application.
Langage is VB6
VID is 4D9H and PID is 1400H
I am downloaded USBHIDIO
You have ideas ?

Thank you
Frederic

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Reader RFID HID
« Reply #1 on: February 25, 2011, 01:01:33 pm »
<< Does the data appear as keypresses in a terminal application such as HyperTerminal?>>
yes, this is exact

<<If so, you can read the data the same as any keypresses. To read from a specific device, see Raw Input. I have a link to info here>>:
But I do not want the characters go into another application. Should be attached to the HID device in my application. The keyboard and mouse continues to have normal use.

Frederic
« Last Edit: February 25, 2011, 01:13:56 pm by FVDB »

FVDB

  • Member
  • ***
  • Posts: 2
Re: Reader RFID HID
« Reply #2 on: February 25, 2011, 01:14:35 pm »
sorry, i modify your message

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Reader RFID HID
« Reply #3 on: February 25, 2011, 02:02:09 pm »
Your application can use Raw Input to read from a specific device.

Jan