On 5/19/06, Jacques Panchard <[EMAIL PROTECTED]> wrote:
Dear David and Henri, Thanks for your answer. First about debugging information. If I start a SerialForwarder with the -debug option, I do not get any message when the SerialForwarder stops forwarding. I also tried to use the C SerialForwarder, but I must be doing something wrong because I do not receive any message after I start it. Do I make an error witht the parameters? $ ./sf 9001 COM1 57600 tinynode
sf wants Unix-style serial-port names (so /dev/ttyS0 in this case), even on cygwin. It should've given you a warning to that effect. Beyond that, it doesn't print much, except a short one line message when a client connects or disconnects. David Gay _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
