I am trying to read serial data from pin 4 of the
10-pin header of the Tmote mini.

i have downloaded the Tmote TestUart0 example (Using
the Shared UART0 for External Devices), and
successfully loaded it onto my tmote.

I used a oscilloscope on pin 4 to verify that data was
outuput from the TX pin.  Then, I built a cable from
the 10-pin header to a PC RS-232 serial Port.  The
data received on the PC (using hyperterminal and
serial sniffer to see hex values) is two bytes (0xDB,
0xFE) at 9600 bps.

this is not what i expect since the example uses the
following code...

enum
{
  UART_TX_BYTE = 0x12,
};

...

UartControl.tx( UART_TX_BYTE );




       
____________________________________________________________________________________
Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to