Hi, I'm still under the development of a simple Windows app. However, I have attached you all current Magerit's command lines. You simply have to copy the correct command line, paste it on a new CMD windows and press ENTER/RETURN. You only need to replace the attributes in parenthesis with your PROGRAMMER'S COM PORT and FIRMWARE PATH. (REMEMBER TO REMOVE ALL PARENTHESIS). Hola, aún estoy tratado de desarrollar una app para Windows. No obstante, he incluido todas las líneas de comando actuales de los Módulos Magerit. Lo único que debes hacer es copiar el comando correspondiente, pegarlo en una ventana CMD de windows y presionar ENTER/RETURN. Recuerda que debes cambiar los atributos entre paréntesis por el puerto de tu programador y la ruta del FIRMWARE. (BORRA LOS PARÉNTESIS) //POLYSEQ - firmware https://www.magerit.es/download/1_firmware.hex avrdude -c avrisp -P (COM PORT OF YOUR PROGRAMMER) -p atmega328p -b 19200 -U flash:w:(FIRMWARE PATH) //CANAL - firmware https://www.magerit.es/download/2_firmware.hex avrdude -c avrisp -P (COM PORT OF YOUR PROGRAMMER) -p attiny44 -b 19200 -U flash:w:(FIRMWARE PATH)