RE: [Tinyos-help] UartByte.send locks up?

2006-12-08 Thread awoo
, 2006 2:06 PM To: Jeff King; Alec Woo; Jonathan Hui Cc: TinyOS help Subject: Re: [Tinyos-help] UartByte.send locks up? On Dec 7, 2006, at 1:52 PM, Jeff King wrote: > Jeff King wrote: >> Has anyone tried using the new UartByte interface in the TinyOS >> 2.0 release? Sending and r

Re: [Tinyos-help] UartByte.send locks up?

2006-12-07 Thread Philip Levis
On Dec 7, 2006, at 1:52 PM, Jeff King wrote: Jeff King wrote: Has anyone tried using the new UartByte interface in the TinyOS 2.0 release? Sending and receiving serial data using UartStream works fine, but the blocking UartByte.send never unblocks: I've tracked this down to two problems. F

Re: [Tinyos-help] UartByte.send locks up?

2006-12-07 Thread Jeff King
Jeff King wrote: Has anyone tried using the new UartByte interface in the TinyOS 2.0 release? Sending and receiving serial data using UartStream works fine, but the blocking UartByte.send never unblocks: I've tracked this down to two problems. First, the TXCIE (TX Complete Interrupt Enable)

[Tinyos-help] UartByte.send locks up?

2006-12-06 Thread Jeff King
Has anyone tried using the new UartByte interface in the TinyOS 2.0 release? Sending and receiving serial data using UartStream works fine, but the blocking UartByte.send never unblocks: (/tos/chips/atm128/Atm128UartP.nc) async command error_t UartByte.send( uint8_t byte ){ call HplUart.tx( b