CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10
  1. #1
    Join Date
    Jun 2008
    Posts
    57

    [RESOLVED] Sending data to USB with C# ?

    Hi.
    I'm gonna send data to USB with C# !
    I've seen http://sourceforge.net/projects/libusbdotnet/ , but it hasn't a proper documentation , so I couldn't realize using it .

    Could you guide me ?
    Thank you.

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Sending data to USB with C# ?

    A better way of learning what the code does is to run and debug through it. It will give you a good idea of what is happening inside the code.

  3. #3
    Join Date
    Jun 2008
    Posts
    57

    Re: Sending data to USB with C# ?

    Good, but which program I ought to debug it ?

  4. #4
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Sending data to USB with C# ?

    If it is C#, I would assume you should you use Visual Studio 2005/2008.

  5. #5
    Join Date
    Jun 2008
    Posts
    57

    Re: Sending data to USB with C# ?

    Do you mean libusbdotnet ? if so, frankly, there isn't a sample of it to debug

  6. #6
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Sending data to USB with C# ?

    I see there is a download link on the same page.

  7. #7
    Join Date
    Jun 2008
    Posts
    57

    Re: Sending data to USB with C# ?

    Thank you Shuja Ali. I've seen it.
    But do you know anything else except that ?

  8. #8
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Sending data to USB with C# ?

    Quote Originally Posted by M-Dayyan View Post
    Thank you Shuja Ali. I've seen it.
    But do you know anything else except that ?
    What is it that you are looking for?

  9. #9
    Join Date
    May 2007
    Posts
    1,546

    Re: Sending data to USB with C# ?

    Do you mean libusbdotnet ? if so, frankly, there isn't a sample of it to debug
    That's weird because I just downloaded it and found three examples including source code. What more could you ask for?
    www.monotorrent.com For all your .NET bittorrent needs

    NOTE: My code snippets are just snippets. They demonstrate an idea which can be adapted by you to solve your problem. They are not 100% complete and fully functional solutions equipped with error handling.

  10. #10
    Join Date
    Jun 2008
    Posts
    57

    Re: Sending data to USB with C# ?

    Thanks guys.
    I've got it.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured