Hi ! About six months ago, I bought an Arduino Pro Mini along with a PL2302 adapter. Yesterday I solder the pins and I tried to connect the board with the adapter. It powered on, but I couldn't upload any code from examples. I study and find out that the PL2302 adapter is out of date and there are no drivers for newer editions of windows. I tried to upload the code Blink from Windows 7, 8.1, 10(Virtual Box + Normal system) and Kali Linux(Virutal Box), but none of them worked. On windows 8.1 I tried to install the drivers from 2008, but it didn't worked either. I tried to upload Blink and Fade with and Arduino Uno Rev 3, connecting it to the pro mini, but no result. The error depends, but one of them is COM3, access denied. The problem is that I upload with succes codes to Arduino Uno Rev 3 today.
Another problem is with Digispark 16,5 normal with Attiny85. The first time I uploaded the Blink example and it worked, but now I can't upload codes to the board.
Side note, yesterday I also installed the Arduino IDE 2.0. Before installing I could upload Blink to Attiny85, but to Arduino Pro Mini never.
Did you do a full restart after installing the PL2302 driver? The proific install software does not force a restart, but in my experience, it is required!
By the way, the restart is for the Arduino Pro Mini , Digispark 16,5 or both of them ? Because how I told you, the Pro Mini didn't work neither yesterday, when I hadn't istalled the 2008 driver
No, it hasn't and I tried to reset at that moment. To keep the reset button push , to press it when I upload the algorithm, to press it at final. But none of them worked
The timing of the release of the reset button is critical so you have to release it at exactly the right moment which can be extremely tricky; I have never tried as I did not have a need for it.
Either buy a proper adapter like the SparkFun ones (Adafruit possibly also has them) or get a Pololu USB AVR Programmer v2.1 (I use the V2, not the V2.1).
The beauty of the Pololu is that it can act as an ICSP programmer, do normal upload via Rx/Tx and it is universal when it comes to 3.3V and 5V versions of e.g. the ProMini.
Thanks, I will buy and adapter. But I have a question. When uploading the code to Pro Mini by Uno I need to press it too ? Because I didn't find that specified like when uploading with the adapter
If you have an Uno, you can use it as a programmer using ICSP and upload the sketch that way. https://docs.arduino.cc/built-in-examples/arduino-isp/ArduinoISP should give a good description, just modify the wiring to match the ProMini; be careful if your ProMini is a 3.3V version.
You can still use your PL2302 later for serial communication.
It's me, again...I bought that adapter and it's not working. I installed the adapters and it's recognized but I can't upload the Blynk code. Side note : I don't have that jumper, I don't use nothing but the Arduino is working.