Coder Social home page Coder Social logo

Comments (5)

00alis avatar 00alis commented on May 26, 2024

I am just uploading this

void setup() {
    Serial.begin(9600);
}

void loop() {
    int val = analogRead(A0);
    Serial.print(val);
}

On a Zero programming port, alternating with uploading the same sketch on a Uno and looking at the output on the Serial Monitor

from arduino-create-agent.

00alis avatar 00alis commented on May 26, 2024

this does hasn't happened anymore, @mastrolinux are you sure it is related to downloadtools?

from arduino-create-agent.

mastrolinux avatar mastrolinux commented on May 26, 2024

yes, if the connection is slow and you do not have the tools installed yet, than the call is completely blocked. You probably have the tools installed now.

from arduino-create-agent.

hannobraun avatar hannobraun commented on May 26, 2024

I haven't tried to reproduce, but I don't think this is current anymore. downloadtool handling is wrapped in one big goroutine:

go func() {

Can this be closed?

from arduino-create-agent.

umbynos avatar umbynos commented on May 26, 2024

As @hannobraun said, the downloadtool handling is wrapped in a goroutine. This should be solved

from arduino-create-agent.

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.