How to read from USB without any driver ?

Posted by YouKnowWho on Stack Overflow See other posts from Stack Overflow or by YouKnowWho
Published on 2011-01-13T17:51:24Z Indexed on 2011/01/13 17:53 UTC
Read the original article Hit count: 141

Filed under:
|

We are creating small system which has GPS receiver and PC. We want to test my GPS receiver, We do not want to go for a driver on the first go. First I would like to test my circuit works or nor. GPS IC has been set to output NMEA sentence. We want a program which just reads data from USB port and print it on the screen.

Can we write something like this easily ? Do we have any open source tool which will achieve this purpose ?

Platform : Windows 7

© Stack Overflow or respective owner

Related posts about Windows

Related posts about device-driver