Search found 3 matches

by theMinss
Thu Jul 10, 2014 9:47 am
Forum: Developer discussions
Topic: How can I make PC-client using USB dongle?
Replies: 4
Views: 6773

Re: How can I make PC-client using USB dongle?

Thank you for helping me.

I solved the problem.

I missed type the channel number. ;;;

"0/10/250k" is very important.
by theMinss
Sat Jul 05, 2014 1:19 pm
Forum: Developer discussions
Topic: How can I make PC-client using USB dongle?
Replies: 4
Views: 6773

Re: How can I make PC-client using USB dongle?

Thank you for your helping. I found my USB dongle using VID/ PID. Before i send a message, i use this method "libusb_claim_interface" and then I god this error message using "libusb_set_debug" as bellow. libusb: error [winusbx_claim_interface] could not access interface 0: how ca...
by theMinss
Fri Jul 04, 2014 8:47 am
Forum: Developer discussions
Topic: How can I make PC-client using USB dongle?
Replies: 4
Views: 6773

How can I make PC-client using USB dongle?

Hello, I want to make windows PC-client program using visual studio 2008 c++. I thought the usb dongle is port control device, because I have made other widows program. But windows OS recognize the usb dongle as usb device, I can not control the usb dongle. How can I make PC-client using USB dongle?...