Question on Mister E's PIC MultiCalc.


Closed Thread
Results 1 to 4 of 4
  1. #1

    Default Question on Mister E's PIC MultiCalc.

    Hello all,
    I recently discovered this useful utility. I noticed that some of the calculation results are posted on the "Clipboard". This is probably a dumb question, but where is the clipboard located?
    Running Windows XP

  2. #2
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,520


    Did you find this post helpful? Yes | No

    Default Re: Question on Mister E's PIC MultiCalc.

    It's the normal Windows clipboard, just use ctrl+v to paste the code in the editor - just like you do when copying/pasting "anything".

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: Question on Mister E's PIC MultiCalc.

    I have Windows XP so the above suggestion didn't work.
    Further research led to this: http://windows.microsoft.com/en-US/w...lipbook-viewer Clipboard now working from the desktop.

  4. #4
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,520


    Did you find this post helpful? Yes | No

    Default Re: Question on Mister E's PIC MultiCalc.

    That's wierd... It works just fine here - on WinXP.
    First click the button Copy Settings To Clipboard in PICMultiCalc, then set focus on the editor and press CTRL+v (or rightclick and select Paste), works like a charm.

    I've tried Notepad, MCSP, Word and the online editor on this forum, here it is:
    Code:
    RCSTA = $90   ' Enable serial port & continuous receive
    TXSTA = $24   ' Enable transmit, BRGH = 1
    SPBRG = 8     ' 9600 Baud @ -0,03%
    SPBRGH = 2
    BAUDCON.3 = 1 ' Enable 16 bit baudrate generator
    Running XP on this machine, no problems, Win7 on another, no problems.

    Weird....

Members who have read this thread : 1

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