PDA

View Full Version : Question on Mister E's PIC MultiCalc.



Dick Ivers
- 8th December 2011, 16:08
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

HenrikOlsson
- 8th December 2011, 16:38
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".

Dick Ivers
- 9th December 2011, 12:51
I have Windows XP so the above suggestion didn't work.
Further research led to this: http://windows.microsoft.com/en-US/windows-xp/help/setup/open-clipbook-viewer Clipboard now working from the desktop.

HenrikOlsson
- 9th December 2011, 13:37
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:

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....