Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I work with serial ports, and sometimes I need a human representation of hex data during analysis. The standard converter to ACSII is not suitable since not only string values are transferred into data.
and I want to know if it is possible to write my own package parser. let's say: 0x07 = STL, arraydata[3] = "lengh(11)" and so on
I'm even ready to pay for such a module.
You can write your own plugin to do this. Download the IO Ninja IDE from the Downloads page and take a look at the IO Ninja Plugin projects.
You can also find some info in the Developer Manual: https://ioninja.com/doc/developer-manual/tutorial-plugin-analyzer.html
There're new tutorials on writing custom protocol analyzers and packet templates using dynamic layouts; please check it out:
https://ioninja.com/doc/developer-manual/tutorial-plugin-analyzer.html https://ioninja.com/doc/developer-manual/tutorial-ias-packet-dylayout.html
(The original tutorial is still available at https://ioninja.com/doc/developer-manual/tutorial-plugin-analyzer-legacy.html)
It's now much easier to write customer protocol analyzers than it's used to be...