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