C# code for USB read/write? Re: My USB 2.0 hub is really 1.0--anywayto check?

R

RayLopez99

Paul--thanks.  Seems like this program is pretty safe.  For now
though, I'm too busy to check and I'll live with USB 1.1 (it is slow
but does work)

But this thread raised an interesting question for me:  I've been
looking around (not too hard, but keeping a lookout) for either free
source code or a paid, third party solution for reading / writing to
USB (the successor to Serial I/O ports) using C# programming language,
preferably a library I an drop into Visual Studio .NET.  Most of the
free stuff I saw is in C, and I hate to try and port that.

If you have any links please do let me know.

Thank you,

Ray

stuff I found from your links, but no answers:

http://msdn.microsoft.com/en-us/library/ff558731(VS.85).aspx

http://bytes.com/topic/net/answers/637380-read-write-usb-port-using-c

I want to read/write on USB port using C# with out using any third
party software means directly using .NET 2005. Is that any way to do
so??Any input will be appreciated!!Thanks in Advance

For example, for Serial I/O, as of 2008 Microsoft now has a library
devoted to it--see the link below. Is USB close enough to Serial I/O
that we can modify this library to access USB? I suspect not.

RL

Tutorial on Serial I/O (a library for .NET, as of December 2008 ):
http://www.c-sharpcorner.com/upload...12082008111137am/serialportcommunication.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top