This Forum is Dedicated For all The Object Oriented PIC Lovers .......... The concept behind OOPic is straight forward. Use preprogrammed multitasking Objects from a library of highly optimized Objects to do all the work of interacting with the hardware. Then write small scripts in Basic, C, or Java syntax styles to control the Objects. During operation, the Objects run continuously and simultaneously in the background while the scripts run in the foreground telling the objects what to do.

Saturday, February 23, 2008

[oopic] Re: OOPic R Problem

Here is the HEX Code generate from compiler 5.01 for reference:

0000: 0B 80 00 00 0C 00 00 1C 00 00 14 00 00 00 0C 00
0010: 00 00 3E 00 29 01 01 09 00 00 15 00 00 01 00 00
0020: 00 00 2E 00 00 00 00 00 00 00 00 00 1F 00 00 06
0030: 29 00 00 29 00 28 00 29 00 00 00 35 00 00 20 00
0040: 3C 2F 3E 00 00 00 FF FF FF FF FF FF FF FF FF FF
0050: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0060: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0070: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF


--- In oopic@yahoogroups.com, "oscarhkw" <oscarhkw@...> wrote:
>
> Hello All,
>
> I bought two OOPic R (firmware B2.2 +) for my research. However, I
> found that all boards cannot run the program properly. I used Windows
> XP and OOPic 5.01 compiler as a programming environment and followed
> the example:
>
> Dim LED as New ODio1
>
> Sub Main()
>
> OOPic.delay = 500
> LED.IOLine = 6
> LED.Direction = cvOutput
>
> Do
> LED =OOPic.Hz1
> Loop
>
> End Sub
>
> from the book called "Programming and customizing the OOPic
> Microcontroller" in order to test one of the boards but the yellow LED
> does not flash after the program being downloaded. I have tried
> antoher board. it also has this problem. Also, I did try "cosmic
> wedgie" recovery but it still doesn't work. How can I repair those
> OOPic boards
>



Yahoo! Groups Links

<*> To visit your group on the web, go to:

http://groups.yahoo.com/group/oopic/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:

http://groups.yahoo.com/group/oopic/join

(Yahoo! ID required)

<*> To change settings via email:
mailto:oopic-digest@yahoogroups.com
mailto:oopic-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
oopic-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/

No comments: