ME Labs, Inc.
719-520-5323
 
Home:
  Support home:
General Topics:
  FAQ
  Downloads and patches
  Sample programs
Support by Product:
  melabs USB/U2 
Programmer
  melabs Field
Programmer
  melabs Serial 
Programmer
  EPICâ„¢ Programmer
  Programming Adapters
  PICBASIC PROâ„¢ 
Compiler
  PICBASICâ„¢ Compiler
  PICPROTOâ„¢ Boards
  LAB-X1 Experimenter Board
  LAB-X2 Experimenter Board
  LAB-X3 Experimenter Board
  LAB-X4 Experimenter Board
  LAB-X18 Experimenter Board
  LAB-X20 Experimenter Board
  LAB-XT Experimenter Board
  LAB-XUSB Experimenter 
Board
  melabs Loader
 

Frequently Asked Questions

MicroCode Studio         More FAQ Categories        

  1. How do I change the highlight colors in MicroCode Studio?

  2. I've upgraded my compiler to support a new PICMicro, but the part doesn't appear in the dropdown list when I try to select it in MicroCode Studio.

  3. How do I limit the number of MCUs displayed in the MCS drop down combo? (version 2.2.1.0 or later)

  4. I have an include file installed in my PBP folder which is being displayed in the MCS drop down combo. How do I remove it? (version 2.2.1.0 or later)




  1. How do I change the highlight colors in MicroCode Studio?

    View > Editor Options > Highlighter

    Top


  2. I've upgraded my compiler to support a new PICMicro, but the part doesn't appear in the dropdown list when I try to select it in MicroCode Studio.

    If you are using the free version of MicroCode, download the latest version here.

    If you are using MicroCode Studio Plus, try updating the software with the toolbar update button. If this doesn't get it, you can add PICMicros manually by editing the file "PIC.INI", which is found in the MCSP install directory. (C:\Program Files\Mecanique\MCSP)

    Top


  3. How do I limit the number of MCUs displayed in the MCS drop down combo? (version 2.2.1.0 or later)

    Create a file called 'ExcludeIDE.ini' and put it in your COMPILER installation folder. Just add the items you don't want to be displayed and then restart the MCS IDE.

    This linked example excludes all devices in the MCS drop down combo for PBP 2.46 and below, except for the 16F876 and 16F877 devices.

    Top


  4. I have an include file installed in my PBP folder which is being displayed in the MCS drop down combo. How do I remove it? (version 2.2.1.0 or later)

    Create a file called 'ExcludeIDE.ini' and put it in your COMPILER installation folder. Just add the name of the file (no extension) that you don't want to be displayed and then restart the MCS IDE.

    Top