-
Notifications
You must be signed in to change notification settings - Fork 11
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
Extra RDM developer tools #9
Labels
Comments
Code for the first two is at http://nomis52.net/data/rdm/ I'll let Dave copy it over and style it. |
The first two are done. |
you can make list with checkboxes in markdown:
|
It would be nice for the decoder if you could dump in pretty printed data, with an ASCII representation adjacent to it, and it would just ignore the ASCII data. |
Packet decoder doesn't alert if Subdevice value is invalid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following would be useful:
EUID calculator:
Enter a UID and it shows you the matching EUID
EUID Decoder
Paste in a hex dump and see the UID and if the checksum matches.
PID Lookup:
A table listing all of the PIDs, what document they are in, and with a filter search function to search by name or PID number
Packet Decoder:
Pasts in a hex-dump, and it will separate out the fields and tell you if the checksum is valid.
The text was updated successfully, but these errors were encountered: