hi,
i need the motes communicate via serial to the pc
it must be telnet like but not byte-by-byte but
something like senLine()/getLine() interface
only the strings must be transmitted...

so what is the best approach for sending strings or arrays of data not
wrapped into packets?
i could use HPLUARTC and implement sendLine()/getLine() with a buffer
manually
possibly there is a better solution for this?
i don't really understand UARTFramedPacket/UARTNoCRCPacket, but i think
they are wrapped data...

thx for help,

Anton

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

Reply via email to