new version MicroCode Studio Plus ?????


Closed Thread
Results 1 to 5 of 5
  1. #1
    micro's Avatar
    micro Guest

    Default new version MicroCode Studio Plus ?????

    i'm using this compiler mostlly but there is a problem with this compiler
    and with GLCD because with LCDOUT command i cann't write string to
    GLCD but in Proton+ i can do it easily, but im not compfortable with proton+
    i like microcode studio+, and if i want to write a string to GLCD that will take
    more instructions to do it bt in proton its easy with one instruction.
    for example with proton

    print at 0,2,"Hello"

    that will print string on GLCD
    but with the same thing with micrcode studio i can't do it like this

    LCDOUT $fe,$40
    LCDOUT "Hello"

    i ask if there is a new version of Microcode studio plus to deal with GLCD??

  2. #2
    Join Date
    Jul 2005
    Posts
    65


    Did you find this post helpful? Yes | No

    Smile

    Hello

    Its not Microcode Studio Plus, its the compiler you are using....PBP supports alohanumeric LCDs only...

    So when you write:
    LCDOUT "Hello"

    This is meant to write Hello on the alphanumeric LCD, not the GLCD !!

    There are many threads on the forum discussing how to use PBP with GLCD, and its easy, so don't panic...

    Wish you good luck

  3. #3
    Join Date
    Dec 2006
    Posts
    38


    Did you find this post helpful? Yes | No

    Wink

    PBP supports alohanumeric LCDs only

    Where are these obtained from ????
    Hawaii Only ???

  4. #4
    Join Date
    May 2004
    Posts
    81


    Did you find this post helpful? Yes | No

    Default

    Rotflmfao! Apmp!!!!

  5. #5
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Talking

    Quote Originally Posted by tico View Post
    PBP supports alohanumeric LCDs only

    Where are these obtained from ????
    Hawaii Only ???
    Yeah, the letters kinda sway back and forth in the breeze

Similar Threads

  1. pic18f series and microcode studio
    By ahm2002 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 10th December 2008, 19:35
  2. Interrupt & device setup for a PIC16F628A in Microcode Studio Plus
    By wildpikachu in forum mel PIC BASIC Pro
    Replies: 11
    Last Post: - 3rd May 2008, 16:28
  3. Microcode studio loader problem
    By woodygjw in forum General
    Replies: 2
    Last Post: - 10th September 2007, 01:18
  4. How to used ICD of microcode studio
    By chai98a in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 19th November 2005, 00:29
  5. Replies: 3
    Last Post: - 16th September 2005, 07:40

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts