The file you are looking for is located (at least on my tinyos installation) in folder /opt/tinyos-2.1.1/support/sdk/java/net/tinyos/packet/ and it is called Packetizer.java Basically it contains the decription of the UART communication protocol as well as full implementation for methods for both reading and writing packets to UART.
2010/11/23 José Eduardo S. C. Xavier <[email protected]>: > Can anyone help me to know how to send data via uart to telosB? > Thanks > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- ---------------------------------- Krišjānis Nesenbergs _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
