We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to issue a break sequence from beagle term? Obviously, no break key on most chromebooks.
The text was updated successfully, but these errors were encountered:
For now, "No".
It's impossible now, because chrome.serial.setBreak is committed on m45 (latest chrome stable is m44)
chrome.serial.setBreak
Sorry, something went wrong.
The latest version of Chrome is now version 52 so this is now possible.
@RandomlyKnighted that's true. I implemented that feature on chrome side :)
Now we can implement this feature on BeagleTerm. PR is always welcome.
No branches or pull requests
Is it possible to issue a break sequence from beagle term? Obviously, no break key on most chromebooks.
The text was updated successfully, but these errors were encountered: