Re: [Pyusb-users] Recover from a Timer Expired Message

2009-02-02 Thread Phil Hannent
Christopher Moore wrote: > I was wondering if there was a way to recover (aka regain communication > with the device) from a "Timer expired" message. The only way I've > found so far is to physically re-plugin the device. I have a different approach to you, I have a class PlugUSBDevice which in

[Pyusb-users] Recover from a Timer Expired Message

2009-02-01 Thread Christopher Moore
Hey everyone, I was wondering if there was a way to recover (aka regain communication with the device) from a "Timer expired" message. The only way I've found so far is to physically re-plugin the device. I've tried using the following without success: handle.resetEndpoint(0x83) handle.clear