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.

Thursday, February 21, 2008

Re: [oopic] using oDDELink

Yes,

You can talk to the ooPIC over the DDELink (network) port and it will
look like a 256 byte EEPROM in terms of addressing. An easier way to do
this is to talk to it over the serial link using SCP commands, they are
WAY easier to do than the arcane bit masking that you'll have to do if
you use the I2C link to the ooPIC.

BTW, why are you using the ancient '877A? If I were you I would use a
newer 18F part. They are cheaper, faster and easier to do. Also, you
can use the Microchip educators version of C18 to write code to it.

DLC

alvin sy wrote:
> Since oopic cant handle the data coming from
> the gps, we decide to use another
> microcontroller(PIC16F877A) where the PIC will receive
> and store the data and send it to the oopic, i was
> wondering since the PIC will be using the serial, can
> i use the oDDELink to link the two? Another question
> is my compass is already using the I2C pins and if im
> read the manual right the oDDLink also uses I2C right?
> so any suggestion how can i connect my oopic to the
> PIC? thanks
>
>
> ____________________________________________________________________________________
> Never miss a thing. Make Yahoo your home page.
> http://www.yahoo.com/r/hs
>
>
>
>
> Yahoo! Groups Links
>
>
>
>

--
------------------------------------------------------
Dennis Clark ooPIC Tech Support
www.oopic.com
------------------------------------------------------


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: