mplab c30 注册方法

关键文件是:

 C:\Program Files\Microchip\MPLAB C30\bin\pic30-lm.exe


【适用版本】:应该适用MPLAB C30 v3.00和以前的版本,以及未来的版本。


【检查状态】:检查C编译器的许可状态,可用编译器安装目录中BIN子目录下的
              pic30-lm.exe文件,在命令行状态下运行这个文件就可查看许可状态。


【填写用户信息】:必须填写,内容不限,未测试“自符串长度”限制。


【定制注册码】:可以根据自己的喜好定制。


            定制方法如下:
            注册码形式:MTIXXYY4ZZZZ

                                  MTI035248989
            其中的MTI和4是固定的,
            XX:2位都必须填数字,与年份有关,这个变量值在2013年的取值范围:00<XX≤13,
            比如:2012年是:00<XX<12,2013年是:00<XX<13。
            YY:2位都必须填数字,只有固定取值范围:00<YY<54。一年按照53个月算

            ZZZZ:4位都必须填数字,固定取值范围:ZZZZ>0000。重复一遍月日


在cmd中断尝试输入: pic30-lm.exe   -u  MTI121240413 

就完事了。

再运行pic30-lm.exe ,不再提示剩余多少天过期



对于C32:


for full edition the "general form" of key is:


XXXA-CXXX-XXXA-AUSI


replace "X" with char from "A" to "Z"


for example,replaced "X" then:


BCDA-CFGH-WRTA-AUSI


you can confirm if you look at the edition.txt
it must says: The Full Edition libraries for the MPLAB C32 C Compiler have been installed.

你可能感兴趣的:(c,cmd,测试,compiler,编译器)