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!
Got response!
Not a problem any more!