I am trying to write a tinyOS component that receieves packets on its serial port (I have a C application on a PC that sends data on this serial port. Actually as I read in the docs, MICA2 eMotes have a special port 10002 which correspond to the serial port, so my C app opens a socket to <IP addr of eMote>:10002
The TinyOS tutorial explains how to write functions to use ReceiveMsg interface in order to capture packets on the radio channel. But what is the way to read packets off the serial port? Am I correct to say that port 10002 corresponds to serial port or have i misunderstood something completely? Thanks, Sid. _______________________________________________ Tinyos-users mailing list [EMAIL PROTECTED] http://mail.Millennium.Berkeley.EDU/mailman/listinfo/tinyos-users
