Anyone know if the device will allow you to access it via a symbolic file in windows? From what I understand of USB coding in windows the device has to expose an interface for this, if it does you can get a filename to use it. In this case I can then work with it much like the Unix guys are. But I've not been able to enumerate any interfaces from the device although I'm not 100% sure I'm doing it correctly.
Anyone done this in windows? The reason I ask is two fold, the SDK requires the app to be 32bit and second I'm a little worried about shipping the DLL in the SDK with my app.
Thanks.