Thanks Daniel, but I am wondering whether the mechanism of C for sending packets to serial forwarder in tinyos-2.x is compatible with that in tinyos-1.x? since mine is tinyos-1.x right now, don't have such a directory u mentioned. Really thanks for your time.
Best regards, Kenneth On 9/24/07, Daniel Widyanto <[EMAIL PROTECTED]> wrote: > > > Hi, > > Under TinyOS-2.x tree, there's a directory called : support/sdk/c. > Compile the source using : make, the result is libmote.a to be > linked to your C-program. > > To send the command to serial forwarder : see the example in > sfsend.c. > > Basically, what you need to do is : > 1) Open sf channel using : sf_descr = open_sf_source(inet_addr, port_addr) > 2) To write to sf channel, use : write_sf_packet(sf_descr, &data, > dataLength) > > Hope that helps. > > Regards, > > -daniel > > -------- Original Message -------- > > From: "Chan kenniel" <[EMAIL PROTECTED]> > > Sent: Friday, September 21, 2007 5:14 PM > > To: "tinyos forum" <[email protected]> > > Subject: [Tinyos-help] C and nesC problems > > > > Dear all, > > > > I have modified the oscillcope application to send message to PC by > > connecting to the serial forwarder, however, this is nesC to nesC > > communication. > > I am wondering whether there's any way to write a C file to send message > to > > serial forwarder ? If there is, could you please give me an example? > > > > Thanks a lot. > > > > > > -- > > Best wishes, > > Kenneth Chan > > > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Best wishes, Kenneth Chan ------------------------ Wish you have a good day!
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
