Hi,
I need to realize such a scenario:
Components:
PC.Windows.java program <----> Internet <----> PC.windows.Arduino-IDE
Scenario:
- Code is written in the IDE and gets compiled
- uploaded to internet by a web site
- the java program from the other side receives the code and uploads to Arduino board
My question:
What steps the java program must take in the uploading procedure please, after receiving the image?
May be someone already provided any example code? I couldn't find that by googling, could you please point to something? I appreciate in advance.