Closed stefandz closed 10 years ago
Thanks! I don't know of any better way than having a custom board.
Does it work on an iPad even though it's a compound USB device (MIDI + Serial)?
Works as far as my testing so far has demonstrated - I would be interested to hear if other users have a similar result or have any problems.
On 13 January 2014 09:34, Ralf Kistner notifications@github.com wrote:
Thanks! I don't know of any better way than having a custom board.
Does it work on an iPad even though it's a compound USB device (MIDI + Serial)?
— Reply to this email directly or view it on GitHubhttps://github.com/rkistner/arcore/pull/4#issuecomment-32154867 .
Hey
Gave this a whirl. Best way I saw to do this is add a second board to the ARcore which has an inline compiler define (-DIPAD_COMPAT, which is equivalent to #define IPAD_COMPAT). We then test for this in USBcore and switch between two current settings (500mA, or 20mA for iPad compatibility).
Let me know what you think - I tested it and it seems to work.
Stefan