Hello everyone, I'n trying to use the Raw uart in order to exchange information between a PC and a Z1 mote. I must read from UART0 of z1 wich is connected to USB port. I'm testing different apps and I try to program my own app, but I am not able to write from PC to UART. I think I need the UartStream and the UartByte. That's ok, now I need the serial parameters (baud rate, stop bit, etc) but I don't understand where can I found it. I think a good option could be Msp430UartConfigure interface but when I try to compile it, the same error is always returned: unknown field `ssel' specified in initializer (and others) I have found other apps wich implements UART read and write, but I have this error when I compile it. This apps are: http://code.google.com/p/hijack-main/source/browse/trunk/msp430/apps/HiJackUARTPassThrough/?r=18 http://www.keally.org/2010/03/30/low-level-serial-control-in-tinyos/
Can anyone helps me please? Thank you _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
