Hi everyone:
I want to use the Atm128Uart0C in T2.1 to control the UART0 in Mica motes like
micaz or IRIS. Right now my wiring is like this:
In the configuratuon:
components Atm128Uart0C;
App.UartStdControl -> Atm128Uart0C.StdControl;
App.UartByte -> Atm128Uart0C.UartByte;
App.UartStream -> Atm128Uart0C.UartStream;
And in the module file:
uses {
interface UartByte;
interface UartStream;
interface StdControl as UartStdControl;
interface Init as Uart0Init;
}
However, when I compile, there's an error says: Uart0Init.init not connected.
How can I wire or connect the Init.init within Atm128UartP.nc? Are the rest of
the wiring correct? Thanks!
Zhen Li
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help