Search results

  1. R

    Teensy3 makes Arduino development environment hang

    Many thanks Joerg - that solved my problem.
  2. R

    Teensy3 makes Arduino development environment hang

    Thanks mercapto, much appreciated. I will give that a try when I get home tonight. Rob
  3. R

    Teensy3 makes Arduino development environment hang

    I have confirmed that the usb serial does not seem to work on Ubuntu 12.10 on two different computers, but Arduino Mega does work on these same computers. I have tested Teensy3 on CentOS, Mint, and Redhat EL - these all seem to work. I will give Ubuntu 12.04 a try when I get home tonight. If...
  4. R

    Teensy3 makes Arduino development environment hang

    Bummer. More to the saga. I installed Ubuntu 12.10 on another computer, booted, tried to run the same program with Teensy and it failed with the same problem. So I decided to try a completely different distribution - I went with CentOS, booted, and lo and behold it worked. So it is something...
  5. R

    Teensy3 makes Arduino development environment hang

    Lisper, Glad you found your problem - clearly different that what I am experiencing. fnj, Re: "the development environment hangs" I can either use the serial monitor in arduino or use putty to monitor serial input. If I use the serial monitor in arduino with teensy on my Ubuntu 12.04 box...
  6. R

    Teensy3 makes Arduino development environment hang

    Just to make sure I wasn't doing something foolish, I tried the simple sketch below: /* Blink Turns on an LED on for one second, then off for one second, repeatedly. This example code is in the public domain. */ // Pin 13 has an LED connected on most Arduino boards. // Pin 11 hes the...
  7. R

    Teensy3 makes Arduino development environment hang

    I think there is some odd behavior with Teensy3 usb serial on some platforms. I could not get the simplest serial program to output data. The program I tried is just an arduino-less modified blink program: #include "WProgram.h" #ifdef USB_SERIAL usb_serial_class Serial; #endif int main(void)...
  8. R

    Trouble getting Teensy Loader to recognize Teensy 3

    Problem resolve - cut and paste failure with the 49-teensy.rules file.
  9. R

    Trouble getting Teensy Loader to recognize Teensy 3

    I am running Ubuntu 12.10 (64 bit) with a the Teensy Loader 1.07 program. The Loader fails to react to a Teensy 3 reset. I am running the Teensy Loader from the arduino 1.0.2 (Beta 7)download from the Kickstarter site. The entry /dev/ttyACM0 is being created when the Teensy is first...
  10. R

    USB MIDI on Teensy 3; midi debugging

    Hi Chris, Much appreciate you sharing your work. This is a piece of code that I will need in the not too distant future. Rob
Back
Top