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

Feature Request: Send BREAK Signal #30

Closed
SMerrony opened this issue Nov 13, 2017 · 1 comment
Closed

Feature Request: Send BREAK Signal #30

SMerrony opened this issue Nov 13, 2017 · 1 comment

Comments

@SMerrony
Copy link

SMerrony commented Nov 13, 2017

I am using this package in an open source project https://github.com/SMerrony/DasherG to access legacy hardware and it works just fine with one exception: I can't see any way to send a serial BREAK signal.

Have I overlooked something, or could this feature be added?

@mchaka
Copy link

mchaka commented Jun 30, 2019

If you can afford a little latency you can switch to slower pace and send a zero value frame with that speed (will yield 9 zeros). Then switch back to your normal communication speed. Switch from speed to speed may cost a lot of time. For example I'm targetting around 100us break with 250k data baud rate which means the bit duration must be 100us / 9bits > 11.111us/bit so the baud rate must be dropped below 90k temporarily to achieve that.

@SMerrony SMerrony closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants