about the new Arduino UNO on win10

I try to upload the basic example code BLINK failed and got error:

Arduino: 1.8.12 (Windows 10), Board: "Arduino Uno"
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_recv(): programmer is not responding
avr_read(): error reading address 0x0000
read operation not supported for memory "flash"
avrdude: failed to read all of flash memory, rc=-2
avrdude: stk500_recv(): programmer is not responding
the selected serial port avrdude: stk500_recv(): programmer is not responding
does not exist or your board is not connected
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

I changed another board same,
whats wrong
Thanks

Which exact Uno board do you have? There are several versions. Is it an Uno Wifi board?

bad cable?

-jim lee

groundFungus:
Which exact Uno board do you have? There are several versions. Is it an Uno Wifi board?

Thanks
I used this:

jimLee:
bad cable?

-jim lee

Thanks.
The same cable works on a Win7 laptop, no work on Win10.

it is not for sure that it is the cable. especially if the cable works on another system.

The error-message quotes "avrdude: " there might be somtheing wrong with the sofware that transfers the code into the arduino. So it might be an avrdude-related problem

best regards Stefan

thanks for all helpers.
I reinstalled Arduino 1.6 instead of the 1.8, it's working well now.