I am having a random crash and need some assistance in identifying the problem. I'm sampling the data on the first 12 analog pins every 0.1 seconds. After a random amount of time (few seconds to 3 or 4 minutes), I get either one of the two messages listed below from LogCat. I am using BlueTooth between the IOIO and Android. Any ideas as to what might be causing this problem? Thanks.
07-11 10:29:11.202: E/AndroidRuntime(23285): java.lang.NullPointerException 07-11 10:29:11.202: E/AndroidRuntime(23285): at ioio.lib.impl.IncomingState$DataModuleState.reportAdditionalBuffer(IncomingState.java:120) 07-11 10:29:11.202: E/AndroidRuntime(23285): at ioio.lib.impl.IncomingState.handleIcspReportRxStatus(IncomingState.java:397) 07-11 10:29:11.202: E/AndroidRuntime(23285): at ioio.lib.impl.IOIOProtocol$IncomingThread.run(IOIOProtocol.java:792) 07-11 10:38:18.942: E/AndroidRuntime(25108): java.lang.NullPointerException 07-11 10:38:18.942: E/AndroidRuntime(25108): at ioio.lib.impl.IncomingState$InputPinState.setValue(IncomingState.java:87) 07-11 10:38:18.942: E/AndroidRuntime(25108): at ioio.lib.impl.IncomingState.handleReportDigitalInStatus(IncomingState.java:403) 07-11 10:38:18.942: E/AndroidRuntime(25108): at ioio.lib.impl.IOIOProtocol$IncomingThread.run(IOIOProtocol.java:658) -- 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.
