I have here 2 arduino uno's and 1 arduino mega. I have not used them for a while and now they are not working. As soon as I connect one of the arduinos to the computer the RX led starts flashing very fast and also I can't upload code because it comes up with the error message: avrdude: ser_open(): can't open device "arduino": The system can't find the specified file.
Which operating system do you use and which Arduino IDE ?
Do they make a new COM port ?
You know they are clones and that the usb-serial chip is not officially supported by Arduino ?
Download the driver for the CH340G here: http://www.wch-ic.com/downloads/CH341SER_EXE.html.
Are you sure it is the RX let, it sounds like a serial flood where you are constantly send data to the serial port as fast or faster then it can send it? Can you test it on another machine?
First I used the arduino web editor on a chromebook with chromeOS. When that didn't work, I tried it on a laptop with Windows using the latest Arduino IDE and the same thing happened there.
If you have access to a scope put a probe on the RX line and determine if it is active or passive. If it is active, which the LED indicates, you will need to determine what is causing it to go active. Is it at a steady state and not showing data you may have a bad ground.