Re: [pyusb-users] Input/Output error when trying to follow tutorial

2019-01-09 Thread Sergio A. Quiroga
thank you Tormod, the usb sniffer actually provided me with enough information of what i needed. i was trying to configure the device through the usb port, but what i'm getting from the IN endpoint is quite enough. On Tue, Jan 8, 2019 at 1:32 PM Tormod Volden wrote: > On Tue, Jan 8, 2019 at 8:2

Re: [pyusb-users] Input/Output error when trying to follow tutorial

2019-01-08 Thread LUCAS CORDEIRO BUTZKE
I will tell you the only thing that work for me, using wireshark. From knowing the right commands you can start working properly. Sorry for my english. Em 8 de jan de 2019 17:26, "Sergio A. Quiroga" escreveu: Hi all, it's my first attempt with pyusb, and following the tutorial could not go r

Re: [pyusb-users] Input/Output error when trying to follow tutorial

2019-01-08 Thread Tormod Volden
On Tue, Jan 8, 2019 at 8:26 PM Sergio A. Quiroga wrote: > > my device is a thermometer, it came with a software, and i can take readings > with the application included. however i'm trying to include it to a python > scripted environment, and need to take readings directly from the thermometer. >