嗨,我想知道是否有可能参加与AVRCP按钮来电。我知道通过UART发送命令“C”是可能的。通常当耳机连接到移动电话时,按RN52模块上的播放/暂停按钮或其他按钮连接来电。如何实现它?请回复我的电子邮件:聊天室。 以上来自于百度翻译 以下为原文Hi,I would like to know if it is possible to attend an incoming call with the AVRCP buttons. I know that sendingcommand "C" via UART makes it possible.Usually in headsets when connected to a mobile phone pressing the play/pause buttons or other buttons on RN52 module connects an incoming call.How to make it possible? Please Reply to my E-mail : chatchai.wm@gmail.com regards
2019-07-22 15:40
DisabledU1MODEbits.WAKE = 0; // No wake upU1MODEbits.UEN = 0; // Enable UART Pins; UxTX and UxRX
2019-03-27 09:22