Hello,
There's an ITT_Server that receives messages from the DCC program on the PC. The messages are sent over sockets to the IPNC's IP address. I'd like to bypass this and set ISS registers from an application called from the Linux console. How can I do this?
I found the i2c_rdwr.c module (in ipnc_mcfw/mcfw/src_linux/utils/)that calls OSA_i2cTestMain. It accepts as input register address and value and sets/reads registers. Is there a way of using this function from a console application to set ISS registers?
Thanks,
Mechi