PORTS Forum

Ports and Interfaces => USB => Topic started by: FVDB on February 25, 2011, 12:53:12 pm

Title: Reader RFID HID
Post by: FVDB 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
Title: Re: Reader RFID HID
Post by: Jan Axelson 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
Title: Re: Reader RFID HID
Post by: FVDB on February 25, 2011, 01:14:35 pm
sorry, i modify your message
Title: Re: Reader RFID HID
Post by: Jan Axelson on February 25, 2011, 02:02:09 pm
Your application can use Raw Input to read from a specific device.

Jan