Click here to Skip to main content
15,884,017 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
I am working on a windows forms application project. I have a serious problem in communicating with my avr microcontroller: Xmega256A3BU. I have designed a form using vc# windows form And according to the input from the user,I am going to send data to the avr micro. I want to send data into usb port. Is there any way to do this? somebody plz help!
Posted

1 solution

For that you can use USB library for .NET.

Quote:
#usblib (SharpUSBLib) is a wrapper around the libusb project (WIN32), thus you must have it installed prior to using #usblib. Mike started this project because he wanted to program a power switch (GEMBIRD SIS-PM) with a USB port and didn't find any .NET USB library. One goal is to provide a platform independent (Linux/Win32 solution) USB access layer for .NET.

The USB library for .NET
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900