I've been trying to get my ESP8266 running using an FTD1232 USB-to-TTL converter. So far I had no luck using 9600 and 115200 as baud rates and found some tutorials on the Web that suggested 76800. This actually was a little step forward but not much farther, as it seems I'm only seeing RX from the chip, which somehow kind of glitchy by the way, leading me to think that something must be wrong with the serial port configuration. I am also unable to achieve any sort of TX in the terminal window, not even plain echo.
Please see attached screenshot of my terminal window after resetting the chip with a rising edge on the RST pin, especially the bottom line.
How do I find the default baud rate of my chip and setup my serial port to have a functioning TX/RX connection?