What goes from the computer to the Propeller?
Microcontrolled
Posts: 2,461
I am curious: when the computer sends the propeller the code from Propeller Tool software, what does it do? Does it send just the text (excluding comments) and the Prop configures it, or does it compile and send it in compressed data packets, or what? I have built a text editor made to compile and download code, but I am stuck at how to send it. Can someone help please?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Comments
There are now several Spin/Assembly compilers including BST and HomeSpun, all available here for free.· There's the Propellent program which is a command-line form of the Propeller Tool and all of these have their own download functions (all compatible).
None of these compilers send the source text to the Propeller.