Search:
Forum
General C++ Programming
USB device as input
USB device as input
Sep 28, 2011 at 4:38am UTC
ajaustin12
(9)
Basically I would like to know if you can take the output of a USB device and use it as your input for a program that you have written?
The second thing is if you can where may I find information on this?
The devices I will be using is and RFID reader and a magnetic card reader.
I am new to C++ and have only a working knowledge of basic code.
Thank you in advance.
Sep 28, 2011 at 5:59am UTC
kbw
(9488)
The computer communicates with a device using a device driver. Assuming the device is working ocrrectly with the OS, you just open it, the same way you'd open a file, and read from it.
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs