PIC16C --> Basic Stamp?
Vaati
Posts: 712
I know it may be better to post this in the microchip forums, but since you people are so helpful...·
Is it possible to do what Parallax does and program the PIC16C57C to recognize programming instructions in a different programming language?· I know it may be a bit redundant of the interpreter chips, but I would love to find a way to get a PIC to be programmed in something like spin...·
One final question--I have heard that Parallax previously offered some sort of PIC16 programmer, but discontinued it or something...· If that does exist, where can I get one?
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
Is it possible to do what Parallax does and program the PIC16C57C to recognize programming instructions in a different programming language?· I know it may be a bit redundant of the interpreter chips, but I would love to find a way to get a PIC to be programmed in something like spin...·
One final question--I have heard that Parallax previously offered some sort of PIC16 programmer, but discontinued it or something...· If that does exist, where can I get one?
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
Comments
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Parallax Tech Support·
Get a PICkit 2 if you want to develop PIC hardware.
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Thanks.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Quit buying all those fixed voltage regulators, and·get an Adjustable Power Supply·for your projects!· Includes an LED testing terminal!
*-NEW-* SD Card Adapter·Now available!· Add extra memory to your next Propeller project with ease!
You will need something like the PICkit 2 for debugging and programming code during development.
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Suzuki SV1000S motorcycle
Look at some of the bootloader source code that's out there.
Do a search for pic interpreter, there are some basic and C interpreters out there all ready that would be worth looking at first.
Hope this helps..
-dan