[Tinyos-devel] UartC vs. PlatformSerial (TEP113)

Ben Greenstein bengreenstein at gmail.com
Tue Sep 25 11:20:59 PDT 2007


Thanks for noticing this. Ther SerialByteComm interface was replaced
by UartStream. UartStream, like its predecessor, connects the serial
library's bottom level component (HdlcTranslate) to a platform's UartC
(Msp430Uart1C in the case of telos) via PlatformSerialC. TEP113 should
reflect this change, but doesn't yet.
B


On 9/21/07, Martin Leopold <leopold at diku.dk> wrote:
> Hi All.
> I was looking to add serial stack support to my cc2430 platform and I
> browsed TEP113 and noticed the following:
>
> The way I read TEP113 all platforms must provide the interface
> SerialByteComm through the component UartC:
>  "The UART HIL is UartC, which provides a byte-level interface to the
>   underlying serial communication. It provides the SerialByteComm..."
>
> In my copy of the CVS repository I couldn't find any instances of UartC.
> On the other hand all platforms export the PlatformSerialC component
> providing UartStream. The serial stack seems to rely on this component.
>
> I'm confused here, how I'm I suppose to provide serial access in
> compliance with the TEPs?
>
> --
> Regards Martin Leopold.
> Dept. of Computer Science, University of Copenhagen
>
>
> _______________________________________________
> Tinyos-devel mailing list
> Tinyos-devel at Millennium.Berkeley.EDU
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-devel
>


More information about the Tinyos-devel mailing list