Menu

Tree [9d1782] master /
 History

HTTPS access


File Date Author Commit
 catalogs 2025-03-16 André Schenk André Schenk [9577eb] added check for 32 / 64 bit on Windows
 lib 2025-02-28 André Schenk André Schenk [c4dd5e] use libraries from Arduino IDE 1.8.19
 properties 2025-03-16 André Schenk André Schenk [49abfe] bumped to version 1.9
 src 2025-03-16 André Schenk André Schenk [d1db13] improved version checck
 .classpath 2018-12-23 André Schenk André Schenk [92f1da] first working version for Arduino Due
 .gitignore 2025-03-16 André Schenk André Schenk [9446a3] added .settings
 .project 2016-08-01 André Schenk André Schenk [efc343] fixed typo
 COPYING 2016-03-28 André Schenk André Schenk [c8034c] Initial commit
 README 2025-03-16 André Schenk André Schenk [9d1782] set minimum Java version to 1.8
 build.xml 2025-03-16 André Schenk André Schenk [d1db13] improved version checck

Read Me

   ASLoader - Java tool to upload a compiled sketch to an Arduino micro
              controller

   This Software gives you a simple graphical interface to upload a binary
   files to an Arduino micro controller. It doesn't need any additional
   software installed.

   There is no warranty the software works correct. You use this
   software on your own risk.

History
=======

     1.0: first version (Stk500v1 protocol)
     1.1: added support for Arduino Mega (Stk500v2 protocol)
     1.2: added progress bar
          added dummy device for testing (only visible in develop version)
     1.3: added file name extension filter to file chooser
          read every page after programming to make the upload more robust (Arduino Mega only)
          added tooltip text to status bar
     1.4: added support for Arduino Leonardo (AVR109 protocol)
     1.5: improved support for Arduino Leonardo, especially with Windows
     1.6: close serial port on exit
          added support for Arduino Duemilanove
     1.7: changed baud rate for Arduino Pro Mini
          fixed reset procedure which caused problems on Windows
     1.8: added version check during startup
          put everything into one Jar file
          added support for Arduino Due
          remember user input
   1.8.1: prevent NPE if no stored settings exist
   1.8.2: ensure comm port is set in MainModel
   1.8.3: readded dist target for listSerials DLL
   1.8.4: ensure target device is set in MainModel
     1.9: added support for Arduino Due (Native USB Port)
          added error message when running with 64 bit Java on Windows

License
=======

   This software underlies the GNU public license.

Requirements
============

   Java 8 or newer is needed to build the program.

Usage
=====

   Just unpack the zip file and double click on the Jar file icon.

   I could only test the tool with a

   - Arduino Due
   - Arduino Leonardo
   - Arduino Leonardo ETH
   - Arduino Mega 2560
   - Arduino Uno
   - Arduino Pro Mini (5V, 16 MHz) w/ ATmega328

   It might work with other Arduinos, too, but some boards might use
   another baud rate or another protocol. So please inform me if you
   have information about working or not working boards.

Support
=======

  For more information please look at the project's home page
  http://sourceforge.net/projects/asloader/.


André Schenk, December 2018
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.