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.

Monday, March 24, 2008

Re: [oopic] ooPIC documentation - debug method

design.wonk wrote:
> Is there any other documentation out there in addition to what comes
> with version 6.1.1 of the IDE? Some methods don't seem to be well
> documented, if at all. I was interested in using the .debug method,
> but can't find any specifics on it - or is there another was to
> monitor propertied during program execution?
>
> thanks
>
> -Ray
>
>
>
Ray

Check out the 'Object Watcher' tool which is is in the files section of
this group. It uses the .debug method to dynamically display objects,
object properties and normal variables.

Essentially the .debug method with the statement ObjectName.debug will
transmit the string "<ObjectName=Value/>" out on the USART of the Oopic.
The nice thing is, you don't have to use a serial object to do this as
it sends it directly to the hardware.

Ian

------------------------------------

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: