Variable vmk header - #3
Open
LuemmelSec wants to merge 2 commits into
Open
Conversation
Added a wait loop to only start with banner and sniffer once someonce connects to the serial port. Also added blinking led, once the pico detects a USB serial connection as additional indicator that things are working.
ChatGPT version of trying to take variable VMK headers into concideration. The header can actually look like this: 2c000[0-6]000[1-9]000[0-1]000[0-5]200000 I am not a programmer, would be cool if you could evaluate if this is okay or not. Or if there is maybe even a more sexy way to do it.
Do you have explanation for that? |
Author
Sure: |
|
That might be very crude but you could check something like I tested that in my setup and it seems to work fine. so basically the comparison simply skips the variable bytes which is just 3 of 12 bytes which should still be good enough to find the correct match. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ChatGPT version of trying to take variable VMK headers into concideration.
The header can actually look like this:
2c000[0-6]000[1-9]000[0-1]000[0-5]200000
I am not a programmer, would be cool if you could evaluate if this is okay or not.
Or if there is maybe even a more sexy way to do it.