PDA

View Full Version : Writing Software



Ghilliesuit
09-19-2003, 09:44 AM
What computer program language is used to program the boards of todays markers. I know C++...

redlaser666
09-19-2003, 10:27 AM
It depends on the microcontroler used on the board, but most often is assembly language. If you want to learn to program PB boards, first find out what kind of chip is on it. Most boards use PICmicro chips, 16Cxxx.

here are links to more info:
http://www.piclist.com/
http://www.microchip.com/

FallNAngel
09-20-2003, 09:42 AM
So far, the best tutorial I've found (through the little searching I've done) is http://www.mstracey.btinternet.co.uk/pictutorial/picmain.htm

Ghilliesuit
09-20-2003, 11:22 AM
Thx for the links guys!

NE fellow programmers out here that can recomend some books...?