On 3/5/09 9:41 AM, Javier Barbarán wrote: > Hi Urs and all, > > And thank you very much for your help. I've never used this kind of > application, but I searched on the Internet and I found straceNT for > windows, and I have used it in order to check where could be the > problem, but without help cause the information that provides is not useful. > > I have no other ideas for the momment, but I just think that it could be > really nice to open the possibility on developing easily applications > for sensor networks using .NET, but just using a .NET version of the > tinyos.jar. > > If anyone of you knows anything related to, or could give any clue.. > please tell me, Thank you very much again, and thanks Urs, Ill continue > searching other debug application as you suggested me. > > Regards.
One thing you may want to try is starting the TinyOS SerialForwarder application in a regular Java VM before running your .NET application (see http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder). Then, from your .NET application, use the source "s...@localhost:9002" instead of "ser...@com4:micaz". If this works, then it's pretty likely that the native C code is causing the crash. Greg Hackmann _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
