Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54273 > unrolled thread
| Started by | Kasper Jepsen <rapzak@gmail.com> |
|---|---|
| First post | 2013-09-17 02:44 -0700 |
| Last post | 2013-09-18 03:33 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
HID Feature Raport, Linux Kasper Jepsen <rapzak@gmail.com> - 2013-09-17 02:44 -0700
Re: HID Feature Raport, Linux Anssi Saari <as@sci.fi> - 2013-09-18 13:10 +0300
Re: HID Feature Raport, Linux Kasper Jepsen <rapzak@gmail.com> - 2013-09-18 03:33 -0700
| From | Kasper Jepsen <rapzak@gmail.com> |
|---|---|
| Date | 2013-09-17 02:44 -0700 |
| Subject | HID Feature Raport, Linux |
| Message-ID | <ab8f98bd-7727-464c-bf8d-cbdc745859f0@googlegroups.com> |
Hi, I have been using pywinusb.hid for a hid unit, using only feature reports. I like to get this code to run on raspbian PI, but i can not fint a good library to support HID/feature reports? I am a USB newbie Can anyone help me, or point me in a direction to send/recieve feature reports without HID support? Br. Kasper
[toc] | [next] | [standalone]
| From | Anssi Saari <as@sci.fi> |
|---|---|
| Date | 2013-09-18 13:10 +0300 |
| Message-ID | <vg3eh8mbfu2.fsf@coffee.modeemi.fi> |
| In reply to | #54273 |
Kasper Jepsen <rapzak@gmail.com> writes: > Hi, > > I have been using pywinusb.hid for a hid unit, using only feature reports. > I like to get this code to run on raspbian PI, but i can not fint a good library to support HID/feature reports? > I am a USB newbie > Can anyone help me, or point me in a direction to send/recieve feature reports without HID support? I believe pyusb with libusb or libusbx would work. There's a summary of the alternatives at http://mcuee.blogspot.fi/2011/04/python-and-usb-hid-device.html if that helps.
[toc] | [prev] | [next] | [standalone]
| From | Kasper Jepsen <rapzak@gmail.com> |
|---|---|
| Date | 2013-09-18 03:33 -0700 |
| Message-ID | <691125b2-ca85-407d-8ff0-bf16d6bcdfe3@googlegroups.com> |
| In reply to | #54367 |
Den onsdag den 18. september 2013 12.10.29 UTC+2 skrev Anssi Saari: > > > > > Hi, > > > > > > I have been using pywinusb.hid for a hid unit, using only feature reports. > > > I like to get this code to run on raspbian PI, but i can not fint a good library to support HID/feature reports? > > > I am a USB newbie > > > Can anyone help me, or point me in a direction to send/recieve feature reports without HID support? > > > > I believe pyusb with libusb or libusbx would work. There's a summary of > > the alternatives at > > http://mcuee.blogspot.fi/2011/04/python-and-usb-hid-device.html if that > > helps. Hi, Thx, i have been looking at this... but could not fint the way to send feature reports, does anyone have an example? Kasper
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web