ATMEGA2560 FTDI driver Installation in XP

Before posting this question, I researched about the problem of ATMEGA2560 FTDI driver Installation in XP.

The issue is that the driver does not install at all. I tried to download VCP from FTDI website, still I get the same response. I use xp service pack3. Any advice

(deleted)

I do not know what mega uses. But I tried everything. At first I navigated to /drivers directory and nothing happened. Then I started downloading FTDI drivers, and nothing happened either. Please suggest workaround

See common issues section.

Please READ THIS POST to help you get the best out of the forum.

SIMPLE TROUBLESHOOTING.

These steps may also save you some unnecessary time and effort in the forum.

  • Always provide as much detail as possible to your issue it may be important.
  • If applicable provide your SKETCH inside CODE TAGS ( </> ) or a CREATE share link.
  • If applicable provide a schematic even if hand drawn.
  • How to insert a picture into your post
  • If applicable provide a proper LINK to the hardware / sensors etc. you are using.

COMMON ISSUES

  • Check you have a COMMON GROUND where required.
  • Where possible use USB 2.0 ports or a USB 2.0 POWERED HUB to rule out USB 3.0 issues.
  • Try other computers where possible.
  • Try other USB leads where possible.
  • You may not have the correct driver installed. CH340/341 or CP2102
  • There may be a problem with the board check your wiring first.
  • Remove any items connected to pins 0 and 1.

COMPUTER RELATED

  • close any other serial programs before opening the IDE.
  • Ensure you turn off any additional security / antivirus just to test.
  • There may be a problem with the PC try RESTARTING it.
  • You may be selecting the wrong COM port.
  • Avoid cloud/network based installations where possible OR ensure your Network/Cloud software is RUNNING.
  • Clear your browsers CACHE.
  • Close the IDE before using any other serial programs.
  • Preferably install IDE's as ADMINISTRATOR or your OS equivalent

Arduino specific boards

CREATE editor install locations.

  • On macOs ~/Applications/ArduinoCreateAgent-1.1/ArduinoCreateAgent.app/Contents/MacOS/config.ini
  • On Linux ~/ArduinoCreateAgent-1.1/config.ini
  • On Windows C:\Users[your user]\AppData\Roaming\ArduinoCreateAgent-1.1

Performing the above actions may help resolve your problem without further help.
Language problem ?
Try a language closer to your native language:

Thanks to all those who helped and added to this list.
Bob.

(deleted)

I tried to even unzip CH341 and provide the path to this directory. Still no success. BTW, the same board works fine on windows 10, 1.6.x ide

Simply unzipping the CH340/341 drivers would not be enough.

There is an INSTALL exe in there.
You should use that.

Bob.

(deleted)

spycatcher2k:
AGAIN

Look at the chip next to the USB port, tell us the writing on it, or post a photo.

In addition to this - are you getting any indication that a hardware device is detected? IIRC even on windows XP, plugging in a USB device should produce a sound, and something should appear in device manager (likely with an error symbol next to it) when it's plugged in.

If you don't get anything in device manager, and no "hardware connected" sound, the problem is not drivers, it is hardware. In that case, check that USB port works, try with other USB ports, and try with a different cable (there is a plague of bad cables making the rounds which have power connected, but data connections are failure prone and sometimes DOA).

Tried everything as suggested above. Installed CH340 drivers. When I plug the USB cable, I get the message "found new hardware, arduino mega", then this takes me to the Hardware wizard to manually or automatically install the drivers. I tried all options ( to search automatically or give the path), but I get the message, "cannot install hardware" every time. BTW the symbol besides my USB port is seen as "8" or "infinity symbol" in another view. You may please not that this hardware is working with several other machines with WIN10. Hence there is no problem with either the cable or the board.

(deleted)

The Chip is ATMEGA16U2

I installed latest version of Arduino IDE and it works now. I had Old installations such as 1.0.x and had some trouble in XP.

gary36:
The Chip is ATMEGA16U2

So why you've installed CH340 driver. ATmega16U2 is in genuine Arduino and it uses standard driver which is part of Arduino SW.
Versions 1.0.x work with XP pretty well.