Why no CYBLE_ERROR_INVALID_OPERATION received? Nothing Received?

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

cross mob
Anonymous
Not applicable

Hi,

   

I am working on talking to the dongle through a COM port, but got nothing back from the dongle through serial port as of yet.

   

Based on CySmt_ProcessCommands() function in CySmt_protocol.c of BLE_Dongle_CySmart example project, an invalid operation response should be send with

   

CySmt_SendCommandStatus(currentCmd->opcode, CYBLE_ERROR_INVALID_OPERATION);

   

Then, why couldn't I get anything?

   

It would be much easier to get hex codes from the dongle however nothing has been received.

   

Could anyone help me get something back from the dongle through serial port?

   

Thank you!

0 Likes
1 Reply
Anonymous
Not applicable

Got response!

   

Not a problem any more!

0 Likes