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

Openlog compatible logging on serial port in MSP format #1

Closed

Conversation

sebastianherp
Copy link

A logfunction (very crude) to support logging on serial port via a connected (and modified = no command mode) OpenLog. It's just a preview. I'd like to make it more configurable and flexibel before even considered to be part of MultiWii (e.g. non blocking version with and "if" instead of while-loop, returning when buffer is too full)

Have fun ;-)

@wertarbyte
Copy link

Looks like there are a few changes in your patch that should /not/ be in there - e.g. your configuration. Please try extracting your actual logging code into a separate branch that diverges from upstream_branch and does not include any local changes - other people might have different copter setups :-)

@wertarbyte wertarbyte closed this Jul 27, 2012
@treymarc
Copy link

sending a long serial burst at each loop could affect cycletime in a negative way ,

@sebastianherp
Copy link
Author

Arg ... ok it included the whole config.h ... instead of just one define in there ;-)

Cycle time is affected if over 36 bytes are sent, that is correct. I will include a possibility to use this without affecting cycle time at the cost of missing some cycles.

gbraad referenced this pull request in gbraad/multiwii-nrf24-v202-protocol May 22, 2020
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

Successfully merging this pull request may close these issues.

None yet

3 participants