transferring the source code
yngjng
Posts: 7
i m developing a software for telerobot. but i have a problem with transferring the source code. Is that any other methods to transfer the source code from pc to controller instead of using the software provided?
Comments
There are other ways. The 'stache' module allows you to load the module, carry it into the field, and use it to program another BS2 in the field. Parallax has also made available their compiler engine as a DLL, so you could write your own downloader.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
my project is built a telerobot system. so, i had choosen a BoeBot mobile robot as the robot to be control over the internet.
now, i have a client-server system. a client is communicate with the server via internet. a client can upload a sourcecode file to the server placed in the lab. normally, we can transfer the sourcecode to Parallax Basic Stamp 2 (BS2) using Parallax IDE. But the problem is i dont know how to control the Parallax IDE across the internet. so, i trying other method of transferring the sourcecode.
allanlane5
"The 'stache' module allows you to load the module, carry it into the field, and use it to program another BS2 in the field. Parallax has also made available their compiler engine as a DLL, so you could write your own downloader."
would u mind to describe more on it. Do u have any relevant resources for this? I think u get my question.
thank you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
Do you need to add functionality every time you remotely program the robot, or do you just need to give it remote commands?
If you only need to remotely issue commands or sequences of already programmed events, like turn left, go forward, turn right, then you might only need to have the robot listen for a serial in, parse a command string, and go to the required preprogrammed subroutine. i.e.
etc etc