So, long story short, I have an Arduino Uno board that I can't program or communicate with using USB, the chip works and can be powered via USB with no issues - There is just no way of communicating with it.
I was wondering if it is possible to simply use something like this to program the Arduino?
A CH340 USB-TTL Converter.
And just to avoid any suggestions about fixes or questions to just use the USB connection again - This is my last effort before canning the board. I've tried every trick tip or suggestion from this forum and other places, and none have proved successful.
I had the same problem, and also had the same idea. IT IS possible to program with that USB SERIAL conversor, you just have to select the COM port that is opened in the Arduino's menu Tools-Port, and as CrossRoads said press Reset when IDE shows "Uploading" (in my case).
About the connections between Arduino board and USB SERIAL conversor, I connected GND(Arduino)-GND(Conversor), Vin(Arduino)-Vout(Conversor).