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, May 31, 2008

[oopic] iogroup nibble and odio1

Hi Guys (if your still out there)

I've got a question about using an oDio4 object. I'm using an 'R' board
ver 2.2+ and Ver 5 compiler for this. I've dimmed an oDio4 to use IO
group =1 nibble 0 (io's 8-11) and I want to use io12 for a oDio1
control, but I can't get the oDio1 to change it's state. If I use the
lower nibble of IOGroup 1 does that lock me out from using the 'unused'
pins of that group for anything else? Anybody?

Dave W


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

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/

[oopic] Freebies!

Here is your opportunity to get something for nothing with NO CATCH!

Visit the link below. Choose a gift. They send it to you...its as easy
as that!
I was sent the link by a friend, I tried it and I got the
freebies...excellent!

http://moourl.com/grabagift

Take care and have a great weekend!


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

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/

Tuesday, May 27, 2008

[oopic] Re: Abandoning the OOPic (was: Wrong IOpack for Stepper Motor?)

May 1st has come and gone... New compiler?

--- In oopic@yahoogroups.com, "scottmsavage" <smsavage32@...> wrote:
>
> --- In oopic@yahoogroups.com, Brian Lloyd <Brian-wb6rqn@> wrote:
> > If you are using an older chip (< C.1.1) then use V5. If you have
> > the newest chip, you have a problem.
>
> So far, not one error has been detected in the C.1.1 chip. In
fact,
> the purpose of this chip was to address the bugs identified in
B.2.2.
>
> There have been some bugs discovered in the new Ver 6 compiler,
such as
> the one in the event object. But these will be corrected when the
> next compiler release is ready. (Expect it around May 1st.)
>
> As for the IOPack issue in question... it appears to work just
fine.
> Or at least I cannot get it to NOT work. (See other posts) But
since
> you are advising the public: "If you have the newest chip, you have
a
> problem." then perhaps you can upload a youtube video showing what
test
> you performed to determine this, so that I can address the problem.
>
> Scott Savage
>

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

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/

[oopic] Re: where is everybody!

--- In oopic@yahoogroups.com, "Mike Martin" <xaviour2me@...> wrote:
>
> Hi Dave and everyone that replied (I will get around to replying to
> you all soon). I created a folder called Maze_bot and placed a photo
> of the project there. I did make one mistake though - it's a B.1.0
> chip (not the C.1.1+). The red diode just turns on and stays on
> (flickering). The green led is just a test to satisfy me that the
> switch works. I've taken note of some of the great code snippets sent
> and I'll get around to testing them on the weekend. Thanks to all.
> BTW the way, the grrr was pointed at my own inability to figure it
> out - not at the OOPic (which I think is great).
>
> Mike M.

OK, there's a potential glitch. The oLED object was introduced in B.1
and has issues with a level of 15 until C.1. This is well noted in
the documentation. Also, I can't find documentation for the
LED.TurnOnBright method (I'm assuming it is a method) but I'll bet it
sets the value to MAX which is (wait for it...) 15.

What I don't know is why you want a dimmable LED that requires 4 of
your precious 86 object bytes when you can use an oDIO1 that uses just
1 object byte. Then again, maybe the application requires it...

I know I am the only guy on the planet that feels this way but I still
prefer the simple and well understood objects. I also prefer the old
V5 IDE/compiler. I sort of like the idea that events will work.

It is very important that you note the IDE version and device revision
when you post inquiries. At this point the permutations are getting a
little large.

Richard

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

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/

[oopic] Re: where is everybody!

Hi Dave and everyone that replied (I will get around to replying to
you all soon). I created a folder called Maze_bot and placed a photo
of the project there. I did make one mistake though - it's a B.1.0
chip (not the C.1.1+). The red diode just turns on and stays on
(flickering). The green led is just a test to satisfy me that the
switch works. I've taken note of some of the great code snippets sent
and I'll get around to testing them on the weekend. Thanks to all.
BTW the way, the grrr was pointed at my own inability to figure it
out - not at the OOPic (which I think is great).

Mike M.

--- In oopic@yahoogroups.com, "Mike Martin" <mikemartin@...> wrote:
>
> Hi Dave - well it's too simple. All I'm trying to do is to emulate
a simple
> push button on/off switch. I have an oLED object and an oSwitch
object and
> I'm using a C.1.X chip and the OOPic 6 compiler. All I have is a
simple LED
> and a board-mount micro-switch that I bought from the local Tandy
store
> (normally off). My code works perfectly and I can turn on the LED
in code
> but the moment I introduce oSwitch into the code the LED comes on
and stays
> on and the state off the switch seems to be ignored. My code is an
exact
> copy of the code on the website - and everything seems to be wired
up OK. It
> just doesn't work.
>
>
>
> Dim Fred As New oSwitch
> Dim Bob As New oLED
>
> Sub Main()
> Bob.IOLine = 8
> Fred.IOLine = 9
> Do
> If Fred.IsOn Then
> Bob.TurnOnBright
> Else
> Bob.TurnOnDim
> EndIf
> Loop
>
> End Sub
>
>
>
>
>
>
>
> _____
>
> From: oopic@yahoogroups.com [mailto:oopic@yahoogroups.com] On
Behalf Of
> David Warner
> Sent: Monday, 26 May 2008 12:44 AM
> To: oopic@yahoogroups.com
> Subject: Re: [oopic] Re: where is everybody!
>
>
>
> Well Mike since it's just you and I, tell me about it and I'll try
to give
> you a hand. First what board are you working with and what version
compiler
> are you using?
> &nbsp;
> Dave W.
>
> --- On Sun, 5/25/08, Mike Martin xaviour2me@yahoo.
> <mailto:xaviour2me%40yahoo.com.au> com.au&gt; wrote:
>
> From: Mike Martin xaviour2me@yahoo. <mailto:xaviour2me%
40yahoo.com.au>
> com.au&gt;
> Subject: [oopic] Re: where is everybody!
> To: oopic@yahoogroups. <mailto:oopic%40yahoogroups.com> com
> Date: Sunday, May 25, 2008, 11:41 AM
>
> Well I'm always here but I'm lurking and learning - I don't usually
> have anything to post because I don't know very much (and pulling
my
> hair out lately over simple things - like why I can't make a simple
> LED / SWITCH toggle work, grrr...)
>
> Mike M.
>
> --- In oopic@yahoogroups. com, Brian Lloyd &lt;brian-
wb6rqn@ ...&gt; wrote:
> &gt;
> &gt;
> &gt; On May 24, 2008, at 12:31 PM, bimityedye wrote:
> &gt;
> &gt; &gt; Hey where is everybody? Haven't had a message in days.
Anybody out
> &gt; &gt; there?
> &gt;
> &gt; No.
> &gt;
> &gt; --
> &gt;
> &gt; 73 de Brian, WB6RQN
> &gt; Brian Lloyd - brian HYPHEN wb6rqn AT lloyd DOT com
> &gt;
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> [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/

Monday, May 26, 2008

RE: [oopic] Re: where is everybody!

Mike I don't see anything wrong with your code. Can you tell me how you have your switch wired and connected to your OOPIC. Make sure you have the resistor in line with your input pin to protect the inards of the pin circuitry. Be sure you also have a ground and 5 volts hooked to either side of your SPDT switch. Then is basically an EVENT style program, and EVENT programs are notoriously uncooperative in the Ver 6 compiler. I've loaded the attached code into an 'R' board ver 2.x+ using ver 6 compiler and changed the IOlines - works great!
http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ MakeCount

[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/

[oopic] Re: where is everybody!

--- In oopic@yahoogroups.com, "Mike Martin" <mikemartin@...> wrote:
>
> Hi Dave - well it's too simple. All I'm trying to do is to emulate a
simple
> push button on/off switch. I have an oLED object and an oSwitch
object and
> I'm using a C.1.X chip and the OOPic 6 compiler. All I have is a
simple LED
> and a board-mount micro-switch that I bought from the local Tandy store
> (normally off). My code works perfectly and I can turn on the LED in
code
> but the moment I introduce oSwitch into the code the LED comes on
and stays
> on and the state off the switch seems to be ignored. My code is an exact
> copy of the code on the website - and everything seems to be wired
up OK. It
> just doesn't work.
>
>
>
> Dim Fred As New oSwitch
> Dim Bob As New oLED
>
> Sub Main()
> Bob.IOLine = 8
> Fred.IOLine = 9
> Do
> If Fred.IsOn Then
> Bob.TurnOnBright
> Else
> Bob.TurnOnDim
> EndIf
> Loop
>
> End Sub
>
>

Let's assume the code works and that, as far as the OOPic is
concerned, the input is ON. Check with pin voltage with a voltmeter
while toggling between on and off.

I wouldn't use the schematic shown for oSwitch. I am allergic to
solid connections to either +5V or ground. If I make the mistake of
defining the pin as an output, I will short it through the switch and
probably destroy the chip.

So, I would first add
OOPic.PullUp = cvOn as the second executable statement.

I would ALWAYS add
OOPic.Delay = 5000 as the first... (use 500 for V5 of the IDE)

Then I would connect a 330 ohm resistor between the pin and the switch
(normally open) and connect the other side of the switch to ground.
This way the resistor limits the pin current regardless of how I
define it.

Then, failing to get it to work with the new objects, I would rewrite
it as:

Dim LED as new oDIO1
Dim Switch as new oDIO1

sub main()

OOPic.Delay = 5000 ' 5 second startup delay
OOPic.PullUp = cvOn ' pull up resistors on IOLines 8..15

LED.IOLine = 8
LED.Direction = cvOutput

Switch.IOLine = 9
Switch.Direction = cvInput

Do
LED = Switch
loop

end sub

Of course, I have blown off the dimming capability and inverted the
sense of LED. I am assuming the LED is connected through a resistor
to +5V. So, the LED IOLine needs to go to 0 to turn on the LED and
the switch input should go to 0 when the switch is turned on (pulls
the pin to ground).

Now that the simple things work, try the new objects. Later, try the
oWire object and get rid of that Do-Loop.

Add to the declarations
Dim Wire as new oWire1

Then add to the code
Wire.Input.Link(Switch)
Wire.Output.Link(LED)
Wire.Operate=cvTrue

You may need to tweak the links for the new objects, I am not in a
position to check this at the moment.

Richard


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

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/

RE: [oopic] Re: where is everybody!

Hi Dave - well it's too simple. All I'm trying to do is to emulate a simple
push button on/off switch. I have an oLED object and an oSwitch object and
I'm using a C.1.X chip and the OOPic 6 compiler. All I have is a simple LED
and a board-mount micro-switch that I bought from the local Tandy store
(normally off). My code works perfectly and I can turn on the LED in code
but the moment I introduce oSwitch into the code the LED comes on and stays
on and the state off the switch seems to be ignored. My code is an exact
copy of the code on the website - and everything seems to be wired up OK. It
just doesn't work.

Dim Fred As New oSwitch
Dim Bob As New oLED

Sub Main()
Bob.IOLine = 8
Fred.IOLine = 9
Do
If Fred.IsOn Then
Bob.TurnOnBright
Else
Bob.TurnOnDim
EndIf
Loop

End Sub

_____

From: oopic@yahoogroups.com [mailto:oopic@yahoogroups.com] On Behalf Of
David Warner
Sent: Monday, 26 May 2008 12:44 AM
To: oopic@yahoogroups.com
Subject: Re: [oopic] Re: where is everybody!

Well Mike since it's just you and I, tell me about it and I'll try to give
you a hand. First what board are you working with and what version compiler
are you using?
&nbsp;
Dave W.

--- On Sun, 5/25/08, Mike Martin &lt;xaviour2me@yahoo.
<mailto:xaviour2me%40yahoo.com.au> com.au&gt; wrote:

From: Mike Martin &lt;xaviour2me@yahoo. <mailto:xaviour2me%40yahoo.com.au>
com.au&gt;
Subject: [oopic] Re: where is everybody!
To: oopic@yahoogroups. <mailto:oopic%40yahoogroups.com> com
Date: Sunday, May 25, 2008, 11:41 AM

Well I'm always here but I'm lurking and learning - I don't usually
have anything to post because I don't know very much (and pulling my
hair out lately over simple things - like why I can't make a simple
LED / SWITCH toggle work, grrr...)

Mike M.

--- In oopic@yahoogroups. com, Brian Lloyd &lt;brian-wb6rqn@ ...&gt; wrote:
&gt;
&gt;
&gt; On May 24, 2008, at 12:31 PM, bimityedye wrote:
&gt;
&gt; &gt; Hey where is everybody? Haven't had a message in days. Anybody out
&gt; &gt; there?
&gt;
&gt; No.
&gt;
&gt; --
&gt;
&gt; 73 de Brian, WB6RQN
&gt; Brian Lloyd - brian HYPHEN wb6rqn AT lloyd DOT com
&gt;

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

[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/

Sunday, May 25, 2008

Re: [oopic] Re: where is everybody!

On May 25, 2008, at 4:41 AM, Mike Martin wrote:

> Well I'm always here but I'm lurking and learning - I don't usually
> have anything to post because I don't know very much (and pulling my
> hair out lately over simple things - like why I can't make a simple
> LED / SWITCH toggle work, grrr...)

With the exception of the event code not working (we are pushing the
end of May here folks), I haven't had any problems with the OOPic. I
have a Mark-III and an OObot-40-III board from Oricomtech. I have
never had any trouble interfacing simple I/O (switches and LEDs).

What seems to be the problem?

--

Brian Lloyd Granite Bay Montessori
brian AT gbmontessori DOT com 9330 Sierra College Blvd.
+1.916.367.2131 (voice) Roseville, CA 95661, USA

http://www.gbmontessori.com

I fly because it releases my mind from the tyranny of petty things . . .
— Antoine de Saint-Exupéry

PGP key ID: 12095C52A32A1B6C
PGP key fingerprint: 3B1D BA11 4913 3254 B6E0 CC09 1209 5C52 A32A 1B6C


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

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/

Re: [oopic] Re: where is everybody!

Well Mike since it's just you and I, tell me about it and I'll try to give you a hand. First what board are you working with and what version compiler are you using?
&nbsp;
Dave W.

--- On Sun, 5/25/08, Mike Martin &lt;xaviour2me@yahoo.com.au&gt; wrote:

From: Mike Martin &lt;xaviour2me@yahoo.com.au&gt;
Subject: [oopic] Re: where is everybody!
To: oopic@yahoogroups.com
Date: Sunday, May 25, 2008, 11:41 AM


Well I'm always here but I'm lurking and learning - I don't usually
have anything to post because I don't know very much (and pulling my
hair out lately over simple things - like why I can't make a simple
LED / SWITCH toggle work, grrr...)

Mike M.

--- In oopic@yahoogroups. com, Brian Lloyd &lt;brian-wb6rqn@ ...&gt; wrote:
&gt;
&gt;
&gt; On May 24, 2008, at 12:31 PM, bimityedye wrote:
&gt;
&gt; &gt; Hey where is everybody? Haven't had a message in days. Anybody out
&gt; &gt; there?
&gt;
&gt; No.
&gt;
&gt; --
&gt;
&gt; 73 de Brian, WB6RQN
&gt; Brian Lloyd - brian HYPHEN wb6rqn AT lloyd DOT com
&gt;


[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/

[oopic] Re: where is everybody!

Well I'm always here but I'm lurking and learning - I don't usually
have anything to post because I don't know very much (and pulling my
hair out lately over simple things - like why I can't make a simple
LED / SWITCH toggle work, grrr...)

Mike M.

--- In oopic@yahoogroups.com, Brian Lloyd <brian-wb6rqn@...> wrote:
>
>
> On May 24, 2008, at 12:31 PM, bimityedye wrote:
>
> > Hey where is everybody? Haven't had a message in days. Anybody out
> > there?
>
> No.
>
> --
>
> 73 de Brian, WB6RQN
> Brian Lloyd - brian HYPHEN wb6rqn AT lloyd DOT 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/

Saturday, May 24, 2008

Re: [oopic] where is everybody!

On May 24, 2008, at 12:31 PM, bimityedye wrote:

> Hey where is everybody? Haven't had a message in days. Anybody out
> there?

No.

--

73 de Brian, WB6RQN
Brian Lloyd - brian HYPHEN wb6rqn AT lloyd DOT 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/

[oopic] where is everybody!

Hey where is everybody? Haven't had a message in days. Anybody out
there?

Dave W.


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

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/

Thursday, May 22, 2008

[oopic] OOPIC Prototyping Board

Hi Folks

Some years ago I bought an OOPIC Prototyping Board, some of you may
remember those. Is this board still available, and if some were the
hole size problems ever corrected? I'd like to get one or two more but
can't seem to locate any!

Dave W.


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

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/

Wednesday, May 21, 2008

[oopic] Re: Strings & Manipulation

Hello, thanks for your replies!

I managed to get it working for the first number only. The incoming
serial data looks like this:
"T 55
T 100
T 129" etc

Followed your advice and my code looks like below.
It's working perfectly. Now, the first number after the T is the x
position of the object being tracked, the second is confidence value
of the tracking (number of pixels or something).

I'll work on getting the second number later today, shouldn't be a
problem now that I got the first.


Do
LCD.Clear
LCD.Locate(0,0)
LCD.VString = Str$(xpos)
Delay = 300
Loop

End Sub


Sub serialReceive_Event_Code()

While(cmu.Received = cvTrue)
rxBuff.Value=cmu.Value

If rxBuff.Value = 13
processPacket()

rxBuff.Location=0
Else
rxBuff.Location = rxBuff.Location + 1
EndIf
Wend
End Sub

Sub processPacket()

rxBuff.Location = 2
c1 = rxBuff.Value
rxBuff.Location = 3
If (rxBuff.Value = 13)
a = 1

Else
c2 = rxBuff.Value

a=2
EndIf

If (a!=1)
rxBuff.Location = 4
If (rxBuff.Value = 13)
a = 2
Else
c3 = rxBuff.Value
a = 3
EndIf

EndIf
Delay = 300

c1 = c1 - 48
Select Case a
Case 1
xpos = c1

Case 2
c2 = c2 - 48
xpos = 10*c1 + c2
Case 3
c2 = c2 - 48
c3 = c3 - 48
xpos = 100*c1 + 10*c2 + c3
End Select

End Sub


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

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/

Tuesday, May 20, 2008

[oopic] Re: Strings & Manipulation

--- In oopic@yahoogroups.com, "tinslwc" <tinslwc@...> wrote:
>
> Since you already have the information in the buffer, you need to
> examine each digit and add them together with the correct
multiplier.
> You might have to get fancy to determine the number of digits. To
get
> the digit from ASCII to decimal, simply subtract 48 from the value
and
> there you go. Now start right to left and add the Right*(10^0) +
> (Right-1)*10^1 + (Right-2)*(10^2)... Until you get to the left
digit.
> One possible method would be to find the space and then work
backwards
> from there adding the digit and the multiplier. If you need some
help
> with the code, let me know and I will try to help you.
>
>

Yes, you are going to have to do this the hard way. When you read
the 'T', you know to expect 2 numbers potentially starting with a
space (between T and the first number) ending in a space or some
combination of CR or LF.

So, when you detect the 'T', set both variables to 0. Now, as you
read the first digit, multiply the first variable by 10 and add in
the new digit (calculated as the ASCII val - '0'). Keep going, digit
by digit, until you encounter a space. Now start converting the
second number in the same manner until you get a space, CR or LF. In
fact, you should terminate conversion when you detect a non-digit,
regardless of what it is.

This should not require a buffer if you can act quickly enough on the
incoming chars. If not, go ahead an put the chars in a buffer and
work through the buffer from left to right as indicated above.

Richard

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

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/

[oopic] Re: Strings & Manipulation

Since you already have the information in the buffer, you need to
examine each digit and add them together with the correct multiplier.
You might have to get fancy to determine the number of digits. To get
the digit from ASCII to decimal, simply subtract 48 from the value and
there you go. Now start right to left and add the Right*(10^0) +
(Right-1)*10^1 + (Right-2)*(10^2)... Until you get to the left digit.
One possible method would be to find the space and then work backwards
from there adding the digit and the multiplier. If you need some help
with the code, let me know and I will try to help you.


--- In oopic@yahoogroups.com, "teh_gamr" <ashraf.hammoud@...> wrote:
>
> Hello all,
>
> I've got a CMUcam tracking an object connected serially to an oopic.
> The camera returns packets of type:
> "T 125 52" where 125 and 52 are examples of the numbers I need,
> followed by carriage return (ASCII 13).
>
> What I need to do is take those two numbers and convert them from
> ASCII to decimal or whatnot.
>
> I can assign the number to an oBuffer object, but it's still in ASCII.
> What to do next?
>
> Thanks,
>

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

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/

Monday, May 19, 2008

[oopic] Strings & Manipulation

Hello all,

I've got a CMUcam tracking an object connected serially to an oopic.
The camera returns packets of type:
"T 125 52" where 125 and 52 are examples of the numbers I need,
followed by carriage return (ASCII 13).

What I need to do is take those two numbers and convert them from
ASCII to decimal or whatnot.

I can assign the number to an oBuffer object, but it's still in ASCII.
What to do next?

Thanks,


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

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/

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/

[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

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

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/

Monday, May 12, 2008

[oopic] Configuring i pocket 232

Could anybody help me to how to configure the ipocket 232 ? TQ


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

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/

[oopic] Re: ooPIC-R - using All A2D pins?

--- In oopic@yahoogroups.com, "design.wonk" <design.wonk@...> wrote:
>
> The ooPIC-R has 7 analog pins, but the three are tied up with the LEDs
> and switches. Is there a simple way to gain access to pins 5,6 and 7
> for analog input?
>
> thanks
>

Unsolder the LEDs or the dropping resistors in front of the LEDs or
both. You might also consider unsoldering the resistors headed toward
the push buttons.

Richard

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

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/

[oopic] ooPIC-R - using All A2D pins?

The ooPIC-R has 7 analog pins, but the three are tied up with the LEDs
and switches. Is there a simple way to gain access to pins 5,6 and 7
for analog input?

thanks


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

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/

[oopic] Re: ooPIC book available in PDF now!

Excellent!

thank you

--- In oopic@yahoogroups.com, ooPIC Tech Support <dennis.clark@...> wrote:
>
> All,
>
> I have gotten the copyright assigned back to me from McGraw-Hill and
> can now make the ooPIC book available in PDF format. So, if there is
> interest, I'll have the PDF and source code, etc. available on
CD-ROM or
> downloadable soon for a much more moderate price than the "collectible"
> prices that have appeared on the 'net.
>
> DLC
>
> --
> ------------------------------------------------------
> 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/

[oopic] ooPIC book available in PDF now!

All,

I have gotten the copyright assigned back to me from McGraw-Hill and
can now make the ooPIC book available in PDF format. So, if there is
interest, I'll have the PDF and source code, etc. available on CD-ROM or
downloadable soon for a much more moderate price than the "collectible"
prices that have appeared on the 'net.

DLC

--
------------------------------------------------------
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/

Sunday, May 11, 2008

[oopic] Re: Vista

I never found a way for it to work. I ended up just installing VMWare
Workstation and running Windows XP in a virtual machine. There's some
free Virtual Machine programs out there, you could try one of them...
I think Microsoft offers one for free. Try looking on their website.


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

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/

[oopic] Vista

I still can't get the damn ooPIC to work with vista

I read the other posts and even did that thing with unregistering an
.ocx . Still doesn't work

Anyone know of a way to get it to work , maybe an XP emulator or
something. Or has anyone got it to work on linux?

Thanks,
Eric


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

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/

[oopic] Re: OOPic B.2.2+'s

I make my own boards with RS232 using a ST232ACN which works great.
But I also have some other hardware on board for ethernet
communications. I use a Multiplexer to use one serial port with
several devices (RS232, RS485/422, as well as the TTL version). The
problem with the C's is that some of the code to setup the external
devices (mainly the Ethernet/IP co-processor) is not running
correctly or at all. That code works great on the B versions so I
will probably order some of those from below for $28 and it comes
with an EEPROM as well.

--- In oopic@yahoogroups.com, "rtstofer" <rstofer@...> wrote:
>
> --- In oopic@yahoogroups.com, "tinslwc" <tinslwc@> wrote:
> >
> > Are there any places that carry this firmware version for less
than
> > $29.99? That is what Savage is selling the C's for. I am having
> > problems with the C's. Some code (excluding events, I can work
around
> > those) will work fine on the B's but not on the C's. I cannot
figure
> > it out so I just want to replace my C's with B's.
> >
>
> In the 40 pin DIP version, you might get some here:
> http://www.junun.org/MarkIII/Info.jsp?item=29 or a controller (kit)
> here: http://www.junun.org/MarkIII/Info.jsp?item=28
>
> One nice thing about the Mark III controller is that it uses a real
> RS232 level shifter. The 40 pin header is compatible with the
OOPic S
> board.
>
> Richard
>

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

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/

Thursday, May 8, 2008

[oopic] Re: OOPic B.2.2+'s

--- In oopic@yahoogroups.com, "tinslwc" <tinslwc@...> wrote:
>
> Are there any places that carry this firmware version for less than
> $29.99? That is what Savage is selling the C's for. I am having
> problems with the C's. Some code (excluding events, I can work around
> those) will work fine on the B's but not on the C's. I cannot figure
> it out so I just want to replace my C's with B's.
>

