I can program the PIC, checked voltage etc.

Thank you for the input. I tried first to copy and paste the entire 'Dice' program. I am using MicroCode Studio Plus 3.0 with PBP 2.47. I received three 'Warnings' (Illegal OpCode) and three 'Errors' (Found label after column1) when I tried to compile for a 10f206. I commented out the three @ Device pic10f206 lines and the code then compiled ok. Is there a setup option to allow these statements to compile?



Quote Originally Posted by Melanie View Post
And you have of course verified that your PIC is actually working, you've got volts where you should have them, and you've programmed it for the correct Oscillator and MCLR usage?

Here's an example of PBP code that works for you to compare in case you've missed anything in the PICs initialisation... btw... it's a good idea to use TRISIO to configure your PICs pin I/O before you use it.

http://www.picbasic.co.uk/forum/showthread.php?t=3510