Another thing. I am trying to run the oscilloscope application in lesson 6 of the TinyOS tutorial. After I perform SerialForwarder, I want to input "java net.tinyos.oscope.oscilloscope" in cygwin screen. But this program has no response, why?
2006/11/17, Zhao Stephen <[EMAIL PROTECTED]>:
Michael, Thanks for your reply. I agreed with you. ADCControl is a alias name of StdControl interface in "SenseM.nc". In my experiment, I remove either line of two lines "Main.StdControl -> Sensor;" and "SenseM.ADCControl -> Sensor;" in "Sense.nc", and I can not find any difference. 2006/11/17, Michael Schippling <[EMAIL PROTECTED]>: > most likely it is a leftover that someone forgot to remove, > the common use for the ADCControl interface is to set the > clock prescaler (conversion rate) using setSamplingRate(). > MS > > Zhao Stephen wrote: > > I have one question to lesson 2 of tos tutorial. "SenseM" uses an > > interface named as "ADCControl" but it does not appear in > > implementation code. I can not understand why "SensM" use this > > interface? on the other hand, in "Sense.nc" file there are two line > > like "Main.StdControl -> Sensor;" and "SenseM.ADCControl -> Sensor;". > > I think there is a redundancy here? > > > > Thanks in advance. > > _______________________________________________ > > Tinyos-help mailing list > > [email protected] > > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
