Teensyduino 1.21 Test #2 Available

Status
Not open for further replies.
Arduino 1.6.0 and Teensyduino 1.21-beta5 work fine for me. There was still an old annoying issue which would ask me every time when I open the Arduino app if I wanted to allow incoming connections. That's an OS X problem because the original (signed) Arduino.app was modified by Teensyduino. Resigning Arduino.app with a self generated key after installing Teensyduino did the trick and the annoying dialog disappeared.
 
Please try with Arduino 1.6.0 and Teensyduino 1.21-beta5.

https://forum.pjrc.com/threads/2774...ns-to-support-it?p=64839&viewfull=1#post64839

Arduino 1.6.0 switched to an entirely new serial library. Odds are good that will solve the problem. If not, I'd like to only pour dev work into the new JSSC library path. The old RXTX library is a dead end.

Still the same problem. problem also appears if opening the "Tools" menu in the arduino IDE. must be some kind of delay when checking installed com ports.
but there's no lag when opening the serial monitor with old teensyduino version.

i think you could reproduce the problem by installing the following driver which emulates an com port for an rs232/ethernet adapter: http://www.wut.de/download/e-00111-ww-swww-420.exe
 
many retries needed with Win7, 1.21-beta6

I seem to get a lot of retries when programming Teensy 3 from Win7 with Arduino 1.0.6 / Teensyduino 1.21-beta6 before the programming finally completes. A few times it has stopped midway with an error, but re-trying then succeeds.

Code:
teensy_reboot, verbose mode
Device Instance: 2048
  DeviceRegistryProperty: acquired
  Key type: REG_MULTI_SZ
    property: USB\VID_16C0&PID_0483&REV_0100
    property: USB\VID_16C0&PID_0483
  Registry Key: acquired
  PortName: "COM23"
  pathname: \\.\COM23
add_serial_name, \\.\COM23
trying port 3149
found Teensy Loader, version 1.21
send: status - at Sat Feb 28 09:35:52 2015
do_reset (serial) \\.\COM23
send: status - at Sat Feb 28 09:35:52 2015
status read, retry 0
send: status - at Sat Feb 28 09:35:52 2015
status read, retry 1
send: status - at Sat Feb 28 09:35:52 2015
status read, retry 2
send: status - at Sat Feb 28 09:35:53 2015
status read, retry 3
send: status - at Sat Feb 28 09:35:53 2015
status read, retry 4
send: status - at Sat Feb 28 09:35:53 2015
status read, retry 5
send: status - at Sat Feb 28 09:35:53 2015
status read, retry 6
Success
 
@PaulStoffregen

Unfortunately, the installer of Teensyduino 1.21 Test #2 doesn't detect Arduino 1.6.0 on Mac OS X.
 
sprintf of float and double now work with beta8 and 1.6.0 on a Teensy 3.1 (see the test code in #14) but neither of them work on T3.0 or T-LC

Pete
 
Last edited:
I just installed Arduino 1.6.1 and downloaded teensy 1.21-beta8.

But when I try to install I get a popup with supported arduino Versions and there is this error

Code:
Directory: C:/Program Files (x86)/Arduino/
  Checking Arduino 1.0.5:
    file: "arduino.exe"  present
    file: "rxtxSerial.dll"  missing
    Does not match Arduino 1.0.5
  Checking Arduino 1.0.6:
    file: "arduino.exe"  present
    file: "rxtxSerial.dll"  missing
    Does not match Arduino 1.0.6
  Checking Arduino 1.6.0:
    file: "arduino.exe"  present
    file: "arduino_debug.exe"  present
    file: "lib/jssc-2.8.0.jar"  present
    file: "hardware/arduino/avr/boards.txt"  present
    file: "hardware/arduino/avr/platform.txt"  present
    dir: "hardware/arduino/avr/cores/arduino"  present
    file: "hardware/arduino/sam/boards.txt"  present
    file: "hardware/arduino/sam/platform.txt"  present
    dir: "hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1"  present
    dir: "libraries"  present
    dir: "examples"  present
    java: "lib/pde.jar" object: "processing/app/Base.class" wrong size, unsupported Arduino version
    Does not match Arduino 1.6.0
  Checking Arduino 1.6.1:
    file: "arduino.exe"  present
    file: "arduino_debug.exe"  present
    file: "lib/jssc-2.8.0.jar"  present
    file: "hardware/arduino/avr/boards.txt"  present
    file: "hardware/arduino/avr/platform.txt"  present
    dir: "hardware/arduino/avr/cores/arduino"  present
    file: "hardware/arduino/sam/boards.txt"  present
    file: "hardware/arduino/sam/platform.txt"  present
    dir: "hardware/tools/gcc-arm-none-eabi-4.8.3-2014q1"  present
    dir: "libraries"  present
    dir: "examples"  present
    java: "lib/pde.jar" object: "processing/app/Base.class" wrong size, unsupported Arduino version
    Does not match Arduino 1.6.1

I'm Using Windows 8.1 X64
 
How'd you download beta8? I left the files on the server, but removed the all links. Or at least I thought I removed all the old links.

We're on beta10 now, and there's a known issue where it's only recognizing the Windows ZIP file for 1.6.1, but not the EXE installer version. Tuesday's 1.6.1 release was the first Arduino has ever published different files in the 2 Windows downloads! I'm working on a fix today.

If you want to try now, use beta10 and the Windows ZIP file version.
 
How'd you download beta8? I left the files on the server, but removed the all links. Or at least I thought I removed all the old links.

We're on beta10 now, and there's a known issue where it's only recognizing the Windows ZIP file for 1.6.1, but not the EXE installer version. Tuesday's 1.6.1 release was the first Arduino has ever published different files in the 2 Windows downloads! I'm working on a fix today.

If you want to try now, use beta10 and the Windows ZIP file version.

you were right it was the beta 10 and yes it gives the error.

I wait for the fix on the exe file
 
Status
Not open for further replies.
Back
Top