Is there a Java Propeller Loader?
blittled
Posts: 681
I'm about to work on an open source project in Java and was wondering if anyone has coded or has info on a Java based program that can detect a Propeller by scanning ports and able to take an .eeprom or .binary file directly into RAM or EEPROM? Thanks!
Comments
I think this is what you are looking for. Java should be able to use the Propellent DLL. You can also launch directly the .exe
Sorry to hear about the Java thing.....
https://code.google.com/p/propgcc/source/browse/loader/src/PLoadLib.c
https://code.google.com/p/propgcc/source/browse/loader/src/PLoadLib.h
You can make a test program by compiling with -DMAIN
$ gcc -DMAIN PLoadLib.c