Re: [python-win32] USB Power Off from Python

2006-12-14 Thread Gabriel Genellina
At Wednesday 13/12/2006 23:48, James Matthews wrote: However we see that you can unmount it ans sometimes it will be turned off I think it's some kind of soft turn off; you send the device a command to shutdown self. The +5V stay there. -- Gabriel Genellina Softlab SRL

Re: [python-win32] USB Power Off from Python

2006-12-14 Thread James Matthews
ok thanks On 12/14/06, Gabriel Genellina [EMAIL PROTECTED] wrote: At Wednesday 13/12/2006 23:48, James Matthews wrote: However we see that you can unmount it ans sometimes it will be turned off I think it's some kind of soft turn off; you send the device a command to shutdown self. The

[python-win32] USB Power Off from Python

2006-12-13 Thread Sajjad Hussain
Hi, I am using a USB port to power my USB device that takes 5V DC power. My device works fine and is powered on properly. I am using small script written in python to open a port (I am using a serial to usb adapter since my device has a serial connector on it), and send some data. Now I just

Re: [python-win32] USB Power Off from Python

2006-12-13 Thread Tim Roberts
Sajjad Hussain wrote: I am using a USB port to power my USB device that takes 5V DC power. My device works fine and is powered on properly. I am using small script written in python to open a port (I am using a serial to usb adapter since my device has a serial connector on it), and send

Re: [python-win32] USB Power Off from Python

2006-12-13 Thread James Matthews
However we see that you can unmount it ans sometimes it will be turned off On 12/13/06, Tim Roberts [EMAIL PROTECTED] wrote: Sajjad Hussain wrote: I am using a USB port to power my USB device that takes 5V DC power. My device works fine and is powered on properly. I am using small