Hi,

I'm working with telos motes, and i'd like to send data received over the radio to the 10 pin external connector (USART).

At my wiring file I'm doing something like this:

...
components Main, MyModuleM,..., HPLUARTM,HPLUSART0M;

MyModuleM.UART -> HPLUARTM;
HPLUARTM.USARTControl -> HPLUSART0M;
HPLUARTM.USARTData -> HPLUSART0M;
...

and at my module I need to launch the "init" command over the UART interface firstly.

So I also capture the events defined at the HPLUART interface (putDone and get) and finally I can use the "put" command in order to send data to the conector

But I can't get data going out.. the external device doesn't receive anything.. what's the problem?

Regards,

Iker Uribesalgo López


_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to