Hello!! I want to upload my project to an Arduino-nano , but it show on :
and my platformio.ini :
[env:nanoatmega328]
platform = atmelavr
board = nanoatmega328
framework = arduino
upload_protocol = arduinoisp
upload_port = COM3
I can use Serial Monitor to select Port and read information from my Arduino-nano.
My computer OS is WIndow10 ,and use the CH340 usb driver, and can find the usb port.
Is it possible my USB driver can’t contact with PlatformIO correctly , and cause this error ?
How can i solve this problem?