A
Anonymous
Guest
JoeDalton said:@Patric and Aurora13,
I'm sorry it didn't work :-(
I guess what I feared is correct: The USB device is also for the IR part, and not only for the VFD.
No problem, I'm already glad you are trying to help us!
JoeDalton said:In the meantime I have learned that every USB device has one or more endpoints. The test program you tried only sends data to endpoint 0. I have made a new version (same link) that tries endpoints 0 -> 15.
I hope this one works better...
Too bad, all the 16 entries didn't display anything
JoeDalton said:<EDIT>As you installed the USBLIB-Win32 drivers. Can you also send me the output of the Test Program that is included with it?
You should be able to find it in your start menu in the LibUSB-Win32 group.</EDIT>
Joe
DLL version: 0.1.10.1
Driver version: 0.1.10.1
bus/device idVendor/idProduct
bus-0/\\.\libusb0-0000--0x1002-0x4347 1002/4347
wTotalLength: 25
bNumInterfaces: 1
bConfigurationValue: 35
iConfiguration: 0
bmAttributes: 40h
MaxPower: 0
bInterfaceNumber: 0
bAlternateSetting: 0
bNumEndpoints: 1
bInterfaceClass: 9
bInterfaceSubClass: 1
bInterfaceProtocol: 0
iInterface: 0
bEndpointAddress: 81h
bmAttributes: 03h
wMaxPacketSize: 8
bInterval: 10
bRefresh: 0
bSynchAddress: 0
bus-0/\\.\libusb0-0003--0x11ba-0x0101 11BA/0101
- Manufacturer : Sasem
- Product : Sasem Remote Controller V1.1
- Serial Number: Serial #0001
wTotalLength: 32
bNumInterfaces: 1
bConfigurationValue: 1
iConfiguration: 4
bmAttributes: a0h
MaxPower: 50
bInterfaceNumber: 0
bAlternateSetting: 0
bNumEndpoints: 2
bInterfaceClass: 0
bInterfaceSubClass: 0
bInterfaceProtocol: 0
iInterface: 0
bEndpointAddress: 81h
bmAttributes: 03h
wMaxPacketSize: 8
bInterval: 50
bRefresh: 0
bSynchAddress: 0
bEndpointAddress: 02h
bmAttributes: 03h
wMaxPacketSize: 8
bInterval: 50
bRefresh: 0
bSynchAddress: 0
Thanks!
Aurora13