C compiler for BS2
Suman
Posts: 19
Hi all,
I am trying to find a C compiler for BS2, I want a compiler which is most economical and also the compiler which is most compatible with BS2.
Suman
I am trying to find a C compiler for BS2, I want a compiler which is most economical and also the compiler which is most compatible with BS2.
Suman
Comments
For the sx chips (the mcu used on most basic stamps) there
is a C compiler, C4SX see this thread:
http://forums.parallax.com/showthread.php?p=673332
regards peter
Ill put several links below if you are interested
Web- http://www.c-stamp.com
C-Stamp Product Page- http://www.c-stamp.com/CS110000.htm
I also dont know if you are into robotics but if you are they offer a robotics kit as well:
http://www.c-stamp.com/CS710001.htm
-James
The C4SX is promising, although, it seems extremely complicated to do something with it at the moment.
Hitech PICC-lite compiler and a good PIC chip is in my opinion easier to work with than the C-Stamp.
If you want an easy tutorial, try the 123 Pic Microcontroller projects for the Evil Genius.
I know, I know, it's not the most high tech book, but it gives a really good idea how to start a C project on PIC chips.
-Benoit
The problem with programmming a PIC directly is that you have to do a lot of reading getting familiar with the insides of the chip before you can program anything meaningful.
http://www.arduino.cc/