Hello
I am new to InSim
I would like to write my own project and make it work in Matlab/simulink
I was going throe InSim.doc, i was also reading my first insim application thread, but i could not clear something:
Lets say i wanna send this IS_TINY pack
(4 ISP_TINY 1 TINY_NCN)
but when i write my code in matlab i have to define ISP_TINY and TINY_NCN, so i was wondering since i have to send unsigned integers, the code could look like this?
(4 3 1 13)
i was thinking it have to be like this since the string ISP_TINY is more the 1 byte long
I am new to InSim
I would like to write my own project and make it work in Matlab/simulink
I was going throe InSim.doc, i was also reading my first insim application thread, but i could not clear something:
Lets say i wanna send this IS_TINY pack
(4 ISP_TINY 1 TINY_NCN)
but when i write my code in matlab i have to define ISP_TINY and TINY_NCN, so i was wondering since i have to send unsigned integers, the code could look like this?
(4 3 1 13)
i was thinking it have to be like this since the string ISP_TINY is more the 1 byte long