Control HID device upper computer program APP

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

cross mob
user_4533981
Level 2
Level 2
10 replies posted 5 replies posted 5 questions asked

Everybody is good

I need an upper computer program to control HID to control my board, which USES a CY7C68013 chip

0 Likes
1 Solution

Hello,

If the FX2LP device is enumerated as a HID, then the device will no longer bind to cypress driver and we will not have any control on the device.

You can refer to the bulkloop and streamer application which interacts with the FX2LP device when the device is bound to cypress driver in other firmware like the bulkloop and streamer.

The applications can be found in the FX2LP DVK installation directory.

C:\Cypress\USB\CY3684_EZ-USB_FX2LP_DVK\1.1\Windows Applications\Application Source files.

Best Regards,

Yatheesh

View solution in original post

0 Likes
7 Replies
YatheeshD_36
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hello,

Please refer to AN64020 from this link: https://www.cypress.com/documentation/application-notes/an64020-creating-fx1fx2lp-composite-hid-devi...​.

Best Regards,

Yatheesh

0 Likes

您好

您发送的链接是上位机么?我想实现上位机与USB的通讯,来控制我的板子上的GPIO,该怎样做呢?谢谢!

0 Likes

Hello,

Can you please provide an example of what you need? Do you want CY7C68013 chip to act/enumerate as a HID device or you need the CY7C68013 chip to control a HID device?

Best Regards,

Yatheesh

0 Likes

您好

我想用CY7C68013作为USB通讯接口芯片和步进电机控制器,先将板子识别为HID设备,然后通过CY7C68013的I/O接口输出4个信号,来控制步进电机。

此致敬意

0 Likes

Hello,

If you want FX2LP to enumerate as a HID device on the host and control the stepper motor, you can refer to the hid_kb example in the firmware folder of the CY3684_EZ-USB_FX2LP_DVK Kit ​which uses I2C to control the LED on the DVK kit. You can also refer to the Dev_io firmware example for IO operation implementation.

Best Regards,

Yatheesh

0 Likes

您好

你所说的这些,我已经下载了,但现在还需要一个上位机控制软件,能给我一些建议么?

0 Likes

Hello,

If the FX2LP device is enumerated as a HID, then the device will no longer bind to cypress driver and we will not have any control on the device.

You can refer to the bulkloop and streamer application which interacts with the FX2LP device when the device is bound to cypress driver in other firmware like the bulkloop and streamer.

The applications can be found in the FX2LP DVK installation directory.

C:\Cypress\USB\CY3684_EZ-USB_FX2LP_DVK\1.1\Windows Applications\Application Source files.

Best Regards,

Yatheesh

0 Likes