uryd94 Is it possible to disable event sending to the physical UART port in the FSC-1036C module, but still receive only SPP or GATT data? That is, from the event +SPPDATA=10,1234567890, only receive 1234567890?
FAE_Gavin uryd94 By setting the module to Transparent Transmission Mode, you can completely disable all event prefixes such as +SPPDATA and transmit only the raw data payload. Solution: Enable Throughput Mode Send the AT command: AT+TPMODE=1 /Reset required for AT command settings to take effect. Exit Throughput Mode Disconnect all Bluetooth links, then send the AT command: AT+TPMODE=0 /Reset required for AT command settings to take effect. For more information, please refer to the user guide: FSC-BT1036x User Guide
uryd94 One more question. Is it possible to control the RTS and CTS signals of the physical UART port via Bluetooth in this module? Are there special AT commands for this instead of using RFCOMM profile commands?
FAE_Gavin uryd94 There is no dedicated AT command for remote control of the RTS/CTS pins. These pins are automatically driven by the protocol stack for hardware flow control and cannot be user-controlled over Bluetooth. If you require this functionality, please contact our sales team for a custom firmware evaluation.