I think the problem is with the CRC that you generate. Other solution if you don't want to do all the low level operations is to use MIG<http://www.tinyos.net/tinyos-1.x/doc/nesc/mig.html>, that generates a java class to send messages throught serial port.
On 9/10/07, Urs Hunkeler <[EMAIL PROTECTED]> wrote: > > Dear David, > > If your problem still exists, have you checked that the little switch on > the MIB510 programming board is in the OFF position? (It has to be in > the OFF position, otherwise the serial communication in one direction > doesn't work, I'm not sure in which direction though). > > Cheers, > Urs > > > David Sanchez schrieb: > > Dear All, > > > > I'm actually working in a TinyOS project with mica2 motes and MIB510 > > gateway, all of CROSSBOW. > > > > I have written a program in java for PC-Mote communication. The Mote -> > PC > > it works correctly and I can view the messages that the motes send but > the > > side PC -> Mote it doesn't work right. > > > > I am trying to send the 7E 42 04 00 11 7D 5D 00 01 01 7E but motes in > the > > network have anything. > > > > PD: The program in the motes is symple so I think the problem it is how > to > > send the data via the MIB510 and the serial packet format. > > > > Anybody can help me?, > > > > Thanks in advance, > > > > see you son, > > > > David > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help >
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
