Giter VIP home page Giter VIP logo

Comments (10)

zsquareplusc avatar zsquareplusc commented on May 26, 2024

can you try again with the latest version from git? I pushed a change that should fix this.

from pyserial.

mseroczynski avatar mseroczynski commented on May 26, 2024

Ok, with 3.0a1 it's like below:

(piotest)MacBook-Pro-ches:tmp ches$ pip list
pip (7.1.2)
pyserial (3.0a1)
setuptools (18.2)
wheel (0.24.0)
(piotest)MacBook-Pro-ches:tmp ches$ python -m serial.tools.list_ports -v
no ports found
(piotest)MacBook-Pro-ches:tmp ches$ ls /dev/cu*
/dev/cu.Bluetooth-Incoming-Port /dev/cu.usbmodem1421
(piotest)MacBook-Pro-ches:tmp ches$ 

from pyserial.

hoihu avatar hoihu commented on May 26, 2024

What's the output of:
ioreg -c IOSerialBSDClient | grep IOCalloutDevice

from pyserial.

d235j avatar d235j commented on May 26, 2024

PySerial 2.7 works with Python 2.7, does not work with 3.5. Weird.

from pyserial.

mseroczynski avatar mseroczynski commented on May 26, 2024
    | | | |   |   |     |           "IOCalloutDevice" = "/dev/cu.usbmodem14141"
      |           "IOCalloutDevice" = "/dev/cu.Bluetooth-Incoming-Port"

from pyserial.

mseroczynski avatar mseroczynski commented on May 26, 2024

@hoihu Any good news for me?

from pyserial.

hoihu avatar hoihu commented on May 26, 2024

It seems that your Macbook has the proper registry entries.

But it doesn't list any of the callout devices (it should for example also list your cu.Bluetooth-Incoming-Port) - so it's not an issue with your board. On my Imac the cu.Bluetooth-Incoming-Port is listed correctly.

comport() iterates through the registry as apple proposes by using the IOSerialBDSClient service and then through the available IOCalloutDevices (which are mapped as cu.xxxx devices under /dev)

Maybe the Ctypes interface is not working as expected (specifically GetIOServicesByType). I'm running my test under OSX 10.10.3, which version are you using?

There are no additional debug versions available, but you could patch comport() in list_ports_osx.py by adding:

    for service in services:
        print service

this will just print one number per service that was found, but then you have at least a clue that the service has been recognised by the GetIOServicesByType call. If no numbers are showing up then the fault is in the GetIOServicesByType function.

If I find some time I'll do some tests on a Macbook.

from pyserial.

hoihu avatar hoihu commented on May 26, 2024

@mseroczynski: Based on your reference, your issue is resolved? Can this be closed then?

from pyserial.

mseroczynski avatar mseroczynski commented on May 26, 2024

Yup, my issue was resolved, thank you!

from pyserial.

hoihu avatar hoihu commented on May 26, 2024

so please close it then...

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.