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).
sorry that was my bad i havent noticed kernel i was running is 32bit
Hello Sorry for my lack of knowledge but i get Exec format error when i try running tdevmon compiled binary on RPI4
root@DietPi:/home/dietpi/tdevmon-3.3.12-linux-arm64/bin# ./tdevmon bash: ./tdevmon: cannot execute binary file: Exec format error
i have managed to compile and load the driver but i dont know why i get this error
@vladimir that is exactly what i wanted so i can check if i have devices online at all ( to be sure its not a cabling error ) i suppose i dont need the correct crc for this but if i do i guess ts just calling a function to recalculate crc on every loop instance. Thank you very much
Hello im trying to write a simple script that will use modbus packet template to scan for adress range and get response from them, since my knowledge of jancy is so-so if you could point me in right direction or even a small example would be perfect. What i fail to understand is how to craft a packet using script to do so ( the loop part i understand )
Thank you very much and excuse me for being ignorant
@vladimir well for now ive managed to do what i need on raspberry pi but having ioninja on MIPS ( openwrt based router ) would make it really useful for field debugging and testing.
the idea of having scriptable tool that can construct traffic ( modbus or any TCP based traffic for that matter ) wich is actual data flowing through the live automation system is something that makes my life so much easier. For example writitng a script that will "scan" modbus to get all slave responses so i know that all nodes are connected and online before parsing data in automtion system is a gift from gods
Hello everyone im very surprised how good is ioninja at handling specific job i do. Im automation engineer and i need to be able to snoop on serial and various udp traffic and i need to create some traffic for purpouses of testing and debugging etc.
However looking at the white pane during the long nights is very tiresome for eyes and i would suggest a dark theme, and if it already exists then please help me understand how to apply it
Hello everyone im new here and i wanted to use ioninja serial over ssh using a device with mips architecture... i was wondering is there a way to build a module and service for it?
To be more precise i am trying to build tdevmon driver and service for openwrt device since i need to use that to connect to my modbus devices and give out ssh ( openwrt device has wifi and everything ) could that be possible in any way? thank you very much