Search found 2 matches
- Thu Sep 06, 2018 5:40 am
- Forum: Hardware
- Topic: AT firmware and HW flow control
- Replies: 1
- Views: 2975
Re: AT firmware and HW flow control
My bad, set wrong baudrate. HW flow control seems working.
- Tue Sep 04, 2018 5:56 am
- Forum: Hardware
- Topic: AT firmware and HW flow control
- Replies: 1
- Views: 2975
AT firmware and HW flow control
I'm using WROOM32 module with AT firmware, and i need flow control from module to host MCU. I connected host RTS to ESP32 CTS (according to AT documentation it's GPIO15). After i turn hardware flow control (AT+UART_CUR=115200,8,1,0,x - where x any flow control) I'm not getting any data for further A...