I've been studying Java on my own for a few months now, but I've hit a bit of a snag.
Can anyone tell me how to access a device plugged into a USB port? (As far as I have been able to tell, Java has no built-in way to access USB ). Is it possible to connect ( via a socket or something ) to the installed driver on a windows7 PC and interface with the camera that way (The CCD camera has ASCOM compliant drivers installed )? Unfortunately I don't know how to access device drivers on a windows system through java yet as none of the books i'm studying with seem to touch on anything like this and I don't really know what i'm looking for in the Java API documentation :(
If someone can point me to the appropriate reading or has some examples of interfacing with device drivers in Windows7 I would appreciate it. Just for some context, I'm building a rudimentary camera control application. Thanks.