I hope this is the right place to ask, I've searched but can't seem to find this exact issue or at least not entered the right questions.
I bought an ESP8266 module with usb connection CH340. (still total novice with Arduinos ect.)
The problem is that when plugged in there's a brief flash of the blue LED but nothing else, no hardware beeps or anything.
Nothing shows in System manager either.
The cable works fine with ESP32 and other Arduinos.
CH340 Drivers are installed and show up if I connect an Arduino Mega.
I found if I press reset on ESP I do get the Beeps and CH340 driver shows for a second before terminating.
Nothing is seen by Arduino ide and I do have Esp8266 boards installed (port not found)
I have since discovered if I press and hold reset and then press flash and then release reset and then flash buttons CH340 will remain visible in System manager.
I can then use Arduino ide to uplaod blink Sketch and it works, led flashes.
However it then promptly disconnects from the port so I can't use Serial monitor.
The last line in the Arduino error space says "Board at COM11 is not available"
So does anyone have an idea how to make it function correctly?
Thanks for reading.