Git Product home page Git Product logo

Comments (3)

tdicola avatar tdicola commented on July 19, 2024

Be sure you're running ampy with the output capture (i.e. don't run with -n). Also ampy will only wait about 15 seconds to collect output and then stop and return everything it saw during that time. If prints happen after that time you won't see them. You probably want to use a serial terminal program to see the output of your script instead.

from ampy.

suiluj avatar suiluj commented on July 19, 2024

@tdicola i tried the serial terminal program like you described in your YouTube Tutorial at 31:50 . Everything worked great so far but when i use the screen command to see my debug print texts it stops the running program and just opens the repl command prompt.
I use a Wemos D1 Mini connected via usb with this driver
My port is /dev/cu.wchusbserial1410 (or /dev/tty.wchusbserial1410). I think because of the driver. Is this the mistake and do i have to install a different driver or am i missing something else?
Do you have a solution or know this problem?
Thank you for your help and great tutorials for micropython.

Edit:
I just found out that screen print out does work when i do ampy run without the no-output -n flag.
But of course i would like to use the -n flag so i do not get the error after the ampy run command waits to finish.

from ampy.

suiluj avatar suiluj commented on July 19, 2024

I just flashed a Wemos D1 Mini Pro (16mb flash) and there is no problem with the no output -n flag.

So this seems to be a problem with the driver of the Wemos D1 Mini (4mb flash).
The Wemos D1 Mini uses a different driver and shows as /dev/tty.wchusbserial1410
You can only use the combination ampy run script.py(without -n) and afterwards view the print outputs with screen /dev/tty.wchusbserial1410 115200. After a while the ampy run command shows the timeout error but the program keeps running. So no problem.

The Wemos D1 Mini Pro (16mb flash) shows as /dev/tty.SLAB_USBtoUART
Because of that you are able to use the -n flag:
ampy run -n script.py and afterwards view the print outputs with screen /dev/tty.SLAB_USBtoUART 115200

Hint:
I exported the $AMPY_PORT for the ampy command to keep it short:
echo "export AMPY_PORT=/dev/tty.SLAB_USBtoUART" >> ~/.bash_profile (On Mac)
Remember to exit Terminal and open a new Terminal Session so the export takes effect

from ampy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.