Let me explain the problem, I'm recording some values from accelerometers and from eyesweb.
Then I want to use it with scilab to make some treatment over it (FFT etc..) I know Pd could do FFT, but I need to do a lot of other stuff that Scilab does apparently better.
Yet I record the values that way :
5555;
6698;
658798;
etc...
my problem is the semicolon character, I did use it to terminate the message, when I've got it Scilab doesn't understand the variable the right way (and I can't find how to have Scilab to parse in real time fast enough)
So I'm looking for a way to record my file that way :
5555
6698
658798
etc...
I give the patch where I'm recording into the txt file "record_txt" (the right inlet just receive the name of the file that I parse from specific name and exercice during mesurement...)
Thank you very much,n
Yoha