Fork me on GitHub

Arduino Uno Uploader Tool

Tool for uploading .hex files and serial communication for the Arduino Uno board

Download latest version width binary installer Ver1.18


FEATURES:


Easy to use gui.

Automaticaly detects and select if a new USB/Serial port is connected to the PC.

Allsettings is restored when the program is restarted.

RS232 Serial Terminal for communicating width the Arduino board.

RS232 Serial Terminal:


Configuration panel:


SYNOPSIS:

The program uses AVRDUDE (AVR Downloader/UploaDEr) to program the atmega328p
The AVRDUDE parameters could be changed so that this program could be used to program other microcontrollers.

Install

Download

Unzip and Run setup.exe :)

License

LICENSE: (The MIT License) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

Rune Langøy

Change log

Ver 1.18
- Error message is displayed and blinking red in the status field, if an upload was unsucessfull

Ver 1.17
- Add: Configuration panel a combobox for selecting upload speed.
- Fix Bug ver 1.16,Uninstall not working

Ver 1.16
- Add: Configuration panel a combobox for selecting upload speed.
- Fix Bug ver 1.16,Uninstall not working

Ver 1.15
-Fix bug: avrdude.exe started at a wrong location.Might ocure on older winxp installation if the fileselection dialog box was shown

Download


Download latest version width binary installer Ver1.18
Older Versions: Ver1.17
Older Versions: Ver1.16
Older Versions: Ver1.15
Older Versions: Ver1.14
Older Versions: Ver1.01

You can also clone the project with Git by running:

$ git clone git://github.com/rlangoy/Arduino-Uno-Uploader-Tool