Are you aware your mail software is quoting raw email addresses? Stop that!
I get quite enough spam, thank you.

On Mon, April 2, 2007 1:23 pm, Bill Leal said:
> That would probably work ... but the c# code included in msrsense uses the
> registry to identify tmotes, ignoring other attached usb devices. That means
> the user doesn't have to specify the com details.
>
So I Googled and got Microsoft Research (MSR) Networked Embedded Sensing
Toolkit (MSR Sense). I don't understand your problem at all. If you're using
MS Sense, you have the C# forwarder.

"1/31/2006: We released MSR Sense 0.1.3a. A key feature added to this
release is the MoteForwarder, a C# version serial forwarder that converts a
USB serial connection a TCP socket server connection. Thus, MSR Sense is not
dependent on TinyOS and Java."

It even appears the code is available, so just copy the appropriate files to
your project if you don't want to use the forwarder.

Perhaps you need to clarify your problem, or ask the MSR Sense people?

>> -----Original Message-----
>> Subject: Re: [Tinyos-help] windows-based app
>>
>>
>> On Fri, March 30, 2007 3:48 pm, Bill Leal said:
>> > I'm developing a tiny-os app that has a network of tmotes, one of which
>> is
>> > attached via usb to a pc. On the pc side I'd like all the software to
>> run in
>> > native windows (no cygwin). I'd prefer to write the software in C#. In
>> any
>> > case, I'll need a component like Listen to handle the usb communication.
>> >
>> > I've poked around, looking for resources in C# that let me access a usb
>> > device, and it looks like it would be pretty complicated if I had to
>> roll my
>> > own.
>>
>> I was under the impression that motes used a generic USB serial driver to
>> emulate a serial port.  The USB is a bridge, and the cpu supports serial
>> communications.
>>
>> C# should then access the serial interface on the virtual port. Just like
>> Listen, listen raw, etc. use the serial interface.
>>
>> > Any ideas or pointers?
>>
>> Look around here: http://www.codeproject.com/system/serial_com.asp
>>
>> > Thanks, Bill

-- 
The difference between the right word and the almost right word is really a
large matter- it's the difference between a lightning bug and the lightning.
-Twain

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

Reply via email to