Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading the USB port

Status
Not open for further replies.

ccrum

Electrical
Joined
Apr 20, 2001
Messages
17
Location
US
I need to write an application that can access data comming in on a USB port. Does anyone know how to access a device on the USB port or can anyone point me in the right direction to find out how to do this?

Cameron
 
CCRum,

What operating system are you using? And what programming language are you using? If you are writing in C, C++ or Java, you can open a stream to the USB port just by giving the port's name to the open statement.

-Kevin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top