[Tinyos-help] need help with serial communication of peripheral devices..

2008-07-28 Thread Varun Jain
Hi, I am trying to implement a network of 20 synchronous clocks/counters connected to each other and controlled using TinyOS from a Central BaseStation. I have been able to implement most of the test applications and the multihop protocols successfully. I am even able to modify certain java files

Re: [Tinyos-help] need help with serial communication of peripheral devices..

2008-07-28 Thread Michael Schippling
You probably need to use the lower level UART modules, e.g., UARTM.nc in T1, but I don't know what they are called in T2. Search this list for many questions, mostly unanswered, about using raw UART comm... MS Varun Jain wrote: > Hi, > > I am trying to implement a network of 20 synchronous clock