Hello,
As digging into the communication between Scilab and Arduino i thought if there is a way in programing the arduino directlt from scilab,like a arduino ide toolbox for it.
Can anyone help me with some information?
Hello,
As digging into the communication between Scilab and Arduino i thought if there is a way in programing the arduino directlt from scilab,like a arduino ide toolbox for it.
Can anyone help me with some information?
Can anyone help me with some information?
The Arduino is programmed by sending it a hex file. The hex file is created by the linker from object files created by the compiler from the source files provided by the user and created by the IDE from the ino file(s).
It is unlikely that you are going to replicate all this functionality in scilab in a multi-platform way.