Hi all, I've got a slightly older IOIO-OTG from SparkFun (DEV-11343 <https://www.sparkfun.com/products/retired/11343>). I'm trying to connect the IOIO to a Windows 7 PC and a Java app.
Details about my setup (to help debug) - I've setup IntelliJ IDEA as a Java IDE with the IOIO Lib. - I downloaded the latest IOIO Lib (App-IOIO0504.zip <https://github.com/ytai/ioio/blob/master/release/software/App-IOIO0504.zip>) from github/ioio/release/software. - I am compiling my app with the "src/ioio/lib" & "target/pc/src/ioio/lib" dirs. Running the console test (HelloIOIOConsole <https://github.com/ytai/ioio/tree/master/software/applications/pc/HelloIOIOConsole>) gives me the following errors. What should I do? Do I have to upgrade the IOIO using IOIODude? I could not find a pre-compiled JAR of IOIODude or instructions how to use it anywhere. Any help is appreciated. [D/SerialPortIOIOConnectionBootstrap] Adding serial port COM3 > [D/IOIOImpl] Waiting for IOIO connection > [V/IOIOImpl] Waiting for underlying connection > [V/IOIOImpl] Waiting for handshake > [I/IncomingState] IOIO Connection established. Hardware ID: SPRK0020 > Bootloader ID: IOIO0400 Firmware ID: IOIO0330 > [V/IOIOImpl] Querying for required interface ID > [E/IOIOImpl] Required interface ID is not supported > [E/IOIOBaseApplicationHelper] Incompatible IOIO firmware > ioio.lib.api.exception.IncompatibilityException: IOIO firmware does not > support required firmware: IOIO0005 > at ioio.lib.impl.IOIOImpl.checkInterfaceVersion(IOIOImpl.java:208) > at ioio.lib.impl.IOIOImpl.waitForConnect(IOIOImpl.java:135) > at > ioio.lib.util.IOIOBaseApplicationHelper$IOIOThread.run(IOIOBaseApplicationHelper.java:58) > [D/IOIOImpl] Client requested disconnect. > [I/IOIOProtocol] IOIO disconnected > [D/IOIOBaseApplicationHelper] IOIOThread is exiting Thanks, RS Agwan. -- You received this message because you are subscribed to the Google Groups "ioio-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
