esp32s2_bare_board/doc/TLV外部交互命令.md

15 lines
739 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TLV外部交互命令
|命令|cmd|说明|示例|
| ------| ------| --------------------------------------------------------------------------------------------------------------| -------------------------|
|`EM_IMP_EXT_TRANS_TLV_TYPE_IDLE`|0x00|/|/|
|`EM_IMP_EXT_TRANS_TLV_TYPE_SET_OPRT`|0x01|外部交互<br />0默认无处理<br />1字符串流系统打印交互<br />2控制/数据流,下方其他命令交互,如未存在该模式,则**下方其他命令不生效**<br />|AF FA 01 01 00 55 01 01|
|`EM_IMP_EXT_TRANS_TLV_TYPE_HRTB`|0x02|心跳数据,使能控制流时使用,暂无功能||
|`EM_IMP_EXT_TRANS_TLV_TYPE_REBOOT`|0x03|重启板子|AF FA 03 01 00 57 01 01|