Giter VIP home page Giter VIP logo

Comments (3)

zsquareplusc avatar zsquareplusc commented on May 27, 2024

Which version do you use? (>>> serial.VERSION or the one that's apt-get-able?)

A new device path is assigned to a device when the old device path is still used by a process. To avoid that, make sure to terminate all applications accessing the device (or make them close/release the port) before attaching the device again.

Regarding the error, yet i have seen such errors for various reasons. e.g. some drivers on some older kernels had problems with multiple devices attached at once. Other reasons may include a faulty cable (unreliable USB connection or power problems).

from pyserial.

dhylands avatar dhylands commented on May 27, 2024

You can listen for add/remove events from pyudev and when you receive a remove event, close the serial port and wait for the add event before reopening. If you don't close the serial port before the add event, then the serial port will move from ttyACM0 to ttyACM1.

I wrote a simple usb serial monitor/terminal program which listens for pyudev events which you may want to take a look at here: https://github.com/dhylands/usb-ser-mon/blob/master/usb-ser-mon.py
It's coded for python2.

It was one of my first major python programs, so I probably did lots of things in a non-pythonic manner.

from pyserial.

diamondman avatar diamondman commented on May 27, 2024

@capriele If this still a problem? If it is resolved, would you kindly close this issue?

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.