xadow mainboard can not upload

hello
first excuse my bad english
maybe this is not the right place
but i have problem with upload a sketch
i am a newbee
i work first time with such devices

i use a xadow mainboard
it works fine 2 day on different computers
i could upload different examples and let it run

but today
i have the message
avrdude: ser_open(): can’t set com-state for “\.\COM9”
avrdude: ser_send(): write error: sorry no info avail

i change the usb cable
i change the computer
i make some resets

the power light is on
the serial monitor say nothing

maybe somebody can help me

ich habe ein par fragen um dir besser helfen zu können.

welche software version verwendest du?
welches board hast du ausgewählt?
welche nummer hat die com schnittstelle im gerätemanager?
wird dir diese com schnittstelle in der software angezeigt?
hast du die Einstellung “Programmer: AVRISP mkII” verändert?

gruß,
Avoid

I have a bunch of questions to help you better.

what software version do you use?
which board you have selected?
What number is the COM port in the device manager?
you will see the right COM port in the software?
Do you have the option “Programmer: AVRISP mkII” changed?

greeting,
avoid

you problem is complex,but maybe you can find some help with the professional people in http://www.renesola.com/shop/

hallo
erstmal in deutsch
entschuldigung für meine lange antwortzeit

software : win7 / win10
arduino 1.63 / 1.65
board : xadow mainboard v1.2 / v1.3
com : je nach rechner
je nach usbbuchse - immer derselbe com-port

               	gerätemanager    		arduino
     laptop	com5 (Seeduino Xadow)	com5 (Seeduino Xadow)
     desktop1	com8 (Seeduino Xadow)	com8 (Seeduino Xadow)
     desktop2  	com8 (Xadow Clio)		com8 (Seeduino Xadow)   upload funktioniert

Programmer ist AVRISP mkII

folgendes ist insgesamt passiert :
ich habe ein xadow mainboard v1.3 gekauft
die software und die treiber installiert
sketche hochgeladen
funktionierte ca 1 woche problemlos
auf 2 rechnern alle win7
dann plötzlich meldung :
avrdude: ser_open(): can’t set com-state for "\.\COM…

internetrecherche ergibt :

  • board broken
  • software/treiber neu installieren
    also nächsten rechner installiert : selbe fehlermeldung

dann hier im forum diesen thread aufgemacht

dann : neues mainboard gekauft - erhalte v1.2

sketche hochgeladen
funktioniert problemlos

probiere auch sicherheitshalber nochmal defektes v1.3
und kann es nicht glauben - es geht wieder

habe also jetzt 2 xadow mainboards v1.3/v1.2 die funktionieren
an allen rechnern win7

und dann vor 4 tagen mit board v1.2
avrdude: ser_open(): can’t set com-state for "\.\COM…
auf allen rechnern

also noch einen rechner neu aufgesetzt - win10
board v1.3 funktioniert
board v1.2 fehlermeldung

das ist der stand der dinge

automatic translator

hello

excuse for my long answer time

software: win7 / win10
arduino 1.63 / 1.65
board: xadow mainboard v1.2 / v1/3
com: according to calculator
according to usbbuchse - always the same com port

                	device manager 		arduino
     laptop 	com5 (Seeduino Xadow) 	com5 (Seeduino Xadow)
     desktop1 	com8 (Seeduino Xadow) 	com8 (Seeduino Xadow)
     desktop2 	com8 (Xadow Clio) 		com8 (Seeduino Xadow) upload functions

Programmer is AVRISP mkII

the following has happened all together:
I have shopped xadow mainboard v1.3
the software and the drivers instal
sketches highly loaded
if approx. 1 week functioned easily
on 2 calculators everybody win7
then suddenly announcement:
avrdude: ser_open (): cannot set com-state for "\.\COM…

internet search proves:

  • board broken
  • instal software / driver anew
    instal so the next calculator: the same error message

then here in the forum this thread opened

then: new mainboard bought - receives v1.2

sketches highly loaded
functions easily

also try for safety’s sake over again defective v1.3
and if it cannot believe - it goes again

have now 2 xadow mainboards v1.3 / v1.2 them function
in all calculators win7

and then before 4 meet with board v1.2
avrdude: ser_open (): cannot set com-state for "\.\COM…
on all calculators

so one more calculator anew put on - win10
board v1.3 functions
board v1.2 error message

this is him he stood bargains

problem resolved

As for a temporal solution, you can hold the reset button(Main board); and click the Upload button(Arduino IDE); release the reset button while the IDE monitor occur Uploading…

Ein typische Problem wenn man mit Mikrocontrollern arbeitet. Am besten ist es immer den Upload mit Reset durch zu führen. Das liegt am Code den der Mikrocontroller gerade abarbeitet. Dieser kann unter umständen das warten auf neuen Code verhindern. Kommt dieses Problem auch vor wenn man mit Reset arbeitet sollte man versuchen erst mal ein anderes Gerät an den selben Anschluss zu stecken damit der PC die Konfiguration des Port zurücksetzt. Dann sollte man einen leeren Sketch hoch laden und hoffen das sich alles wieder ein kriegt, wenn nicht ist der Mikrocontroller wahrscheinlich defekt.

A typical problem when working with microcontrollers. It is best to always perform the upload with reset. This is the code to the microcontroller is working along. This can wait for the new code may prevent. If this problem before when working with reset should try only times another device into the same port to connect the PC so that the configuration of the port resets. Then you should an empty Sketch upload and hope that everything gets a return, if not, the microcontroller probably defective.