In the 40 pin DIP version, you might get some here:
http://www.junun.org/MarkIII/Info.jsp?item=29 or a controller (kit)
here: http://www.junun.org/MarkIII/Info.jsp?item=28

One nice thing about the Mark III controller is that it uses a real
RS232 level shifter. The 40 pin header is compatible with the OOPic S
board.

Richard

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

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/

RE: [oopic] Re: ABOUT oopic sensors ..

Thanks ALOT


To: oopic@yahoogroups.comFrom: oric_dan@yahoo.comDate: Thu, 8 May 2008 01:27:20 +0000Subject: [oopic] Re: ABOUT oopic sensors ..


--- In oopic@yahoogroups.com, "bOSh &*_*& bOSh ." <my_paSsiBle_AppLe@...> wrote:>Figaro has a number of different gas sensors, which are easy to interface to, and I believe some are more general while others are for specific gases ....http://www.google.com/custom?q=figaro+sensors> > Hi all ..> > im building my own robot using (OOBoard) oopic B2.2+ , and i need a gas sensor .. to check if there's any gas in the place of the robot.. (not air or smoke) ??> > i search about this,but all i found was a fixed gas sensor like CO or H2O2 ...> but what i need is only checking if there's a gas'sor not, and not depending on the kind of the gas..> > hope u help me plz..> thanks> > > > __________________________________________________________> News, entertainment and everything you care about at Live.com. Get it now!> http://www.live.com/getstarted.aspx> > [Non-text portions of this message have been removed]>


