Failure to be able to activate Arduino Mega 2650

  • Thread starter Thread starter Martyn Arthur
  • Start date Start date
AI Thread Summary
The user is experiencing issues activating their AZDelivery Arduino Mega 2560 boards, receiving multiple error messages related to serial communication on Windows. Despite verifying the setup and using a working Arduino Uno, the problem persists, indicating a possible upload or serial-port error. It is suggested that installing the CH340 driver may resolve the issue, as these boards require it for proper interaction with Windows. The user expresses frustration after trying various solutions and indicates a shift towards using an original board instead. The discussion highlights common troubleshooting steps for Arduino connectivity issues.
Martyn Arthur
Messages
119
Reaction score
22
TL;DR Summary
Failure to be able to activate Arduino Mega 2650
hi; i purchased 3 of these,

AZDelivery 3 x AZ-MEGA2560-Board Bundle with Prototype Shield​

and each is reporting the error message below.

I have triple checked every aspect of the set up and all seems in order, cable devices port, board reburn bootloader et al . I have substituted an arduino uno and it works fine; could you help please
Thanks
Martyn
'avrdude: ser_open(): can't set com-state for "\\.\COM3"avrdude: ser_drain(): read error: The handle is invalid.avrdude: ser_send(): write error: sorry no info availavrdude: stk500_send(): failed to send command to serial portavrdude: ser_recv(): read error: The handle is invalid.avrdude: stk500v2_ReceiveMessage(): timeoutavrdude: ser_send(): write error: sorry no info availavrdude: stk500_send(): failed to send command to serial portavrdude: ser_recv(): read error: The handle is invalid.'
 
Technology news on Phys.org
It’s likely an upload/serial-port error on Windows, not a code problem. In plain English, AVRDUDE can’t talk to the board over COM3.

You might need a windows CH340 driver to talk to the card. Apparently AZ cards need that to interact with Windows.

There are other possible issues too. You should be able to find help on Arduino forums. I don’t think many members here work with these devices.
 
Can you get the boards working through the Arduino IDE?
What command are you using for AVRDUDE?
 
thanks, it is viewing the CH340; I've pretty much tried everything; giving up now; have acquired original - v - clone
Thanks
Martyn
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
Back
Top