[pyusb-users] Documentation

2010-09-01 Thread Kaan AKŞİT
Dear all, I am having hard time to find a manual or a documentation that explains each function in pyusb library. Unfortunately, I could not find anything beside this: http://pyusb.sourceforge.net/docs/1.0/tutorial.html Best regards, Kaan -

Re: [pyusb-users] Documentation

2010-09-01 Thread Wander Lairson
Hi Kaan, PyUSB reference for functions is available through doc strings. For example, you can see the documentation of the core module by typing this: pydoc usb.core Once PyUSB is installed in your system. Note: bear in mind that we are talking about PyUSB 1.0. Wander 2010/9/1 Kaan AKŞİT : > D

Re: [pyusb-users] Documentation

2010-09-01 Thread Kaan AKŞİT
Thank you very much for the answer. I am using the help files now. help(usb.core) Kaan 2010/9/1 Wander Lairson > Hi Kaan, > > PyUSB reference for functions is available through doc strings. For > example, you can see the documentation of the core module by typing > this: > > pydoc usb.core > >

[pyusb-users] Nvidia Shutter glasses

2010-09-01 Thread Kaan AKŞİT
Dear all, I am trying to control Nvidia shutter glasses with the help of pyusb. What I can do so far is to change the state of Green LED to Red. Here is my code below, if someone has idea to share on the topic, I kindly ask him/her to share: #!/usr/bin/python # -*- coding: utf-8 -*- #Programmed b