Giter VIP home page Giter VIP logo

Comments (7)

AddH1008 avatar AddH1008 commented on June 6, 2024

Sorry maybe a repost from issue #26 but I am not sure of that.

from pyserial.

rydsfoz avatar rydsfoz commented on June 6, 2024

I think I have a similar problem. The application works once, if it is run a second time does not work but after 60 s application can communicate (without having to restart the microcontroller).

from pyserial.

AddH1008 avatar AddH1008 commented on June 6, 2024

To add information about it, this bug does not appear at a baud rate of 2400, but is present at 115200.
@rydsfoz if you have the possibility to switch to C code, then consider using library I linked on the stack overflow page. Good luck

EDIT: Ok I was wrong, it is not working even at 2400

from pyserial.

MartinHjelmare avatar MartinHjelmare commented on June 6, 2024

Sounds like the same problem I've been experiencing, #26. I've downgraded to version 2.5 to avoid the problem.

from pyserial.

AddH1008 avatar AddH1008 commented on June 6, 2024

Hey @MartinHjelmare, interesting! Can you tell me how to get this version? I'm not that git skilled and I cannot find version earlier than the v3.0a0..

Thanks a lot

from pyserial.

MartinHjelmare avatar MartinHjelmare commented on June 6, 2024

@AddH1008
You should have pip installed, together with python, otherwise make sure you install pip. Then just do, from the commandline:

pip uninstall pyserial
pip install "pyserial==2.5"

pip will download from pypi and install the correct version.

from pyserial.

AddH1008 avatar AddH1008 commented on June 6, 2024

Genius, thanks a lot!

from pyserial.

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.