[Tinyos-help] Question with regard to the Oscilloscope example

2007-06-04 Thread Peizhao Hu
Hi All, I modified the Oscilloscope example that came with TinyOS 2.X to log temperature data using Mica2 and MTS300 Sensorboard. I have a few questions related to the example and the temperature data I got. 1. I am using SerialForwarder with port 9002. But I can't find this definition in the

Re: [Tinyos-help] Question with regard to the Oscilloscope example

2007-06-04 Thread Philip Levis
On Jun 3, 2007, at 11:36 PM, Peizhao Hu wrote: 1. I am using SerialForwarder with port 9002. But I can't find this definition in the Oscilloscope example. so is port 9002 a default port number for serialforwarder and the example just bind to this default port 9002? Yes. Please read tutorial

Re: [Tinyos-help] Question with regard to the Oscilloscope example

2007-06-04 Thread Peizhao Hu
Dear Philip, after that I realized the TinyOS 2.X environment generated a build source as BuildMachineName, and inside it, there is a environment variable checking before it binds to default value, [EMAIL PROTECTED]:9002, by using Env.getenv(MOTECOM). how can I change the ENV setting to