_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE

[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/

[oopic] OOPic B.2.2+'s

Are there any places that carry this firmware version for less than
$29.99? That is what Savage is selling the C's for. I am having
problems with the C's. Some code (excluding events, I can work around
those) will work fine on the B's but not on the C's. I cannot figure
it out so I just want to replace my C's with B's.


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

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/

[oopic] May Madness Sale on ooPICs

For one week only ooPICs are on sale:

* ooPIC-R Regular Price: 79.00...
* ooPIC-C Regular Price: 59.00...
* ooPIC-S Regular Price: 59.00...

...Buyer's choice.... only $49.00

New item:

Build-your-own-ooPIC
Includes all you need to build an ooPIC III
! including the programming cable !
Only $29.00

For more information see our website

http://www.oopic.com <http://www.oopic.com>

Act now, quantities are limited. Offer only good at factory direct
outlet. All sales final.

[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/

Wednesday, May 7, 2008

Re: [oopic] Re: Convert array of Bits to Byte

Why do you think it will be faster?

At 10:10 AM 5/7/2008, tuandung248 wrote:
>if you want it faster:
>
>dim v as oByte
>v = bit1;
>v.Lshift(1);
>v = v Or bit2;
>v.Lshift(1);
>v = v Or bit3;
>
>--- In oopic@yahoogroups.com, "design.wonk" <design.wonk@...> wrote:
> >
> > Wow, that was so logical. I guess that I was thinking that it had to
> > be more complicated.
> >
> > thanks
> >
> >
> >
> > --- In oopic@yahoogroups.com, Andrew Porrett <slicerwizard@> wrote:
> > >
> > > v = bit1 * 4 + bit2 * 2 + bit3 ?

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

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/

[oopic] Re: where's the parallel cable?

--- In oopic@yahoogroups.com, ooPIC Tech Support <dennis.clark@...>
wrote:

Well Guys, I'm glad to say I got my programming problem solved! I
ended up buying a special cable from Superdroid Robots specificaly
made for serial port to OOPIC 'S' board. It's called a Type 2.
http://www.superdroidrobots.com/product_info/RS232_TTL_Cables_09_19_06
.pdf
Seems to do the job. I'm a happy camper!

Dave W

>
> Yes,
>
> There are quite a few places where you can get serial converters
and
> use your S boards with a serial cable if you have B2.2+ or better
chips
> in them.
>
> www.polulu.com
> www.acroname.com
> www.junun.com
>
> are just a few.
>
> DLC
>
> bimityedye wrote:
> > --- In oopic@yahoogroups.com, ooPIC Tech Support <dennis.clark@>
> > wrote:
> > Thanks guys that was helpful! Here's the story!
> > Before I went to the forum for advice, I was getting a dialog box
> > that said "Internal error in PortInp of I2CFuncs" and the the
> > comliler would lock-up and I would have to resort to Task Manager
to
> > end the program. Now that dialog box has been replaced with one
that
> > sez' just 'Parallel port not found' and even though I manually
tell
> > the IDE what port to use, still no-go. Can I some how use my
serial
> > cable to program the 'S' boards? Maybe some sort of converter
cable
> > to put between the serial cable and the 'S' board's programming
port?
> > I hate to think I just blew $140 for nothing! Any help would be
> > appreciated.
> >
> > Dave W.
> >
> >> You WILL need to run port95nt.exe first.
> >>
> >> DLC
> >>
> >> tinslwc wrote:
> >>
> >>> You might need to run the port95nt.exe program from the oopic
> >>>
> > download
> >
> >>> page. It is listed under the Windows 2000, XP install
> >>>
> > instructions for
> >
> >>> compiler version 5. Using the serial cable to program does not
> >>>
> > require
> >
> >>> this file but the parrallel port does.
> >>>
> >>> --- In oopic@yahoogroups.com, "bimityedye" <bimityedye@> wrote:
> >>>
> >>>
> >>>> Just received two new 'S' boards today, Ver III+ w/ C1+ but my
> >>>>
> > trusty
> >
> >>>> Ver 6.1.1 compiler, so dependable with my serial 'R' boards
> >>>>
> > cannot
> >
> >>>>
> >>>>
> >>> now
> >>>
> >>>
> >>>> find the parallel cable for my 'S' boards. I've had the
compiler
> >>>>
> >>>>
> >>> search
> >>>
> >>>
> >>>> for the cable and I've preselected the port but still the same
> >>>>
> >>>>
> >>> problem
> >>>
> >>>
> >>>> with the starter pack cable. Any ideas? Without that cable
what
> >>>>
> > can I
> >
> >>>> do?
> >>>>
> >>>>
> >>>>
> >>>
> >>> ------------------------------------
> >>>
> >>> Yahoo! Groups Links
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >> --
> >> ------------------------------------------------------
> >> Dennis Clark ooPIC Tech Support
> >> www.oopic.com
> >> ------------------------------------------------------
> >>
> >>
> >
> >
> >
> > ------------------------------------
> >
> > 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/

[oopic] Re: ABOUT oopic sensors ..

--- In oopic@yahoogroups.com, "bOSh &*_*& bOSh ."
<my_paSsiBle_AppLe@...> wrote:
>


Figaro has a number of different gas sensors, which are easy to
interface to, and I believe some are more general while others are
for specific gases ....

http://www.google.com/custom?q=figaro+sensors


>
> Hi all ..
>
> im building my own robot using (OOBoard) oopic B2.2+ , and i need a
gas sensor .. to check if there's any gas in the place of the
robot.. (not air or smoke) ??
>
> i search about this,but all i found was a fixed gas sensor like CO
or H2O2 ...
> but what i need is only checking if there's a gas'sor not, and not
depending on the kind of the gas..
>
> hope u help me plz..
> thanks
>
>
>
> _________________________________________________________________
> News, entertainment and everything you care about at Live.com. Get
it now!
> http://www.live.com/getstarted.aspx
>
> [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/

[oopic] Re: ABOUT oopic sensors ..

--- In oopic@yahoogroups.com, "bOSh &*_*& bOSh ."
<my_paSsiBle_AppLe@...> wrote:
>


Figaro has a number of different gas sensors, which are easy to
interface to, and I believe some are more general while others are
for specific gases ....

http://www.google.com/custom?q=figaro+sensors


>
> Hi all ..
>
> im building my own robot using (OOBoard) oopic B2.2+ , and i need a
gas sensor .. to check if there's any gas in the place of the
robot.. (not air or smoke) ??
>
> i search about this,but all i found was a fixed gas sensor like CO
or H2O2 ...
> but what i need is only checking if there's a gas'sor not, and not
depending on the kind of the gas..
>
> hope u help me plz..
> thanks
>
>
>
> _________________________________________________________________
> News, entertainment and everything you care about at Live.com. Get
it now!
> http://www.live.com/getstarted.aspx
>
> [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/

[oopic] ABOUT oopic sensors ..

Hi all ..

im building my own robot using (OOBoard) oopic B2.2+ , and i need a gas sensor .. to check if there's any gas in the place of the robot.. (not air or smoke) ??

i search about this,but all i found was a fixed gas sensor like CO or H2O2 ...
but what i need is only checking if there's a gas'sor not, and not depending on the kind of the gas..

hope u help me plz..
thanks



_________________________________________________________________
News, entertainment and everything you care about at Live.com. Get it now!
http://www.live.com/getstarted.aspx

[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/

[oopic] Re: Trouble connecting to OOPic-R via serial cable

I've since tried several things, including resetting the EEPROM and
reinstalling the IDE, and now its working. Not sure what the original
problem was (but now its working on Comm 3 as defined by the IDE).
Thanks for your help everyone.

Dana

--- In oopic@yahoogroups.com, ooPIC Technical Support
<dennis.clark@...> wrote:
>
> Hmm, I'm no Windows expert, but if it says that something has the COM
> port open then I'd start looking at a driver. Do you have any other
> devices that hook up to the serial port in your configuration? Even if
> they aren't being used right now?
>
> DLC
>
> dhaukoos wrote:
> > No Hyperterm or similar running. Not sure the best way to check what
> > else might have the serial port open, so I logged out and back in
> > again, and then only started the OOPic IDE. When I tried the same
> > sequence, I got the same error message. How can I explicitly query to
> > find out what might have it open (if it really is)? Should I try
> > restarting the PC instead of just loggin out?
> >
> > Dana
> >
> > --- In oopic@yahoogroups.com, ooPIC Technical Support
> > <dennis.clark@> wrote:
> >
> >>Look for what else has that serial port open. Only one device at a
> >
> > time
> >
> >>can. Do you have a Hyperterm or similar running?
> >>
> >>DLC
> >>
> >>dhaukoos wrote:
> >>
> >>>--- In oopic@yahoogroups.com, "rtstofer" <rstofer@> wrote:
> >>>
> >>>
> >>>>--- In oopic@yahoogroups.com, "dhaukoos" <dhaukoos@> wrote:
> >>>>
> >>>>
> >>>>>I am attempting to connect my PC to my OOPic-R for the first
> >
> > time, and
> >
> >>>>>I have a problem. From the OOPic IDE, I am getting the following
> >
> > error
> >
> >>>>>message, "Cannot find a serial cable connected to an ooPIC", when I
> >>>>>press the button labeled 'Find Serial Cable' under Tools->Cable
> >>>>>Configuration.
> >>>>
> >>>>Finding a serial cable doesn't always work. Just TELL the IDE where
> >>>>to look. If you have the cable on COM1, specify it.
> >>>>
> >>>>Richard
> >>>>
> >>>
> >>>
> >>>Thanks for your response. I have tried specifying Comm 1 via the
radio
> >>>button selection. When I subsequently try to make and download (via
> >>>the F5 key) the simple example from chap. 2 of the programmer's guide
> >>>(Your first OOpic application), I get this message: "Error opening
> >>>Comm 1, Port already open".
> >>>
> >>>Not sure what to try next. Any other thoughts?
> >>>
> >>>Dana
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>------------------------------------
> >>>
> >>>Yahoo! Groups Links
> >>>
> >>>
> >>>
> >>>
> >>>
> >>
> >>--
> >>===================================================
> >>Dennis Clark ooPIC Technical Support
> >>===================================================
> >>
> >
> >
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
> --
> ===================================================
> Dennis Clark ooPIC Technical Support
> ===================================================
>

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

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/

[oopic] Re: Convert array of Bits to Byte

Yes,

That is the way that I had seen it done before - but I couldn't
remember exactly how it was done.

thanks


--- In oopic@yahoogroups.com, "tuandung248" <trungtuandung@...> wrote:
>
> if you want it faster:
>
> dim v as oByte
> v = bit1;
> v.Lshift(1);
> v = v Or bit2;
> v.Lshift(1);
> v = v Or bit3;
>
> --- In oopic@yahoogroups.com, "design.wonk" <design.wonk@> wrote:
> >
> > Wow, that was so logical. I guess that I was thinking that it had to
> > be more complicated.
> >
> > thanks
> >
> >
> >
> > --- In oopic@yahoogroups.com, Andrew Porrett <slicerwizard@> wrote:
> > >
> > > v = bit1 * 4 + bit2 * 2 + bit3 ?
> > >
> > > At 11:42 PM 5/6/2008, design.wonk wrote:
> > > >I have an array of three bits (based on an object being in
range on a
> > > >combination of three IR sensors). Is there a graceful way to
convert
> > > >this 3-bit array to a single byte value? I have written a function
> > > >that returns a value of 0 to 7 based on the status of the bits
in the
> > > >array, but it uses a long and awkward series of If Then Else
looping.
> > > > I was wondering if there is a simpler way to do this with version
> > 6.1.
> > > >
> > > >thanks
> > >
> >
>

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

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/

[oopic] Re: Convert array of Bits to Byte

if you want it faster:

dim v as oByte
v = bit1;
v.Lshift(1);
v = v Or bit2;
v.Lshift(1);
v = v Or bit3;

--- In oopic@yahoogroups.com, "design.wonk" <design.wonk@...> wrote:
>
> Wow, that was so logical. I guess that I was thinking that it had to
> be more complicated.
>
> thanks
>
>
>
> --- In oopic@yahoogroups.com, Andrew Porrett <slicerwizard@> wrote:
> >
> > v = bit1 * 4 + bit2 * 2 + bit3 ?
> >
> > At 11:42 PM 5/6/2008, design.wonk wrote:
> > >I have an array of three bits (based on an object being in range on a
> > >combination of three IR sensors). Is there a graceful way to convert
> > >this 3-bit array to a single byte value? I have written a function
> > >that returns a value of 0 to 7 based on the status of the bits in the
> > >array, but it uses a long and awkward series of If Then Else looping.
> > > I was wondering if there is a simpler way to do this with version
> 6.1.
> > >
> > >thanks
> >
>

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

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/

[oopic] Re: Convert array of Bits to Byte

Wow, that was so logical. I guess that I was thinking that it had to
be more complicated.

thanks

--- In oopic@yahoogroups.com, Andrew Porrett <slicerwizard@...> wrote:
>
> v = bit1 * 4 + bit2 * 2 + bit3 ?
>
> At 11:42 PM 5/6/2008, design.wonk wrote:
> >I have an array of three bits (based on an object being in range on a
> >combination of three IR sensors). Is there a graceful way to convert
> >this 3-bit array to a single byte value? I have written a function
> >that returns a value of 0 to 7 based on the status of the bits in the
> >array, but it uses a long and awkward series of If Then Else looping.
> > I was wondering if there is a simpler way to do this with version
6.1.
> >
> >thanks
>

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

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/

Tuesday, May 6, 2008

Re: [oopic] Convert array of Bits to Byte

v = bit1 * 4 + bit2 * 2 + bit3 ?

At 11:42 PM 5/6/2008, design.wonk wrote:
>I have an array of three bits (based on an object being in range on a
>combination of three IR sensors). Is there a graceful way to convert
>this 3-bit array to a single byte value? I have written a function
>that returns a value of 0 to 7 based on the status of the bits in the
>array, but it uses a long and awkward series of If Then Else looping.
> I was wondering if there is a simpler way to do this with version 6.1.
>
>thanks

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

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/

[oopic] Convert array of Bits to Byte

I have an array of three bits (based on an object being in range on a
combination of three IR sensors). Is there a graceful way to convert
this 3-bit array to a single byte value? I have written a function
that returns a value of 0 to 7 based on the status of the bits in the
array, but it uses a long and awkward series of If Then Else looping.
I was wondering if there is a simpler way to do this with version 6.1.

thanks


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

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/

Re: [oopic] Re: Trouble connecting to OOPic-R via serial cable

Hmm, I'm no Windows expert, but if it says that something has the COM
port open then I'd start looking at a driver. Do you have any other
devices that hook up to the serial port in your configuration? Even if
they aren't being used right now?

DLC

dhaukoos wrote:
> No Hyperterm or similar running. Not sure the best way to check what
> else might have the serial port open, so I logged out and back in
> again, and then only started the OOPic IDE. When I tried the same
> sequence, I got the same error message. How can I explicitly query to
> find out what might have it open (if it really is)? Should I try
> restarting the PC instead of just loggin out?
>
> Dana
>
> --- In oopic@yahoogroups.com, ooPIC Technical Support
> <dennis.clark@...> wrote:
>
>>Look for what else has that serial port open. Only one device at a
>
> time
>
>>can. Do you have a Hyperterm or similar running?
>>
>>DLC
>>
>>dhaukoos wrote:
>>
>>>--- In oopic@yahoogroups.com, "rtstofer" <rstofer@> wrote:
>>>
>>>
>>>>--- In oopic@yahoogroups.com, "dhaukoos" <dhaukoos@> wrote:
>>>>
>>>>
>>>>>I am attempting to connect my PC to my OOPic-R for the first
>
> time, and
>
>>>>>I have a problem. From the OOPic IDE, I am getting the following
>
> error
>
>>>>>message, "Cannot find a serial cable connected to an ooPIC", when I
>>>>>press the button labeled 'Find Serial Cable' under Tools->Cable
>>>>>Configuration.
>>>>
>>>>Finding a serial cable doesn't always work. Just TELL the IDE where
>>>>to look. If you have the cable on COM1, specify it.
>>>>
>>>>Richard
>>>>
>>>
>>>
>>>Thanks for your response. I have tried specifying Comm 1 via the radio
>>>button selection. When I subsequently try to make and download (via
>>>the F5 key) the simple example from chap. 2 of the programmer's guide
>>>(Your first OOpic application), I get this message: "Error opening
>>>Comm 1, Port already open".
>>>
>>>Not sure what to try next. Any other thoughts?
>>>
>>>Dana
>>>
>>>
>>>
>>>
>>>
>>>------------------------------------
>>>
>>>Yahoo! Groups Links
>>>
>>>
>>>
>>>
>>>
>>
>>--
>>===================================================
>>Dennis Clark ooPIC Technical Support
>>===================================================
>>
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
>

--
===================================================
Dennis Clark ooPIC Technical Support
===================================================

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

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/

Re: [oopic] Re: Trouble connecting to OOPic-R via serial cable

Look for what else has that serial port open. Only one device at a time
can. Do you have a Hyperterm or similar running?

DLC

dhaukoos wrote:
> --- In oopic@yahoogroups.com, "rtstofer" <rstofer@...> wrote:
>
>>--- In oopic@yahoogroups.com, "dhaukoos" <dhaukoos@> wrote:
>>
>>>I am attempting to connect my PC to my OOPic-R for the first time, and
>>>I have a problem. From the OOPic IDE, I am getting the following error
>>>message, "Cannot find a serial cable connected to an ooPIC", when I
>>>press the button labeled 'Find Serial Cable' under Tools->Cable
>>>Configuration.
>>
>>Finding a serial cable doesn't always work. Just TELL the IDE where
>>to look. If you have the cable on COM1, specify it.
>>
>>Richard
>>
>
>
> Thanks for your response. I have tried specifying Comm 1 via the radio
> button selection. When I subsequently try to make and download (via
> the F5 key) the simple example from chap. 2 of the programmer's guide
> (Your first OOpic application), I get this message: "Error opening
> Comm 1, Port already open".
>
> Not sure what to try next. Any other thoughts?
>
> Dana
>
>
>
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>
>
>

--
===================================================
Dennis Clark ooPIC Technical Support
===================================================

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

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/

[oopic] Re: Trouble connecting to OOPic-R via serial cable

No Hyperterm or similar running. Not sure the best way to check what
else might have the serial port open, so I logged out and back in
again, and then only started the OOPic IDE. When I tried the same
sequence, I got the same error message. How can I explicitly query to
find out what might have it open (if it really is)? Should I try
restarting the PC instead of just loggin out?

Dana

--- In oopic@yahoogroups.com, ooPIC Technical Support
<dennis.clark@...> wrote:
>
> Look for what else has that serial port open. Only one device at a
time
> can. Do you have a Hyperterm or similar running?
>
> DLC
>
> dhaukoos wrote:
> > --- In oopic@yahoogroups.com, "rtstofer" <rstofer@> wrote:
> >
> >>--- In oopic@yahoogroups.com, "dhaukoos" <dhaukoos@> wrote:
> >>
> >>>I am attempting to connect my PC to my OOPic-R for the first
time, and
> >>>I have a problem. From the OOPic IDE, I am getting the following
error
> >>>message, "Cannot find a serial cable connected to an ooPIC", when I
> >>>press the button labeled 'Find Serial Cable' under Tools->Cable
> >>>Configuration.
> >>
> >>Finding a serial cable doesn't always work. Just TELL the IDE where
> >>to look. If you have the cable on COM1, specify it.
> >>
> >>Richard
> >>
> >
> >
> > Thanks for your response. I have tried specifying Comm 1 via the radio
> > button selection. When I subsequently try to make and download (via
> > the F5 key) the simple example from chap. 2 of the programmer's guide
> > (Your first OOpic application), I get this message: "Error opening
> > Comm 1, Port already open".
> >
> > Not sure what to try next. Any other thoughts?
> >
> > Dana
> >
> >
> >
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
> --
> ===================================================
> Dennis Clark ooPIC Technical Support
> ===================================================
>

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

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/

[oopic] Re: Trouble connecting to OOPic-R via serial cable

--- In oopic@yahoogroups.com, "rtstofer" <rstofer@...> wrote:
>
> --- In oopic@yahoogroups.com, "dhaukoos" <dhaukoos@> wrote:
> >
> > I am attempting to connect my PC to my OOPic-R for the first time, and
> > I have a problem. From the OOPic IDE, I am getting the following error
> > message, "Cannot find a serial cable connected to an ooPIC", when I
> > press the button labeled 'Find Serial Cable' under Tools->Cable
> > Configuration.
>
> Finding a serial cable doesn't always work. Just TELL the IDE where
> to look. If you have the cable on COM1, specify it.
>
> Richard
>

Thanks for your response. I have tried specifying Comm 1 via the radio
button selection. When I subsequently try to make and download (via
the F5 key) the simple example from chap. 2 of the programmer's guide
(Your first OOpic application), I get this message: "Error opening
Comm 1, Port already open".

Not sure what to try next. Any other thoughts?

Dana

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

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/