Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-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
Apr 20, 2001
17
0
0
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
 
Replies continue below

Recommended for you

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.
Back
Top