Re: [pyusb-users] Tektronix oscilloscope

2014-04-03 Thread Wander Lairson Costa
2014-04-02 21:13 GMT-03:00 Marcos Anzorena : > Hello: > > Excuse my ignorance, how can i put my code on the wiki? > I have never done anything like that. > https://github.com/walac/pyusb/wiki Just go there and create a page. Thank you for your interest in contributing. -- Best Regards, Wander

Re: [pyusb-users] Tektronix oscilloscope

2014-04-02 Thread Marcos Anzorena
Hello: Excuse my ignorance, how can i put my code on the wiki? I have never done anything like that. Best regards. On Mon, Sep 9, 2013 at 5:49 PM, Wander Lairson Costa < wander.lair...@gmail.com> wrote: > I am so sorry, I totally forgot about this. I just enabled wikis in > PyUSB github. Github

Re: [pyusb-users] Tektronix oscilloscope

2013-09-09 Thread Wander Lairson Costa
I am so sorry, I totally forgot about this. I just enabled wikis in PyUSB github. Github may need some time to update the information. 2013/8/12 Xiaofan Chen : > On Tue, Aug 13, 2013 at 9:35 AM, Wander Lairson Costa > wrote: >> This is something that better fits in an wiki. After I received a >>

Re: [pyusb-users] Tektronix oscilloscope

2013-08-12 Thread Xiaofan Chen
On Tue, Aug 13, 2013 at 9:35 AM, Wander Lairson Costa wrote: > This is something that better fits in an wiki. After I received a > sourceforge email notifying me that they were shutdown trac, I decided > to migrate everything but main page and downloads to github, but I had > no time, and eventual

Re: [pyusb-users] Tektronix oscilloscope

2013-08-12 Thread Wander Lairson Costa
2013/8/12 Marcos Anzorena : > Hello everyone: > > I wanted to share the code i wrote to communicate with a tektronix > scope MSO2024. I used [0] and [1] as reference. I'm using PyUSB, > libusb 1.0 and Fedora 16 > > I wrote to main functions. One for opening the scope: > > def tekopen(idV=0x0699,idP

[pyusb-users] Tektronix oscilloscope

2013-08-12 Thread Marcos Anzorena
Hello everyone: I wanted to share the code i wrote to communicate with a tektronix scope MSO2024. I used [0] and [1] as reference. I'm using PyUSB, libusb 1.0 and Fedora 16 I wrote to main functions. One for opening the scope: def tekopen(idV=0x0699,idP=0x03A4): dev=usbc.find(idVendor=idV,idPr

Re: [pyusb-users] Tektronix oscilloscope

2013-02-20 Thread Marcos Anzorena
Thanks, it works. I was confused On Tue, Feb 19, 2013 at 6:37 PM, Wander Lairson Costa < wander.lair...@gmail.com> wrote: > 2013/2/19 Marcos Anzorena : > > Hi: > > > > I'm working on a project comunicating a Tektronix scope MSO2024 using > PyUSB, > > libusb 1.0 and Fedora 16. So far i can only fi

Re: [pyusb-users] Tektronix oscilloscope

2013-02-19 Thread Wander Lairson Costa
2013/2/19 Marcos Anzorena : > Hi: > > I'm working on a project comunicating a Tektronix scope MSO2024 using PyUSB, > libusb 1.0 and Fedora 16. So far i can only find the scope, but when i try > to "set_configuration()" it sends me error. This is the code that i'm using: > > > tek=usb.core.find(idVe

[pyusb-users] Tektronix oscilloscope

2013-02-19 Thread Marcos Anzorena
Hi: I'm working on a project comunicating a Tektronix scope MSO2024 using PyUSB, libusb 1.0 and Fedora 16. So far i can only find the scope, but when i try to "set_configuration()" it sends me error. This is the code that i'm using: tek=usb.core.find(idVendor=0x0699,idProduct=0x03A4) if tek is N