Hi all,

I'm trying to make a communication between stargate ad micaz.
I connected the micaz on the daughter board of the stargate and I viewed
some source code about using UART port.
Now, micaz and stargate send packets to the UART port but I don't receive
any packets in both sides.
Can anyone help me?
In stargate I run the motetest application, while in micaz I use a modified
version of RadioCountToLeds (in /apps of tinyOS-2.x)
I using the following statement to send data into UART:

if (call AMSend.send(0x007e, &mypacket, size_packet) == SUCCESS)
      {......
      }
where 0x007e is the TOS_UART_ADDR
if possible, send me your code.
I use TinyOS-2.x
Thaks very much
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to