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.

[cc2541] Is that possible to run HCI_EXT_ModemTestTxCmd with uart in PTM

Other Parts Discussed in Thread: CC2541

I set the cc2541 device PTM 

 processors.wiki.ti.com/.../PTM

It works.

I want to run modulation command (HCI_EXT_ModemTestTxCmd) in PTM  

so I did send bytes with uart 

----------------------------------------

01 08 FC 02 01 01

     01          device?(I guess)

     08 FC    HCI_EXT_ModemTestTxCmd 

     02          data length

     01          unmodulated

     01          channel

----------------------------------------

when i send those byte to device, device return these bytes(below).

04 FF 05 0B 04 00 0B FC 

is that proper result? 

or

Is that possible to run HCI_EXT_ModemTestTxCmd with uart in PTM?

.

.