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

Create block for simpleterm_open() and simpleterm_close() #1714

Open
dlcarrier opened this issue Jan 21, 2020 · 0 comments
Open

Create block for simpleterm_open() and simpleterm_close() #1714

dlcarrier opened this issue Jan 21, 2020 · 0 comments

Comments

@dlcarrier
Copy link
Contributor

Some hardware combinations on the Propeller Activity Board WX require disabling the debug port that Simple-Libraries automatically opens on P30/P31. This is done with a simpleterm_open() call and undone with a simpleterm_close() call.

There aren't currently any blocks for making the calls, so it is difficult to use BlocklyProp with a some hardware setups on a Propeller Activity Board WX, especially when using the WX socket with an XBee module.

Please create a way to make those calls in BlocklyProp. It could be a single block, with a drop-down menu to chose between opening and closing the port.

Andy recommended creating a drop-down menu that defaults to 'open', so that if someone accidentally includes the block, and doesn't modify it, there will be no effect for most users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant