Re: [Tinyos-help] PhoenixSource, BuildSource and MoteIF

2007-10-02 Thread David Gay
On 10/2/07, José Manuel Sánchez-Matamoros Pérez <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm developing an application for storing the data adquisition of a WSN. The > programming language is java, so i need to use MIG application. I have made > a program that reads messages from serial forwarder i

Re: [Tinyos-help] PhoenixSource, BuildSource and MoteIF

2007-10-02 Thread José Manuel Sánchez-Matamoros Pérez
The exact code i use is the next: PhoenixSource source = BuildSource.makePhoenix( BuildSource.makeSF("/dev/ttyS0",9001), PrintStreamMessenger.err); source.start(); mote = new MoteIF(source); When i execute it i receive the fol

Re: [Tinyos-help] PhoenixSource, BuildSource and MoteIF

2007-10-02 Thread Peizhao Hu
you have to at least cut & paste your error message here. also do you mean having two parallel serialforwarder running on different port or programmatically change the port number? regards; Peizhao José Manuel Sánchez-Matamoros Pérez wrote: Hi all! I'm developing an application for storing

[Tinyos-help] PhoenixSource, BuildSource and MoteIF

2007-10-02 Thread José Manuel Sánchez-Matamoros Pérez
Hi all! I'm developing an application for storing the data adquisition of a WSN. The programming language is java, so i need to use MIG application. I have made a program that reads messages from serial forwarder in port 9001; the code for initialize the object moteIF is the next: MoteIF mote = n