Connection Issues

I'm using Windows X home
my board is a Elegoo Nano A t Mega328P and ch340 chip

Arduino: 1.6.13 (Windows 10), Board: "Arduino Nano, ATmega328"

Im trying to connect to SimHub in Arduino mode and to go MY Hardware and look at Devices Scan and it tells me COM 1 Unrecognized COM 5 Unrecognized So I the tried upload threw the IDE and below is the error I got

Sketch uses 10,000 bytes (32%) of program storage space. Maximum is 30,720 bytes.
Global variables use 533 bytes (26%) of dynamic memory, leaving 1,515 bytes for local variables. Maximum is 2,048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xeb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xeb
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

So I'm hoping Someone can Help me This is my first Arduino project and hoping not my last

What does Windows Device Manager say when you connect the board to the PC? It should give you a serial port and that's the port to use in the IDE; if not, did you install the drivers for the CH340?

Do you have an option in the IDE under tools -> processor called AtMega328P (old boot loader)? If so, use that.

Ok it says USB-Serail Ch340 (Com3)

What about the suggestion about the "old bootloader" option?

After that, I'm afraid that I can't help further.

Thank you so much using the old 328p worked