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.

Tuesday, May 13, 2008

Re: [oopic] Re: Configuring i pocket 232

Is there any configuration example that i can refer, so that is easier for me to understand.


----- Original Message ----
From: rtstofer <rstofer@pacbell.net>
To: oopic@yahoogroups.com
Sent: Tuesday, May 13, 2008 9:27:17 PM
Subject: [oopic] Re: Configuring i pocket 232


--- In oopic@yahoogroups. com, "salehhudin sulaiman"
<salehhudin_ sulaiman@ ...> wrote:
>
> Could anybody help me to how to configure the ipocket 232 ? TQ
>

The User Manual covers just about everything - a nice concise 106 pages.

The problem will arise when the remote host wants to send large
packets to the OOPic. The OOPic receive buffer is just 4 bytes and
serial IO is not a strong point. Use the oSerialPort object and
implement flow control with the IOLineF signal (connect to CTS). This
will slow the ipocket 232 down, perhaps enough to actually work.

You also need to implement flow control on the output. Just use any
IOLine to monitor the RTS signal from the ipocket. See page 26 of the
User Manual and h/w handshaking.

Richard


[Non-text portions of this message have been removed]


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

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: