This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2531: CC2531 CDC Firmware definitions

Part Number: CC2531

Hi Guys,

I´m working with CC2531 ZNP-Debug file to building a Zigbee network and receive and send Zigbee message using a Raspberry Pi3 as Zigbee exchange processor (Zigbee gateway), with raspibian Linux inside. Firstly I need to parser messages (HID USB) received and sent form CC2531. I using Texas Zstack 

I have problem to get a input events on raspbian Linux, To fix it I using PyUSB to fix it. 

I using a LadyAda video to configure a Python Script. She uses another USB device.

I need to find in a CC2531 CDC firmware informations, equivalent that LadyAda uses from another USB vendor CP2105. In a video attached she call at Read_Latch those parameters:

bmRequestType

bRequest

wValue

wIndex

wLength

Somebody can help to find an equivalents parameters used in a TI CC2531 CDC firmware?