Hi, I try to develop an application in C# (under windows) to comunicate with
the root-node (telosB) through the serial port. I can read the messages sent
from root-node to PC, but when I try to send some messages from my PC to the
root-node, it does not received the message.

On the root-node runs the antitheft application.
The message, sent from PC, is a byte array.
The PC-UART configuration, to open the communication,  is:

   - baudrate = 115200,
   - dataBits = 8,
   - parity = none,
   - stopBit = one,
   - RTSenable = true


Please help me.
Thanks in advance

-- 
Ph.D. Student Edoardo Patti
Politecnico di Torino
Dipartimento di Automatica e Informatica - EDA Group
C.so Duca degli Abruzzi 24, 10129 Torino (ITALY)
Phone: (+39) 011 564 7072
Fax: (+39) 011 564 7099
E-mail: edoardo.pa...@polito.it
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to