Arduino Nano Connect to hidden COM port 4

Dear community, I am using an Arduino Nano on windows 7. The only COM port on IDE that showed up was COM1 and usually my device work with COM4.

From administrator mode Device Manager I saw both COM3 and 4 (CH340) showed up and grey out. How should I activate them? Many thanks.

So after COM4 was set up at device manager, I reboot the computer and reconnect Arduino to flash code.
Still got error shown below:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x43
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x43

avrdude done. Thank you.

Problem uploading to board.

I really appreciate your help!

Select Tools > Processor > ATmega328P (Old Bootloader) and then try uploading again.

Hi Brattain,

Thank you for the advice. However, the only two options I saw was ATmega328P and ATmega168.

Try this:

  • Tools > Board > Boards Manager
  • Wait for downloads to finish
  • Click on "Arduino AVR Boards by Arduino".
  • Click the "Update" button.
  • Wait for the update to finish.
  • Click the "Close" button.
  • Try uploading again.

Hi Brattain,

Thank you for the advice. If it still doesn't work, should I consider hardware issue on the broad?