1
0
mirror of https://github.com/seahu/rflink.git synced 2025-12-10 16:07:23 +01:00
Files
rflink_rPi/Doc/Readme_Loader.txt
Ondrej Lycka 406093e31d first commit
2017-04-29 03:27:02 +02:00

24 lines
670 B
Plaintext

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