Re: [Tutor] pyUSB linux + unknown device

2008-05-13 Thread Michael Langford
This should get you started. You're need to go to figure out your data format, and you're going to need to go through the data, most likely with a snooper. http://www.nabble.com/Using-pyusb-td16164343.html --Michael On Mon, May 12, 2008 at 8:03 PM, Downbound <[EMAIL PROTECTED]> wrote: >

[Tutor] pyUSB linux + unknown device

2008-05-12 Thread Downbound
I'm trying to make an interface between my weather station and my linux server however the only output the weather station has is USB. Further, there are only windows drivers for this Honeywell weather station. Thus, I'm trying to use Python and pyUSB to interface. I THINK i've gotten pretty close