What happens when you try to open the IOIO port using screen or miniport, etc? On Feb 15, 2016 5:07 PM, <[email protected]> wrote:
> Tried this: > > VicMacMini:dev VicMini$ /Users/VicMini/IOIODude-0103/ioiodude > --port=/dev/tty.usbmodem1A121321 --reset write > /Users/VicMini/Desktop/App-IOIO0506.ioioapp > > Exception in thread "main" java.lang.reflect.InvocationTargetException > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:483) > > at com.simontuffs.onejar.Boot.run(Boot.java:313) > > at com.simontuffs.onejar.Boot.main(Boot.java:161) > > Caused by: purejavacomm.PureJavaIllegalStateException: JTermios call > returned -1 at class purejavacomm.PureJavaSerialPort line 1291 > > at > purejavacomm.PureJavaSerialPort.checkReturnCode(PureJavaSerialPort.java:1302) > > at purejavacomm.PureJavaSerialPort.access$12(PureJavaSerialPort.java:1291) > > at purejavacomm.PureJavaSerialPort$2.read(PureJavaSerialPort.java:835) > > at purejavacomm.PureJavaSerialPort$2.read(PureJavaSerialPort.java:730) > > at > ioio.dude.SerialPortIOIOConnection$GracefullyClosingInputStream.read(SerialPortIOIOConnection.java:179) > > at ioio.dude.IOIODudeMain.connect(IOIODudeMain.java:406) > > at ioio.dude.IOIODudeMain.main(IOIODudeMain.java:113) > > ... 6 more > > > What am I doing wrong? > > > On Sunday, February 14, 2016 at 9:55:55 PM UTC-8, Ytai wrote: >> >> Can you please check the latest version (1.03)? >> >> On Sun, Feb 14, 2016 at 9:26 PM, <[email protected]> wrote: >> >>> I am having what may be a similar problem: >>> >>> VicMacMini:ioiodude-0102 VicMini$ ./ioiodude >>> --port=/dev/tty.usbmodem1A121311 versions >>> >>> Exception in thread "main" purejavacomm.PureJavaIllegalStateException: >>> JTermios call returned -1 at class purejavacomm.PureJavaSerialPort line 1297 >>> >>> at >>> purejavacomm.PureJavaSerialPort.checkReturnCode(PureJavaSerialPort.java:1308) >>> >>> at >>> purejavacomm.PureJavaSerialPort.access$12(PureJavaSerialPort.java:1297) >>> >>> at purejavacomm.PureJavaSerialPort$2.read(PureJavaSerialPort.java:839) >>> >>> at purejavacomm.PureJavaSerialPort$2.read(PureJavaSerialPort.java:734) >>> >>> at >>> ioio.dude.SerialPortIOIOConnection$GracefullyClosingInputStream.read(Unknown >>> Source) >>> >>> at ioio.dude.IOIODudeMain.connect(Unknown Source) >>> >>> at ioio.dude.IOIODudeMain.main(Unknown Source) >>> >>> >>> Any idea what I am doing wrong? I seem to be communicating with the >>> ioio board OK: >>> >>> >>> VicMacMini:ioiodude-0102 VicMini$ ./ioiodude >>> >>> IOIODude V1.2 >>> >>> >>> Usage: >>> >>> ioiodude <options> versions >>> >>> ioiodude <options> fingerprint >>> >>> ioiodude <options> write <ioioapp> >>> >>> >>> Valid options are: >>> >>> --port=<name> The serial port where the IOIO is connected. >>> >>> --reset Reset the IOIO out of bootloader mode when done. >>> >>> --force Bypass fingerprint matching and force writing. >>> >>> VicMacMini:ioiodude-0102 VicMini$ ls /dev/tty.usb* >>> >>> /dev/tty.usbmodem1A121311 >>> >>> >>> >>> >>> On Wednesday, August 13, 2014 at 11:52:52 AM UTC-7, Luke Zahalka wrote: >>>> >>>> Trying to run an emulator through the ioiobridge and I receive this >>>> error: >>>> >>>> ./ioiobridge: line 4: adb: command not found >>>> >>>> >>>> I got the chmod and followed the instructions online >>>> >>>> >>>> Anyone else run into this error? >>>> >>> -- >>> 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 https://groups.google.com/group/ioio-users. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > 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 https://groups.google.com/group/ioio-users. > For more options, visit https://groups.google.com/d/optout. > -- 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 https://groups.google.com/group/ioio-users. For more options, visit https://groups.google.com/d/optout.
