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.

Friday, February 22, 2008

[oopic] OOPic R Problem

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: