How to use Control Center or CyConsole for HID devices

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Dear PSoC developers

   

 

   

I want to send and get some data from the HID device. I was able to do that, but when I'm changing the class as a HID, I cannot use Control Center, because text to send (or data to send) field is not active. Is it possible to use control center to send and get data from the HID device.

   

 

   

Thanks in advance

   

Gurgen

0 Likes
1 Reply
Anonymous
Not applicable

 I'd like to share how I was able to send and get data from the PC for HID devices.

   

As I said I was unable to send some data using Control Center in Windows 7.

   

I did it using libusb API 1.0. There is no need to match some driver, because Windows recognise as HID device automatically.

   

If someone has the same problem I'll try to help how to use libusb to have interrapt transfer.

0 Likes