You are reading a single comment by @gadicc and its replies. Click here to read the full conversation.
  • Thanks... this is the "latest" bug report I opened on the issue :) https://code.google.com/p/chromium/issue­s/detail?id=354782

    I just wanted to update on an "easyish" workaround for the new IDE. It updates the port list every second, so it's a bit hard to inspect the element and make the changes by hand. But one can open up a JavaScript console and use this code to change/open the port after clicking on the connect icon:

    $('ul.port-list').find('[data-port]').eq­(0).data('port', '/dev/ttyACM0').click();
    

    As before, this requires using an unpackaged version of the Chrome App (e.g. from github), but it's still more comfortable than editing the source on each new release.

About

Avatar for gadicc @gadicc started