Hi everyone
I want to ask how to read a USB stream in C# is there any library for that.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Feb 28, 2010, 11:21 AM
AhmadPosted Feb 27, 2010, 6:24 PM
may be if i do not have the documentation i will read unuseful charachter but actually i do not know how
to read from USB in serial communication i can read through event in serial componant but in USB case
there is no USB control to use it.
Sam HobbsPosted Feb 27, 2010, 6:01 PM
AhmadPosted Feb 26, 2010, 3:16 PM
if there is any thing unclear plz ask me in order to help me
Thanx
Sam HobbsPosted Feb 26, 2010, 1:37 PM
You say you have "hardware to convert serial to USB"; that hardware should have some documentation.
I suggest downlaoding and installing USBDeview. Also the Debugging Tools for Windows has many usefull tools, including USBView.
AhmadPosted Feb 26, 2010, 11:13 AM
Kiran this article just for serial Port i need for USB.
Sam i do not have any kind of documentation the problem is
i have a Hardware that send serially i add an additional hardware to convert serial
to USB what i need is to read the streaming that comes from USB
Sam HobbsPosted Feb 25, 2010, 10:33 PM
kiran kumarPosted Feb 25, 2010, 7:24 PM
refer this article "http://www.codeproject.com/KB/cs/serialcommunication.aspx"
mark the answer if it helps you