Search found 4 matches
- Sat Oct 31, 2009 12:20 pm
- Forum: V-USB
- Topic: LIRC + V-USB for HTPC interface
- Replies: 2
- Views: 3026
LIRC + V-USB for HTPC interface
Hi Has anyone managed to build a V-USB device to use with LIRC as an IR-receiver? If so, what protocol did you use, or did you have to hack a new driver for LIRC? I'm building this HTPC interface card that has 6 buttons, 6 LED's, a VFD-display and an IR-receiver, and would like to have it all connec...
- Sat Oct 24, 2009 12:48 am
- Forum: V-USB
- Topic: Help: usbFunctionWrite isn't called
- Replies: 4
- Views: 5587
Re: Help: usbFunctionWrite isn't called
I have the exact same problem. Do you remember what your problem in the host program was?
- Sat Oct 24, 2009 12:37 am
- Forum: V-USB
- Topic: Problem with usb_control_msg
- Replies: 13
- Views: 9604
Re: Problem with usb_control_msg
Hi,
I do return USB_NO_MSG which is defined as 255 in usbdrv.h:
I tried with the value 255, to avoid the macro, but same result.
Any other ideas?
I do return USB_NO_MSG which is defined as 255 in usbdrv.h:
Code: Select all
#define USB_NO_MSG ((usbMsgLen_t)-1) /* constant meaning "no message" */
I tried with the value 255, to avoid the macro, but same result.
Any other ideas?
- Thu Oct 22, 2009 10:27 am
- Forum: V-USB
- Topic: Problem with usb_control_msg
- Replies: 13
- Views: 9604
Re: Problem with usb_control_msg
The message above was sent by me. Forgot to login.