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

Add support for reconfiguring a Serial port #385

Merged
merged 1 commit into from
Jan 8, 2022

Commits on Jan 8, 2022

  1. Add support for reconfiguring a Serial port

    Example use case is to implement a 1-Wire Bus "Master" [1]. In that
    example, the UART is used instead of bit-banging the 1-Wire protocol.
    However, not all signals can be generated with a single baud rate. In
    particular, the 1-wire reset strobe is much longer than the 1-wire data
    strobes, requiring to use a different, slower baud rate to reset
    devices.
    
       [1]: https://www.maximintegrated.com/en/design/technical-documents/tutorials/2/214.html
    
    Signed-off-by: Jonas Schäfer <[email protected]>
    horazont committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    65e63b2 View commit details
    Browse the repository at this point in the history