Possible to program Prop from VB 2010?
eagletalontim
Posts: 1,399
in Propeller 1
Hello all once again! I have a project that I would like to be able to provide updates to without the end user downloading the Prop Tool and seeing all my code. I was hoping to use Visual Basic 2010 to check my server for a firmware update and if there is one, download it from my server, then upload it to the EEPROM all through the VB program I have already created. Anyone tackled something like this?
Comments
http://forums.parallax.com/discussion/comment/919524#Comment_919524
https://www.parallax.com/downloads/propellent-software
You don't need VB. See my post from 6 years ago.
I also thought that propellant could be called from VB.
BTW PropTool can download a Binary or Eeprom file so no requirement for PropTool to have the source.
After playing with the propellant tool, I found that it can output to a log file and have no GUI. If I use VB to call the executable and read the file it output's. I can parse the data and display the needed content to them to show success or fail. I was reading there was a way to import the DLL into the actual program and use it, but I have not quite grasped that part yet. If anyone knows how to do this, that would be great if you could help me on that!