I would like two Java programs to communicate directly over USB without going through a device or cable. Don't ask me why, I don't know the details or reasoning behind this decision.
I have found jusb and jsr-80 to be two Java/USB APIs to do this. They work on Linux and Windows - I will need capabilities on both.
Which is more standard and accepted? Which is more stable? Which is easier for my task? Are there other standard or common Java/USB APIs out there?
I'd like to hear your guys' experiences with these or other Java/USB APIs.