Any ideas? On Tuesday, February 16, 2016 at 8:02:50 PM UTC-8, [email protected] wrote: > > VicMacMini:~ VicMini$ java -XshowSettings:properties -version > > Property settings: > > awt.toolkit = sun.lwawt.macosx.LWCToolkit > > file.encoding = UTF-8 > > file.encoding.pkg = sun.io > > file.separator = / > > ftp.nonProxyHosts = local|*.local|169.254/16|*.169.254/16 > > gopherProxySet = false > > http.nonProxyHosts = local|*.local|169.254/16|*.169.254/16 > > java.awt.graphicsenv = sun.awt.CGraphicsEnvironment > > java.awt.printerjob = sun.lwawt.macosx.CPrinterJob > > java.class.path = . > > java.class.version = 52.0 > > java.endorsed.dirs = > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/endorsed > > java.ext.dirs = /Users/VicMini/Library/Java/Extensions > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/ext > > /Library/Java/Extensions > > /Network/Library/Java/Extensions > > /System/Library/Java/Extensions > > /usr/lib/java > > java.home = > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre > > java.io.tmpdir = /var/folders/b6/bqmqyn653xn2xl4pv2q0c1n40000gn/T/ > > java.library.path = /Users/VicMini/Library/Java/Extensions > > /Library/Java/Extensions > > /Network/Library/Java/Extensions > > /System/Library/Java/Extensions > > /usr/lib/java > > . > > java.runtime.name = Java(TM) SE Runtime Environment > > java.runtime.version = 1.8.0_25-b17 > > java.specification.name = Java Platform API Specification > > java.specification.vendor = Oracle Corporation > > java.specification.version = 1.8 > > java.vendor = Oracle Corporation > > java.vendor.url = http://java.oracle.com/ > > java.vendor.url.bug = http://bugreport.sun.com/bugreport/ > > java.version = 1.8.0_25 > > java.vm.info = mixed mode > > java.vm.name = Java HotSpot(TM) 64-Bit Server VM > > java.vm.specification.name = Java Virtual Machine Specification > > java.vm.specification.vendor = Oracle Corporation > > java.vm.specification.version = 1.8 > > java.vm.vendor = Oracle Corporation > > java.vm.version = 25.25-b02 > > line.separator = \n > > os.arch = x86_64 > > os.name = Mac OS X > > os.version = 10.11.3 > > path.separator = : > > socksNonProxyHosts = local|*.local|169.254/16|*.169.254/16 > > sun.arch.data.model = 64 > > sun.boot.class.path = > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/resources.jar > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/rt.jar > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/sunrsasign.jar > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/jsse.jar > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/jce.jar > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/charsets.jar > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/jfr.jar > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/classes > > sun.boot.library.path = > /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib > > sun.cpu.endian = little > > sun.cpu.isalist = > > sun.io.unicode.encoding = UnicodeBig > > sun.java.launcher = SUN_STANDARD > > sun.jnu.encoding = UTF-8 > > sun.management.compiler = HotSpot 64-Bit Tiered Compilers > > sun.os.patch.level = unknown > > user.country = US > > user.dir = /Users/VicMini > > user.home = /Users/VicMini > > user.language = en > > user.name = VicMini > > user.timezone = > > > java version "1.8.0_25" > > Java(TM) SE Runtime Environment (build 1.8.0_25-b17) > > Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode) > > VicMacMini:~ VicMini$ > > > > On Tuesday, February 16, 2016 at 7:48:40 PM UTC-8, Ytai wrote: >> >> That's odd. Looks like some issue with PureJavaComm then. Not sure what. >> Works for me. Which version of OSX is this? Which version of JRE? >> On Feb 16, 2016 7:46 PM, <[email protected]> wrote: >> >>> Opens fine with screen and serialTools. With screen: >>> >>> VicMacMini:~ VicMini$ screen /dev/tty.usbmodem1A121351 57600 >>> >>> IOIOSPRK0020IOIO0401IOIO0400 >>> >>> >>> On Monday, February 15, 2016 at 6:35:46 PM UTC-8, Ytai wrote: >>>> >>>> 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. >>> >>
-- 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.
