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?
.
.