C++ USB library
arduino, c++, serial-port, usb, visual-studio-2010
Solution
libusb seems to be one of the best choices in your case. This is a lightweight, widely-used, open-source, cross-platform and well-documented C library.
Problem
Is there a library/method for communicating with a microcontroller (Arduino)? Basically, I need a method of receiving and sending data between the PC and the Arduino. I don't know what library to use, so I'm asking you. The data I'm going to send is little. Maybe 500 bytes back and forth. Everything is happening in Visual C++ 2010, in a console application.