Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev serial baud rate problem #190

Closed
tablatronix opened this issue Oct 11, 2017 · 6 comments
Closed

dev serial baud rate problem #190

tablatronix opened this issue Oct 11, 2017 · 6 comments
Labels

Comments

@tablatronix
Copy link

osx

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_
    return self.run()
  File "/Users/user/Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/commands/deviot_choose_baudrate.py", line 14, in run
    items = Quick.serial_baudrate_list()
  File "/Users/user/Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/quick_menu.py", line 408, in serial_baudrate_list
    self.index = items.index(current)
ValueError: 115200 is not in list
@gepd
Copy link
Owner

gepd commented Oct 11, 2017

Can you tell me the steps to reproduce this issue?

@tablatronix
Copy link
Author

I am just trying to click serial baud rate

@Booli
Copy link

Booli commented Oct 12, 2017

Same problem here:

  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_
    return self.run()
  File "/Users/pim/Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/commands/deviot_choose_baudrate.py", line 14, in run
    items = Quick.serial_baudrate_list()
  File "/Users/pim/Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/quick_menu.py", line 408, in serial_baudrate_list
    self.index = items.index(current)
ValueError: 19200 is not in list

I noticed that there is no arrow in the menu any more, so I can't select different Baudrates.

@gepd
Copy link
Owner

gepd commented Oct 13, 2017

I've tried to replicate this issue but I couldn't. For me it's working in OSX, Linux and Windows

Try this:
Deviot Menu > Select Language and select the same language you already are using, it will make update the menu file.

@Booli There not arrow now because baudrate options now are displying in a quick panel

gepd added a commit that referenced this issue Oct 14, 2017
… preferences file not stored in the list of baud rates. (Issue: #190)
@gepd gepd added the Bug label Oct 14, 2017
@gepd
Copy link
Owner

gepd commented Oct 14, 2017

I think I've found the problem, I've fixed and updated to dev.10

@gepd
Copy link
Owner

gepd commented Oct 20, 2017

reopen this issue if you keep getting this error

@gepd gepd closed this as completed Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants