Re: [pyusb-users] Fwd: device not found

2013-05-03 Thread I Rabkina
Hi Karl, Those are the numbers they gave me. Do you think converting the vendor ID to hex (or product ID to decimal) could fix the problem? Thanks, Irina On Fri, May 3, 2013 at 3:40 PM, Karl P wrote: > > > On 05/03/2013 06:48 PM, Wander Lairson Costa wrote: > > 2013/5/3 I Rabkina : > >> Hello

Re: [pyusb-users] Fwd: device not found

2013-05-03 Thread I Rabkina
Hi Wander, I am using Mac OS X with Python 2.7. Thanks, Irina On Fri, May 3, 2013 at 11:48 AM, Wander Lairson Costa < wander.lair...@gmail.com> wrote: > 2013/5/3 I Rabkina : > > Hello, > > > > I am just getting started with pyusb. I need it to send an high/low > signal > > to a DAQ box using U

Re: [pyusb-users] Fwd: device not found

2013-05-03 Thread Karl P
On 05/03/2013 06:48 PM, Wander Lairson Costa wrote: > 2013/5/3 I Rabkina : >> Hello, >> >> I am just getting started with pyusb. I need it to send an high/low signal >> to a DAQ box using USB. Unfortunately, I am coming across a problem within >> the first few lines of code. Specifically, pyusb c

Re: [pyusb-users] Fwd: device not found

2013-05-03 Thread Wander Lairson Costa
2013/5/3 I Rabkina : > Hello, > > I am just getting started with pyusb. I need it to send an high/low signal > to a DAQ box using USB. Unfortunately, I am coming across a problem within > the first few lines of code. Specifically, pyusb can't find the device. I > assumed that the error was from hav

[pyusb-users] Fwd: device not found

2013-05-03 Thread I Rabkina
Hello, I am just getting started with pyusb. I need it to send an high/low signal to a DAQ box using USB. Unfortunately, I am coming across a problem within the first few lines of code. Specifically, pyusb can't find the device. I assumed that the error was from having incorrect IDs, but I've chec