Replies: 1 comment 2 replies
-
|
Also I've been currently sending a request and awaiting a response (or several responses until it replies to my next request) I don't think you can send requests and then receive replies out of sync via uart/serial but it'd be nice if someone could confirm that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Possibly not the best place to ask this but I've been looking to make a replacement faast (android display) tool that worked with open source bbs-fs (and was open source itself).
I've looked through a few bits of code implementing the bafang display protocol, and as far as I can tell it just polls the controller for all the details it needs constantly. I haven't been able to see any obvious differences in polling rate or anything for a specific reply (and I have seen that it looks like some request/reply pairs are repeated consistent numbers of times, but I'm not sure if that's a artifact of trying to reverse engineer the protocol.
Anyhow, does anyone have any good idea/docs on how I should (presumably) poll the bafang controller, e.g.
Anyone who has any info actually implementing this display protocol and has any advice would be welcome. Or some links to discussions. I have access to the luna and some other display code but it's quite un-commented so it's unclear what it's doing inplaces.
I'm sure I can work it out from slogging through the existing source but it's not super clear to me so any clarificiations/info/implementation details would be helpful.
Thanks all!
Beta Was this translation helpful? Give feedback.
All reactions