|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
PICBasicPro是我用过的最方便的单片机编程语言之一;这本教材虽然是英文版的,但内容简洁易懂,对有一定英文基础的同学应该没有大碍。
介绍:The PicBasic Pro Compiler (or PBP) makes it even quicker and easierforyou to program Microchip Technology’s powerfulPICmicromicrocontrollers (MCUs). The English-like BASIC language ismucheasier to read and write than the quirky Microchip assemblylanguage.The PicBasic Pro Compiler is “BASIC Stamp II like” and hasmost of thelibraries and functions of both the BASIC Stamp I and II.Being a truecompiler, programs execute much faster and may be longerthan theirStamp equivalents.PBP is not quite as compatible with theBASIC Stamps as our originalPicBasic Compiler is with the BS1.Decisions were made that we hopeimprove the language overall. One ofthese was to add a realIF..THEN..ELSE..ENDIF instead of theIF..THEN(GOTO) of theStamps. These differences are spelled out later inthis manual.PBP defaults to create files that run on a PIC16F84-04/Pclocked at4MHz. Only a minimum of other parts are necessary: 2 22pfcapacitorsfor the 4MHz crystal, a 4.7K pull-up resistor tied to the/MCLR pin and asuitable 5- volt power supply. PICmicro MCUs other thanthe 16F84, aswell as oscillators of frequencies other than 4MHz, may beused with thePicBasic Pro Compiler. |
|