I'm not sure what it looks like on the micaz motes. On the msp430 flavors (telosb) Iuse
UartStream.send and for receiving UartStream.receivedByte The interfaces are in tinyos-2.x/tos/interfaces/UartStream.nc. also check out UartByte.nc On the msp430 platforms these are instantiated by tinyos-2.x/tos/chips/msp430/usart/Msp430UartP.nc after you following the wiring layers. There should be something similar for the micaz. eric On Tue, Jul 29, 2008 at 11:40 PM, Varun Jain <[EMAIL PROTECTED]> wrote: > Hi, > > I saw a post/query posted earlier at: > > > > > https://www.millennium.berkeley.edu/pipermail/tinyos-2-commits/2007-June/005830.html > > > > I could not find the answer to this, does someone knows how to do achieve > this in TINYOS-2.x as I need to something similar, i.e. attach devices on > the UART so I just need to send raw bytes on the UART??? I am using Chipcon > motes (similar to micaz) and Cygwin. > > > > > > Cheers, > > > > Varun Jain > > > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher Autonomous Systems Lab Jack Baskin School of Engineering UCSC
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
