hi,
i need the motes communicate via serial to the pc
the communiication have to be telnet like but not byte-by-byte but
sendLine(); getLine();
only the strings must be transmitted
so what is the best approach for this?
i could use HPLUARTC and implement sendLine(); getLine() with a buffer
manually

or is there a better solution?
i don't really understand the UARTFramedPacket or UARTNoCRCPacket..
but i think they are wraped into something, not pure ascii
is there a simple way sending and getting strings or arrays of data via
serial?

thx,

Anton


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

Reply via email to