Bill:

Interesting you should mention that. I was referencing that very project.
Good work. Turns out the Temper and Termper1 surprisingly have very
different initialization needs, but it was as a reference
it certainly helped me understand how to use pyusb for something like this
a bit better.

Wander:

Tried the latest git code in my environment now however I am still getting
Operation Timeout:

I'm using python 3.2 if that helps.

--------------------------

Traceback (most recent call last):
  File "temper1.py", line 15, in <module>
    ret = dev.read(0x82,8,1,5000)
  File
"/home/lrvick/.virtualenvs/temper1/lib/python3.2/site-packages/usb/core.py",
line 654, in read
    self.__get_timeout(timeout)
  File
"/home/lrvick/.virtualenvs/temper1/lib/python3.2/site-packages/usb/backend/libusb10.py",
line 559, in intr_read
    timeout)
  File
"/home/lrvick/.virtualenvs/temper1/lib/python3.2/site-packages/usb/backend/libusb10.py",
line 648, in __read
    _check(retval)
  File
"/home/lrvick/.virtualenvs/temper1/lib/python3.2/site-packages/usb/backend/libusb10.py",
line 403, in _check
    raise USBError(_str_error[ret], ret, _libusb_errno[ret])
usb.core.USBError: [Errno 110] Operation timed out


On Fri, Feb 10, 2012 at 11:03 AM, Bill Mania <maniab...@yahoo.com> wrote:

> Lance,
>
> This may be useful to you:
>
> http://wp.me/p2a7aU-X
>
> It's my implementation of a pure Python and PyUSB class for the
> TEMPer.
>
> --
> Bill Mania
> dum ni vivas, ni vivu!
>
>
> ------------------------------------------------------------------------------
> Virtualization & Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> _______________________________________________
> pyusb-users mailing list
> pyusb-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pyusb-users
>



-- 
Lance R. Vick
__________________________________________________
Cell      -  407.283.7596
Gtalk     -  la...@lrvick.net
Website   -  http://lrvick.net
PGP Key   -  http://lrvick.net/0x36C8AAA9.asc
keyserver -  subkeys.pgp.net
__________________________________________________
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to