Arduino nano old-bootloader USB driver doesn't attach on Windows7

test install 1.8.19-windows and 1.6.13-windows.
both software installed each.

Arduino nano old-bootloader USB driver doesn't attach on Windows7

run arduino ide and setup menu "tool"->board, "tool"->processor, "tool"->serial port.
but not found USB serial port.

lview property of control panel->device and printer->unknown device.
it's usb device.

please test.
thanks.

check the board type.
It's CH340 equipment type of arduino nano compatible.
install the CH340 driver, then attached USB serial port.

thanks.

1 Like

There is no relationship between the bootloader and the USB. The bootloader runs on the main processor (328P in your case), the USB connectivity is provided by a dedicated chip (original Nanos use a FTDI TTL-to-USB converter, clones often use the CH340 as in your case).

If your topic is solved, you can click the solution button under the most useful post (your reply in this case) to let others know.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.