Git Product home page Git Product logo

Comments (4)

evemorgen avatar evemorgen commented on July 19, 2024

It might seems a bit counterintuitive but, when you type run scratch.py ampy looks for scratch.py file in local machine current directory ("C:\Python27\Scripts" in this case), not board filesystem. However, it would be cool tho to actually run things from board filesystem. Correct me if I'm wrong.

from ampy.

vijaykarthik123 avatar vijaykarthik123 commented on July 19, 2024

I couldn't get it to work this way and hence I've resorted to exporting scratch.py to main.py and then using the variables there.

But to your point, if I replace my main.py with scratch.py and run it using the command, ampy -p com4 run main.py it works.

from ampy.

tdicola avatar tdicola commented on July 19, 2024

Yeah run works by copying the local file to the board and running it, not by running a file already on the board. If you're curious check the help output to see a good description of what it does (and other commands):

    Run a script and print its output.

    Run will send the specified file to the board and execute it immediately.
    Any output from the board will be printed to the console (note that this is
    not a 'shell' and you can't send input to the program).

    Note that if your code has a main or infinite loop you should add the 
    --no-output option.  This will run the script and immediately exit without 
    waiting for the script to finish and print output.

    For example to run a test.py script and print any output after it finishes:
      ampy --port /board/serial/port run test.py
    Or to run test.py and not wait for it to finish:
      ampy --port /board/serial/port run --no-output test.py

If you missed it too there's a good guide that describes the usage of the commands here: https://learn.adafruit.com/micropython-basics-load-files-and-run-code/run-code

from ampy.

vijaykarthik123 avatar vijaykarthik123 commented on July 19, 2024

Okay, thanks, mate! I have currently moved on from Windows CMD prompt to Ubuntu, which is a lot easier. I'll keep the above things in mind, though. GD^.

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.