Quote:
Originally Posted by Mr. Goodbar
I'm doing some digging around in the files for the plugin and I've noticed that there is no device id for either the mini 3 or ipad air 2 in the "_init_.py" file.
All other devices seem to have an identifier. I'm going to keep looking to see if I see anything else.
I don't know how to fix it, but could that be an issue? It would appear that it does not see either the air 2 or the mini 3 as valid devices thus it won't connect to them.
|
Could be....apparently all USB devices have a vender id (VID), which will be specific to Apple, and a product id (PID), which is specific to the product. So my IPad mini's PID is 0x12ab, and this appears in the IOSRA plugin log once the IPad is successfully connected:
I can see from your log that the connection is not getting that far. We just need to get the PID for your Air 2 - this link shows how to do this for different (linux) O/S:
http://www.treshna.com/how-to-find-u...ating-systems/.
This link does a similar thing for Windows 7:
https://support.shippingeasy.com/ent...t-Integration-. This works for me - I get back PID_12AB.
So if you can find the PID for your Air 2, in theory we just need to add it to the IOSRA plugin.