Hi,
I continue with the project to implement a network with some mica2 motes
(one of them as a base station). My other problem is that I need to do
operations with the data with matlab and I want know how I do to take this
data from the motes.
I tried to use the serial port to take the message but it doesn't work very
well. I use a code on Matlab as:
s=serial ('com3');
s.BaudRate=57600;
s.Timeout=10;
s.InputBufferSize=200;
fopen(s);
q = fgetl(s);
fclose(s);
But it's work bad. Any suggestions?
Thanks to all.
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help