Search results

  1. B

    Tips for precise timing?

    Thank you; I am interested in knowing if micros() does a wrap around; I think it does.
  2. B

    Tips for precise timing?

    Talking about precise timing, does anyone know if elapsedMicros() handles overflow by rollover or saturation? i.e. After counting up to 4294967295, does it become 0 or stay at that? BTW, this is about 79 minutes. Overflow for elapsedMillis() is possible but much rarer (about 50 days).
  3. B

    Teensy positioning w.r.t. Windows 10 Internet Of Things

    I am working with a company that wants to use Win 10 IoT Core on https://keith-koep.com/en/products/products-som/myon-1-features-snapdragon-410/ That has to inter-operate with a Teensy 3.2. Microsoft says that Win 10 IoT Core supports a subset of Win32 called Universal Windows Platform...
  4. B

    Teensy positioning w.r.t. Windows 10 Internet Of Things

    I see that this thread has gone cold for over two years. I am curious if someone has tried to connect a Teensy 3.2 to a Windows 10 IoT Core machine and inter-operate them. For example: exchanging data, updating firmware etc.,
  5. B

    Teensy Loader problems

    I tried the -s option; But I get: Soft reboot is not implemented for Win32 Does that mean it works on Linux only?
  6. B

    Teensy Loader problems

    I can report that tycmd.exe is working for me to do Buttonless programming. I downloaded tycmd.exe from https://github.com/Koromix/tytools/releases I used TyTools-0.8.8-win64.msi
  7. B

    Teensy Loader problems

    Buttonless programming I compiled the code with Arduino 1.8.4 (Teensyduino 1.29) IDE. I do development with USB emulating COM4 for loading the code and UART access. I ran the CLI program in a console window without IDE (no difference with IDE open too) running. Another observation: The...
  8. B

    Teensy Loader problems

    When I run teensy_loader_cli.exe --mcumk20dx256 blink.ino.hex I get: Unable to open device However, If I press the button, it finds the loader and programs. How to get rid of the need to press button? I am using Windows 7 Professional and can program reliably with the GUI tool (without...
Back
Top