1
0
mirror of https://github.com/seahu/rflink.git synced 2025-12-10 07:57:23 +01:00

first commit

This commit is contained in:
Ondrej Lycka
2017-04-29 03:27:02 +02:00
commit 406093e31d
85 changed files with 25806 additions and 0 deletions

23
Doc/Readme_Loader.txt Normal file
View File

@@ -0,0 +1,23 @@
RFLink Loader Version 1.02
The RFLink Loader program runs on Windows and can program an Arduino Mega 2560 board
with the RFLink software.
You do not need any Arduino IDE/Compiler etc.
Steps:
------
- Launch the program
- Select the file you want to program (rflink.cpp.hex)
- Select the serial port to which the Arduino is connected.
- Hit the "program" button and wait for the process to finish.
History:
--------
1.02 Fixed: could not use serial ports > 9
1.01 Fixed: could not load the hex file if the path name contained a space
Added: test serial port availability before trying to program the Arduino
1.00 Initial Release