Platformio-core: PlaftormIO: Unable to get a list of serial ports.

Created on 24 May 2017  路  2Comments  路  Source: platformio/platformio-core

What kind of issue is this?

  • [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do
    something, or to understand why something isn't working the way you expect it to, use
    our Community Forums https://community.platformio.org

  • [ ] PlatformIO IDE. All issues related to PlatformIO IDE should be reported to appropriate repository
    https://github.com/platformio/platformio-atom-ide/issues

  • [ ] Development Platform or Board. All issues related to Development Platforms or Embedded Boards
    should be reported to appropriate repository.
    See full list with repositories and search for "platform-xxx" repository related to your hardware
    https://github.com/platformio?query=platform-

  • [ ] Feature Request. Start by telling us what problem you鈥檙e trying to solve. Often a solution
    already exists! Don鈥檛 send pull requests to implement new features without first getting our
    support. Sometimes we leave features out on purpose to keep the project small.

  • [X] PlatformIO Core. If you鈥檝e found a bug, please provide an information below.

You can erase any parts of this template not applicable to your Issue.


Configuration

Operating system: OS X 10.11.6 (15G1510)

PlatformIO Version (platformio --version): PlatformIO, version 2.11.0

Description of problem

Get error message in popup. "PlaftormIO: Unable to get a list of serial ports."

Steps to Reproduce

  1. Try to open Serial Monitor
    2.
    3.

Actual Results

Expected Results

Get list of ports.

If problems with PlatformIO Build System:

The content of platformio.ini:

Insert here...

Source file to reproduce issue:

Insert here...

Additional info

I can access the device from the command line just fine using 'miniterm.py /dev/cu.usbmodem1411 9600'

Most helpful comment

Open system terminal (not PIO IDE) and remove obsolete PIO Core.

sudo pip uninstall platformio

or 

brew uninstall platformio

Restart Atom.

All 2 comments

After updating to IDE 2.0.0-beta.4 Core 3.4.0b4 the dropdown populates,
pio-serial-monitor-popup
but when I click on the Serial Monitor button I get:
pio-serial-monitor-2

Open system terminal (not PIO IDE) and remove obsolete PIO Core.

sudo pip uninstall platformio

or 

brew uninstall platformio

Restart Atom.

Was this page helpful?
0 / 5 - 0 ratings