It seemed that the SerialForwarder passes the data as it is. How could I do 
framing in C#? I noticed that it is implemented from the motes sides in nesC.

Regards
Islam Hegazy
  ----- Original Message ----- 
  From: Brian Mulanda 
  To: Islam Hegazy 
  Cc: [email protected] 
  Sent: Saturday, July 28, 2007 5:53 PM
  Subject: Re: [Tinyos-help] communicating with the motes



  One way you can send data to the motes using C# is through TCP/IP and 
SerialForwarder. Interact with 
  the same port that you connect to when receiving data from the motes.

  Remember to check if you need to frame your data before passing it on to 
SerialForwarder; I can't remember 
  if SerialForwarder sometime initiates framing or just passes on such data as 
is to, in your case, the motes.

  -Brian



  On 7/28/07, Islam Hegazy <[EMAIL PROTECTED]> wrote:
    Hi

    I am working with mica2 motes in my research. I did some programs in C# to 
receive the readings from the sensors via the TCP/IP communication of the 
SerialForwarder. I am in a stage now to send data from the PC to the motes, I 
noticed from the tutorials that I can use Java language to send data to the 
motes. I wonder if there is a way to send data to the motes using C# or C++?

    Regards
    Islam Hegazy



    _______________________________________________
    Tinyos-help mailing list
    [email protected] 
    https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help 


_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to