Giter VIP home page Giter VIP logo

Comments (3)

jrast avatar jrast commented on June 6, 2024

When you talk about the wrong VID/PID/Serial, do you mean this line:
FTDIBUS\VID_0403+PID_6001+A600ARJHA\0000?

If yes, I think the problem is not related to pyserial as this string is directly taken from the SetupDiGetDeviceInstanceId or SetupDiGetDeviceRegistryProperty function from the setupapi library.

But I have quite a few FTDI Devices connect to my PC and all the serial numbers are just expanden with a single A character. So splitting this extra character off is my quick fix.

from pyserial.

zsquareplusc avatar zsquareplusc commented on June 6, 2024

"normal" devices start with "USB" and list_ports detects that, then deconstructs that hardware ID into the fields such as shown by the other example (COM7). So it looks like there needs to be a special case because some driver writer decided to do things differently :/

from pyserial.

zsquareplusc avatar zsquareplusc commented on June 6, 2024

Partial fix included in new release (v3.0.1), USB information is now added in the format used by other devices too. However the location information provided by Windows is hidden by the FTDI driver, so there is no LOCATION part (and I have currently no plan to spend time on this).

I do not know if there are additional chars in the serial number such as extra As. With hwgrep:// you can also match the partial serial number or just match what list_ports returns anyway.

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.