Sketch uses 924 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xa0
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xa0
Failed uploading: uploading error: exit status 1
I moved your topic to an appropriate forum category @toxic_lens.
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This means the Arduino board is not getting the response it is expecting.
Go to the menu Tools -> Port and select the port you see for your Arduino.
If in doubt look at the ports available with your Arduino unplugged. Then plug it in and look again. The new one on the list will be the one you need to select.
COM3 is the only port available that I can see. When I select Board Info from the IDE, it says "Unknown board". This is an OSEPP Uno R3 Plus board. It used to work but the last time I tried was almost 10 years ago. I'm just getting back into it now. I'm thinking that there's a problem between this board and Windows 10. Does that make sense? I'm thinking of just buying a genuine Arduino Uno R4. Good idea?
• the UNO R3 is legacy hardware. Production for the UN R3 has ceased as of June 2016. This page serves as reference material.
Curiously about a year after Windows 10 was released. When I tried to download the schematic my web browser (Firefox) blocked the request on security matters. It is not very often that this happens, so I was unable to see what sort of USB to serial chip it uses. It could be that it is not one of the standard ones and could even be a CH340 chip, that you would need a driver in your PC in order to use.
The schematic for the OSEPP Uno R3 Plus board shows that it has a FTDI FT232RL chip as the usb/serial converter. That's a different chip than the official Arduino Uno R3, and it's one with a somewhat storied history. At one point, MANY of the Arduino-compatible board using this chip were apparently using "counterfeit" chips (it's not clear where the counterfeits entered the supply chain; ie whether the board level vendors intentionally bought cheap chips from questionable places, or whether they thought they were getting real chips.) They mostly worked fine until FTDI modified their windows driver specifically detect the counterfeits and "brick" them. This was met with a lot of negative feedback, and FTDI relented, only to later modify their driver to simply not work with the counterfeits. This was still unpopular, and was one of the thing that has led to less use of FTDI chips.
I don't know the current state of all of this.
You can try installing the latest driver from FTDI and see if that changes anything (at some point Windows started include a driver for these automatically, but I don't know if it's the same one.)
PS: I do NOT recommend an Uno R4. It has very poor compatibility with the Previous Uno variations, since it uses an entirely new CPU chip.