Is it possible to have two applications on the same computer to talk to each other directly over USB (no cable, no associated devices)? Is it easy/hard? What API would you guys recommend?
Yes, I posted a similar thread, but it was asking specifically for a JAVA/USB implementation, which I found, but I need windows support. So now I'm looking for any USB API - it doesn't have to work in java. I can always just use JNI/JNative to use the native code/library.
I haven't found many people on the internet that have done the same thing.