-
Notifications
You must be signed in to change notification settings - Fork 822
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
How to read from slave? #51
Comments
You can ues this API
|
I'm trying with this function but I did write the wrong function name in the first message. Sorry. But I couldn't find the variable to read the data. I mean which variable is for reading the data. |
You can find the read data on the |
Thank you! I did try to read but then I realized in every request the error code is always "TimeOut". Even in the reqWrite. I'm using f407 with 168MHz clock. |
May be uart driver has some problem. You can check the uart ISR for data receive. |
me too!Have you solved the problem yet |
I'm trying to read registers from the slave. But I can't read anything. With the ReqWrite function or FuncWrite function.
How can I read registers from the slave?
Thank You!
The text was updated successfully, but these errors were encountered: