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. T

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-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 s

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 > sen