Hi, I want to send chains of 12 bits of data through USB, but I'm completely new to USB programming. Say I type in "A", and it'll send 000000000001 or something like that.
Basically, I'm wondering how you tell the USB port to send a 0 or a 1 in C++. I'm writing with wascana eclipse, and I'm not sure what libraries to use.