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

Is it possible to use 1 uart #24

Open
ShohninDmitriy opened this issue Feb 3, 2019 · 3 comments
Open

Is it possible to use 1 uart #24

ShohninDmitriy opened this issue Feb 3, 2019 · 3 comments

Comments

@ShohninDmitriy
Copy link

Is it possible to use 1 uart and switch driver chips using addressing individual pins

default

@teemuatlut
Copy link
Owner

Possible: quite likely.
Supported by the library itself: no.

You could however define each driver instance to have the same serial port or sw serial pins and then just toggle correct the addressing pin before trying to communicate with a driver.

@ShohninDmitriy
Copy link
Author

ShohninDmitriy commented Feb 3, 2019

and how to implement it for example in marlin or klipper

@aguaviva
Copy link

What is the reason why the 'addressing' is hard coded? Would it be easy to be able to change the address? That way it could support different addresses so all drivers share the same uart.

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

3 participants