[Tinyos-help] starting and stopping tmotes on FC4

2006-07-18 Thread Avinash Sridharan
Hi, I am working with tinyos-2.x on tmotes on FC4.  These tmotes are connected to my linux machine through a USB hub so as long as the USB interface doesn't hang it is quiet convenient to program and reprogram these motes.  There are times however due to segfaults in my code or due to simulataneous

Re: [Tinyos-help] starting and stopping tmotes on FC4

2006-07-18 Thread Cory Sharp
In the Linux source tree, you can take a look at, for instance, include/linux/usbdevice_fs.h drivers/usb/core/devio.c You may notice some interesting USB specific IOCTLS, such as USBDEVFS_DISCONNECT USBDEVFS_CONNECT USBDEVFS_RESET There may be some interesting documentation in

Re: [Tinyos-help] starting and stopping tmotes on FC4

2006-07-18 Thread Philip Levis
On Jul 18, 2006, at 12:50 PM, Avinash Sridharan wrote: Hi, I am working with tinyos-2.x on tmotes on FC4. These tmotes are connected to my linux machine through a USB hub so as long as the USB interface doesn't hang it is quiet convenient to program and reprogram these motes. There ar