write own data parser/processor

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.

b527999e-45d4-4533-ba19-2d34c3ed5dd3-image.png

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