Re: [Scilab-users] Help with text files

2013-11-26 Thread Eduardo Torrecillas
Hi Mike! When I try to read the next line, it gets empty, showing [ ] As I said, I also tried at Windows, where the files were generated, because I was thinking that transportation between OS could cause that, but maybe it's not the case since I got the same results at Windows. Best regards, O

Re: [Scilab-users] Help with text files

2013-11-26 Thread Mike Page
Hi Eduardo, Sometimes I have had problems like this due to line termination characters. It's possible if a file gets moved from Linux to Windows and back again, it can get unexpected CR or LF characters. Sometimes these are read as a garbage line. I would take a look at your text file with a hex

Re: [Scilab-users] Help with text files

2013-11-26 Thread Eduardo Torrecillas
Hi Paul, Using phrase=mgetl(fd) turns into the same result: phrase = ÿþ Regards, On Tue, Nov 26, 2013 at 5:22 PM, Paul Carrico wrote: > Try basicaly … > > phrase=mgetl(fd) > > then you’ve an array of characters … > > > > Paul > > > > > > > > *De :* users [mailto:users-boun...@lists.scil

Re: [Scilab-users] Help with text files

2013-11-26 Thread Paul Carrico
Try basicaly … phrase=mgetl(fd) then you’ve an array of characters … Paul De : users [mailto:users-boun...@lists.scilab.org] De la part de Eduardo Torrecillas Envoyé : mardi 26 novembre 2013 19:14 À : International users mailing list for Scilab. Objet : [Scilab-users] Help with text fil

[Scilab-users] Help with text files

2013-11-26 Thread Eduardo Torrecillas
Hello all, I currently have some text files and I would like to extract information from them using Scilab. I have done this before, using mopen and mgetl, for example. Don't know why, but strangely in this case it is not working. I am using Scilab 5.4.1 on Ubuntu (but Scilab 5.4.0 under Windows

Re: [Scilab-users] HDF5: infinite loop closing library

2013-11-26 Thread Antoine Monmayrant
On 11/26/2013 12:28 PM, Akhechar wrote: Unfortunately, it did not have answers to this mail ! :( -- View this message in context: http://mailinglists.scilab.org/HDF5-infinite-loop-closing-library-tp4027882p4027885.html Sent from the Scilab users - Mailing Lists Archives mailing list archive a

Re: [Scilab-users] HDF5: infinite loop closing library

2013-11-26 Thread Akhechar
Unfortunately, it did not have answers to this mail ! :( -- View this message in context: http://mailinglists.scilab.org/HDF5-infinite-loop-closing-library-tp4027882p4027885.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. ___

Re: [Scilab-users] HDF5: infinite loop closing library

2013-11-26 Thread sumit7
Hi , I found here http://www.daqwest.com/quests/207/search?search=hdf5%20javasci a similar mail and a related bug(last in the list) in the bugs category . Hope it helps :) -- View this message in context: http://mailinglists.scilab.org/HDF5-infinite-loop-closing-library-tp4027882p4027884.html

[Scilab-users] HDF5: infinite loop closing library

2013-11-26 Thread Akhechar
Hi, I am trying to run my program using javasci through eclipse but I had this error : *HDF5: infinite loop closing library D,T,F,FD,P,FD,P,FD,P,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E,E

[Scilab-users] Open comport in C macro

2013-11-26 Thread Piotr Głębski
I try to develop some hardware which I want to connect to Xcos in Linux (simply DAQ). Right now i write macro making a block in Xcos. I can put parameters to my C library and get date from (loopback). Right now i try to connect to usb/rs device using this library: http://www.teuniz.net/RS-232/ And