Search results

  1. D

    teensy 2.0 and teensy 3.0 question

    Thanks Paul, that worked and i just modified my code a bit further. By adding a delay to the actual start of the code that allowed the LCD to start fully and then start the code. My code now looks like HardwareSerial Uart = HardwareSerial(); void setup() { Uart.begin(9600); pinMode(11...
  2. D

    teensy 2.0 and teensy 3.0 question

    My exact setup has an LCD connected to the TX pin and it turns on at the same time with the Teensy 2.0 using the same power supply. Any ideas what could be wrong?
  3. D

    teensy 2.0 and teensy 3.0 question

    The code on my teensy 2.0 is as follows As for tools > USB Type is set as serial
  4. D

    teensy 2.0 and teensy 3.0 question

    Hello, was wondering is there any way to make the Teensy load the code it has on it upon boot? I find that when i turn the power on my script does not run. I know this because my LCD's are not showing anything when they should be. If i plug the usb in and hit reboot on the teensyloader program...
  5. D

    Teensy 2.0 Real Time clock

    Is there anyway to get the Teensy 2.0 to keep time? With the Teensy 3.0 there is the ability to put a crystal and a backup battery. Can this be done with Teensy 2.0?
  6. D

    Teensy 3.0 UART (Serial Ports)

    Thanks Paul, shortly after I posted I found the info I needed in the Arduino docs.
  7. D

    Teensy 3.0 UART (Serial Ports)

    Paul, how would you go about initializing them then? Is there an doc's on this sort of thing to look it up?
Back
Top