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

cross mob
pghole
Level 3
Level 3
First like received 10 replies posted 25 sign-ins

I have installed demo RFCOMM_Serial_Port application on my evaluation board CYBY-483056-EVAL. After downloading program I was able to connect to device from PC. I opened the client control application and connected on WICED HCI port.

But then all the remaining tab controlls are grayed out and disabled.

0 Likes
1 Solution
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

If you want to use the ClientControl to communicate with the device, there should be HCI interface related code in the application. For example, you can refer to the Audio_Watch demo for CYW20719B2EVB and check the function hci_control_hci_packet_cback().

View solution in original post

0 Likes
1 Reply
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

If you want to use the ClientControl to communicate with the device, there should be HCI interface related code in the application. For example, you can refer to the Audio_Watch demo for CYW20719B2EVB and check the function hci_control_hci_packet_cback().

0 Likes