[Tinyos-help] Sending Messages to UART without any heady
Michael Schippling
schip at santafe.edu
Thu Sep 4 09:21:13 PDT 2008
HPLUART is probably the ticked you want, but you need to
send each byte separately using the send->sendDone mechanism.
So many people have asked how to do this that there should
be a demo app, but I've never seen one nor tried it myself...
MS
Marios Koutroullos wrote:
> I tried sending message to UART port from my micaz to my PC using
> UARTComm but I am getting 5 bytes header infrom of the data. I read
> that I can send byte by byte using HPLUART but what I want is to be
> able to send a sequence of bytes without any header. For example send
> "HelloWorld" without any header.
> Can you tell me what interface should I use to do this? Can you give
> an example of an application which is using this interface.
> thanks!
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
More information about the Tinyos-help
mailing list