I tried to communicate with my ESP8266 over a serial connection but i don't receive any response from the device.
What is working: Flashing works and i can get the Chip ID and MAC address (using esptool).
Wiring is done like shown here
Power comes from an external stable 3,3 V source. No VCC connection on the USB-Serial converter side (but they share a common GND connection). Changing the Baud-Rate makes no difference. I tried screen, minicom and Arduino's Serial Monitor. I can send "AT" but the response is empty. The monitor's window is full of rubbish when i grab the MAC address over esptool.
I'm pretty much out of ideas at the moment! What else can I try?