bs2<-->rs232<-->PC serial
Archiver
Posts: 46,084
I'm attempting communication with bs2 stamp send
commands to Stamp bs2, have it receive it. act on it
and send back info back to the pc when done.Leaving it
in a variable.
I downloaded an experimental small term program of
Jon Williams Qterm.bas for rs232 pc to stamp
communications. When I use it I get buffer overflow
when it gets to the INPUT$ from stamp and no
communiction with the stamp. I changed the settings to
9600, No Parity, 8 bits, 1 stop,and to match in the
stamp
serin 16, 16468, 100, NONE, char
(branches to NONE: when not receiving.)
The serout in the stamp works with debug to the pc.
serout 16, 16468, 100, [noparse][[/noparse]"works"].
prints works to the screen.
Nothing else connected to com1 or com2, using com1,
can load and run to bs2
I also tried. bioscom() example in c programming
language , no works there either.
Any ideas????
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
commands to Stamp bs2, have it receive it. act on it
and send back info back to the pc when done.Leaving it
in a variable.
I downloaded an experimental small term program of
Jon Williams Qterm.bas for rs232 pc to stamp
communications. When I use it I get buffer overflow
when it gets to the INPUT$ from stamp and no
communiction with the stamp. I changed the settings to
9600, No Parity, 8 bits, 1 stop,and to match in the
stamp
serin 16, 16468, 100, NONE, char
(branches to NONE: when not receiving.)
The serout in the stamp works with debug to the pc.
serout 16, 16468, 100, [noparse][[/noparse]"works"].
prints works to the screen.
Nothing else connected to com1 or com2, using com1,
can load and run to bs2
I also tried. bioscom() example in c programming
language , no works there either.
Any ideas????
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
Comments
commands to Stamp bs2, have it receive it. act on it
and send back info back to the pc when done.Leaving it
in a variable.
I downloaded an experimental small term program of
Jon Williams Qterm.bas for rs232 pc to stamp
communications. When I use it I get buffer overflow
when it gets to the INPUT$ from stamp and no
communiction with the stamp. I changed the settings to
9600, No Parity, 8 bits, 1 stop,and to match in the
stamp
serin 16, 16468, 100, NONE, char
(branches to NONE: when not receiving.)
The serout in the stamp works with debug to the pc.
serout 16, 16468, 100, [noparse][[/noparse]"works"].
prints works to the screen.
Nothing else connected to com1 or com2, using com1,
can load and run to bs2
I also tried. bioscom() example in c programming
language , no works there either.
Any ideas????
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
0 to +5 volts. RS232 uses 0 to +12 volts, and is mostly used for
communicating longer distances. Try using TTL in you terminal program. you
would need some kind of IC to convert from TTL to RS232 if your program
can't run TTL (TTY). Don't you have HyperTERMINAL in your Windows
Accessories folder? It should work fine in Win98.
Don
Original Message
From: "e d" <cansunshine2000@y...>
To: <basicstamps@yahoogroups.com>
Sent: Monday, May 06, 2002 11:00 PM
Subject: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC serial
> I'm attempting communication with bs2 stamp send
> commands to Stamp bs2, have it receive it. act on it
> and send back info back to the pc when done.Leaving it
> in a variable.
> I downloaded an experimental small term program of
> Jon Williams Qterm.bas for rs232 pc to stamp
> communications. When I use it I get buffer overflow
> when it gets to the INPUT$ from stamp and no
> communiction with the stamp. I changed the settings to
> 9600, No Parity, 8 bits, 1 stop,and to match in the
> stamp
> serin 16, 16468, 100, NONE, char
> (branches to NONE: when not receiving.)
>
> The serout in the stamp works with debug to the pc.
> serout 16, 16468, 100, [noparse][[/noparse]"works"].
> prints works to the screen.
> Nothing else connected to com1 or com2, using com1,
> can load and run to bs2
>
> I also tried. bioscom() example in c programming
> language , no works there either.
>
> Any ideas????
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and
Body of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
I have received your original message six time in the last 10 minutes, you
have something wrong with your
communications protocol. It is sending out multiple copies of you E-Mail to
everyone on the list. Fix this
problem first and then maybe we can help you with your original problem. I hate
deleting unnecessary messages all
the time.
Thank You !!
Dale Fleischmann
e d wrote:
> I'm attempting communication with bs2 stamp send
> commands to Stamp bs2, have it receive it. act on it
> and send back info back to the pc when done.Leaving it
> in a variable.
> I downloaded an experimental small term program of
> Jon Williams Qterm.bas for rs232 pc to stamp
> communications. When I use it I get buffer overflow
> when it gets to the INPUT$ from stamp and no
> communiction with the stamp. I changed the settings to
> 9600, No Parity, 8 bits, 1 stop,and to match in the
> stamp
> serin 16, 16468, 100, NONE, char
> (branches to NONE: when not receiving.)
>
> The serout in the stamp works with debug to the pc.
> serout 16, 16468, 100, [noparse][[/noparse]"works"].
> prints works to the screen.
> Nothing else connected to com1 or com2, using com1,
> can load and run to bs2
>
> I also tried. bioscom() example in c programming
> language , no works there either.
>
> Any ideas????
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and Body
of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
checked it didn't seem like it sent. So I sent it
again and again. My own error. I wanted to make sure
it was sent before I signed off.
--- Dale Fleischmann <fleidale@c...> wrote:
> Hello Ed;
>
> I have received your original message six time
> in the last 10 minutes, you have something wrong
> with your
> communications protocol. It is sending out multiple
> copies of you E-Mail to everyone on the list. Fix
> this
> problem first and then maybe we can help you with
> your original problem. I hate deleting unnecessary
> messages all
> the time.
>
> Thank You !!
> Dale Fleischmann
>
> e d wrote:
>
> > I'm attempting communication with bs2 stamp send
> > commands to Stamp bs2, have it receive it. act on
> it
> > and send back info back to the pc when
> done.Leaving it
> > in a variable.
> > I downloaded an experimental small term program
> of
> > Jon Williams Qterm.bas for rs232 pc to
> stamp
> > communications. When I use it I get buffer
> overflow
> > when it gets to the INPUT$ from stamp and no
> > communiction with the stamp. I changed the
> settings to
> > 9600, No Parity, 8 bits, 1 stop,and to match in
> the
> > stamp
> > serin 16, 16468, 100, NONE, char
> > (branches to NONE: when not receiving.)
> >
> > The serout in the stamp works with debug to the
> pc.
> > serout 16, 16468, 100, [noparse][[/noparse]"works"].
> > prints works to the screen.
> > Nothing else connected to com1 or com2, using
> com1,
> > can load and run to bs2
> >
> > I also tried. bioscom() example in c programming
> > language , no works there either.
> >
> > Any ideas????
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Health - your guide to health and wellness
> > http://health.yahoo.com
> >
> > To UNSUBSCRIBE, just send mail to:
> > basicstamps-unsubscribe@yahoogroups.com
> > from the same email address that you subscribed.
> Text in the Subject and Body of the message will be
> ignored.
> >
> >
> > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed.
> Text in the Subject and Body of the message will be
> ignored.
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
with stamp debug,download program and run, and with
debug receiving the info. And works fine with
HyperTERMINAL receiving output. The stamp manual says
it can serout and serin, this way too.
--- Don <renegade.engineer@v...> wrote:
> You should be using TTL (TTY), not Rs232. The
> stamp runs on TTL voltage
> 0 to +5 volts. RS232 uses 0 to +12 volts, and is
> mostly used for
> communicating longer distances. Try using TTL in
> you terminal program. you
> would need some kind of IC to convert from TTL to
> RS232 if your program
> can't run TTL (TTY). Don't you have HyperTERMINAL
> in your Windows
> Accessories folder? It should work fine in Win98.
> Don
>
Original Message
> From: "e d" <cansunshine2000@y...>
> To: <basicstamps@yahoogroups.com>
> Sent: Monday, May 06, 2002 11:00 PM
> Subject: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC serial
>
>
> > I'm attempting communication with bs2 stamp send
> > commands to Stamp bs2, have it receive it. act on
> it
> > and send back info back to the pc when
> done.Leaving it
> > in a variable.
> > I downloaded an experimental small term program
> of
> > Jon Williams Qterm.bas for rs232 pc to
> stamp
> > communications. When I use it I get buffer
> overflow
> > when it gets to the INPUT$ from stamp and no
> > communiction with the stamp. I changed the
> settings to
> > 9600, No Parity, 8 bits, 1 stop,and to match in
> the
> > stamp
> > serin 16, 16468, 100, NONE, char
> > (branches to NONE: when not receiving.)
> >
> > The serout in the stamp works with debug to the
> pc.
> > serout 16, 16468, 100, [noparse][[/noparse]"works"].
> > prints works to the screen.
> > Nothing else connected to com1 or com2, using
> com1,
> > can load and run to bs2
> >
> > I also tried. bioscom() example in c programming
> > language , no works there either.
> >
> > Any ideas????
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Health - your guide to health and wellness
> > http://health.yahoo.com
> >
> > To UNSUBSCRIBE, just send mail to:
> > basicstamps-unsubscribe@yahoogroups.com
> > from the same email address that you subscribed.
> Text in the Subject and
> Body of the message will be ignored.
> >
> >
> > Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
> >
> >
> >
>
>
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed.
> Text in the Subject and Body of the message will be
> ignored.
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
etc.) use
84 as the baud constant. Also, be sure to turn hardware handshaking on
the PC
software off. Be aware when using the debug port that every character
you send to
the Stamp is echoed back (not really echoed -- there is a short circuit
between
the input and output.
If you are using a BX2SX or BS2P the baud constant is different (240?).
Al Williams
AWC
* Easy RS-232 Prototyping
http://www.al-williams.com/awce/rs1.htm
>
Original Message
> From: e d [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=x5KIu8btDXMrMS8kcsvIgEcNrX1_IHxr3uIOVSQzbSkfbkEFBFjggpNVUwX94T2pAmR4BIe5TkMqJKbDhy-j2g]cansunshine2000@y...[/url
> Sent: Tuesday, May 07, 2002 10:58 AM
> To: basicstamps@yahoogroups.com
> Subject: Re: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC serial
>
>
> I'm using a stamp activity carrier board, works fine
> with stamp debug,download program and run, and with
> debug receiving the info. And works fine with
> HyperTERMINAL receiving output. The stamp manual says
> it can serout and serin, this way too.
>
> --- Don <renegade.engineer@v...> wrote:
> > You should be using TTL (TTY), not Rs232. The
> > stamp runs on TTL voltage
> > 0 to +5 volts. RS232 uses 0 to +12 volts, and is
> > mostly used for
> > communicating longer distances. Try using TTL in
> > you terminal program. you
> > would need some kind of IC to convert from TTL to
> > RS232 if your program
> > can't run TTL (TTY). Don't you have HyperTERMINAL
> > in your Windows
> > Accessories folder? It should work fine in Win98.
> > Don
> >
Original Message
> > From: "e d" <cansunshine2000@y...>
> > To: <basicstamps@yahoogroups.com>
> > Sent: Monday, May 06, 2002 11:00 PM
> > Subject: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC serial
> >
> >
> > > I'm attempting communication with bs2 stamp send
> > > commands to Stamp bs2, have it receive it. act on
> > it
> > > and send back info back to the pc when
> > done.Leaving it
> > > in a variable.
> > > I downloaded an experimental small term program
> > of
> > > Jon Williams Qterm.bas for rs232 pc to
> > stamp
> > > communications. When I use it I get buffer
> > overflow
> > > when it gets to the INPUT$ from stamp and no
> > > communiction with the stamp. I changed the
> > settings to
> > > 9600, No Parity, 8 bits, 1 stop,and to match in
> > the
> > > stamp
> > > serin 16, 16468, 100, NONE, char
> > > (branches to NONE: when not receiving.)
> > >
> > > The serout in the stamp works with debug to the
> > pc.
> > > serout 16, 16468, 100, [noparse][[/noparse]"works"].
> > > prints works to the screen.
> > > Nothing else connected to com1 or com2, using
> > com1,
> > > can load and run to bs2
> > >
> > > I also tried. bioscom() example in c programming language , no
> > > works there either.
> > >
> > > Any ideas????
> > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Health - your guide to health and wellness
> > > http://health.yahoo.com
> > >
> > > To UNSUBSCRIBE, just send mail to:
> > > basicstamps-unsubscribe@yahoogroups.com
> > > from the same email address that you subscribed.
> > Text in the Subject and
> > Body of the message will be ignored.
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > >
> > >
> > >
> >
> >
> >
> > To UNSUBSCRIBE, just send mail to:
> > basicstamps-unsubscribe@yahoogroups.com
> > from the same email address that you subscribed.
> > Text in the Subject and Body of the message will be ignored.
> >
> >
> > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
To UNSUBSCRIBE, just send mail to:
basicstamps-unsubscribe@yahoogroups.com
from the same email address that you subscribed. Text in the Subject
and Body of the message will be ignored.
Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
connected to 3 different terminal progs in the HyperTERM family. I found
that the results were consistent only when I set the term prog for TTY
emulation.
I'm assuming based on your previous notes that you are still having
difficulty receiving from the Term prog via the Serin command. Try taking
the timeout parameters out of your Serin command. This will force the BS to
wait for your input. Then see what happens when you type in the data or
characters. Remember there can also be issues depending on how you have
formatted the input data in your Serin command line.
Don
Original Message
From: "e d" <cansunshine2000@y...>
To: <basicstamps@yahoogroups.com>
Sent: Tuesday, May 07, 2002 8:57 AM
Subject: Re: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC serial
> I'm using a stamp activity carrier board, works fine
> with stamp debug,download program and run, and with
> debug receiving the info. And works fine with
> HyperTERMINAL receiving output. The stamp manual says
> it can serout and serin, this way too.
>
> --- Don <renegade.engineer@v...> wrote:
> > You should be using TTL (TTY), not Rs232. The
> > stamp runs on TTL voltage
> > 0 to +5 volts. RS232 uses 0 to +12 volts, and is
> > mostly used for
> > communicating longer distances. Try using TTL in
> > you terminal program. you
> > would need some kind of IC to convert from TTL to
> > RS232 if your program
> > can't run TTL (TTY). Don't you have HyperTERMINAL
> > in your Windows
> > Accessories folder? It should work fine in Win98.
> > Don
> >
Original Message
> > From: "e d" <cansunshine2000@y...>
> > To: <basicstamps@yahoogroups.com>
> > Sent: Monday, May 06, 2002 11:00 PM
> > Subject: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC serial
> >
> >
> > > I'm attempting communication with bs2 stamp send
> > > commands to Stamp bs2, have it receive it. act on
> > it
> > > and send back info back to the pc when
> > done.Leaving it
> > > in a variable.
> > > I downloaded an experimental small term program
> > of
> > > Jon Williams Qterm.bas for rs232 pc to
> > stamp
> > > communications. When I use it I get buffer
> > overflow
> > > when it gets to the INPUT$ from stamp and no
> > > communiction with the stamp. I changed the
> > settings to
> > > 9600, No Parity, 8 bits, 1 stop,and to match in
> > the
> > > stamp
> > > serin 16, 16468, 100, NONE, char
> > > (branches to NONE: when not receiving.)
> > >
> > > The serout in the stamp works with debug to the
> > pc.
> > > serout 16, 16468, 100, [noparse][[/noparse]"works"].
> > > prints works to the screen.
> > > Nothing else connected to com1 or com2, using
> > com1,
> > > can load and run to bs2
> > >
> > > I also tried. bioscom() example in c programming
> > > language , no works there either.
> > >
> > > Any ideas????
> > >
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Yahoo! Health - your guide to health and wellness
> > > http://health.yahoo.com
> > >
> > > To UNSUBSCRIBE, just send mail to:
> > > basicstamps-unsubscribe@yahoogroups.com
> > > from the same email address that you subscribed.
> > Text in the Subject and
> > Body of the message will be ignored.
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> > >
> > >
> > >
> >
> >
> >
> > To UNSUBSCRIBE, just send mail to:
> > basicstamps-unsubscribe@yahoogroups.com
> > from the same email address that you subscribed.
> > Text in the Subject and Body of the message will be
> > ignored.
> >
> >
> > Your use of Yahoo! Groups is subject to
> > http://docs.yahoo.com/info/terms/
> >
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed. Text in the Subject and
Body of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
windows from parallax site and installed. I was using
old dos version stamp2, could only receive debug on
dos window but not send. New one is pretty forgiving
between the noninverted-- 84 -- and the inverted
--16468-- both works. can communicate both serin and
serout. Still need to find out how to get variables
into and out of stamp into a program running on the
computer in basic or C perhaps visual basic. But will
work on the ones I have at a later date. Thank you all
for your input. It was appreciated. I am using a true
Bs2.
--- Al Williams <alw@a...> wrote:
> If you are using the debug port and a "true" BS2
> (not a BS2SX, BS2P,
> etc.) use
> 84 as the baud constant. Also, be sure to turn
> hardware handshaking on
> the PC
> software off. Be aware when using the debug port
> that every character
> you send to
> the Stamp is echoed back (not really echoed -- there
> is a short circuit
> between
> the input and output.
>
> If you are using a BX2SX or BS2P the baud constant
> is different (240?).
>
> Al Williams
> AWC
> * Easy RS-232 Prototyping
> http://www.al-williams.com/awce/rs1.htm
>
>
>
> >
Original Message
> > From: e d [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=6U3i9gES7PhtTPvUZcoC0jwEumLYWZwL0cxzTsNdjMCElUq1M3xARgBMloWE0DUE5V10bnRmq5awWxZT5FlOBuIR_Eg]cansunshine2000@y...[/url
> > Sent: Tuesday, May 07, 2002 10:58 AM
> > To: basicstamps@yahoogroups.com
> > Subject: Re: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC
> serial
> >
> >
> > I'm using a stamp activity carrier board, works
> fine
> > with stamp debug,download program and run, and
> with
> > debug receiving the info. And works fine with
> > HyperTERMINAL receiving output. The stamp manual
> says
> > it can serout and serin, this way too.
> >
> > --- Don <renegade.engineer@v...> wrote:
> > > You should be using TTL (TTY), not Rs232.
> The
> > > stamp runs on TTL voltage
> > > 0 to +5 volts. RS232 uses 0 to +12 volts, and
> is
> > > mostly used for
> > > communicating longer distances. Try using TTL
> in
> > > you terminal program. you
> > > would need some kind of IC to convert from TTL
> to
> > > RS232 if your program
> > > can't run TTL (TTY). Don't you have
> HyperTERMINAL
> > > in your Windows
> > > Accessories folder? It should work fine in
> Win98.
> > > Don
> > >
Original Message
> > > From: "e d" <cansunshine2000@y...>
> > > To: <basicstamps@yahoogroups.com>
> > > Sent: Monday, May 06, 2002 11:00 PM
> > > Subject: [noparse][[/noparse]basicstamps] bs2<-->rs232<-->PC serial
> > >
> > >
> > > > I'm attempting communication with bs2 stamp
> send
> > > > commands to Stamp bs2, have it receive it. act
> on
> > > it
> > > > and send back info back to the pc when
> > > done.Leaving it
> > > > in a variable.
> > > > I downloaded an experimental small term
> program
> > > of
> > > > Jon Williams Qterm.bas for rs232 pc to
> > > stamp
> > > > communications. When I use it I get buffer
> > > overflow
> > > > when it gets to the INPUT$ from stamp and no
> > > > communiction with the stamp. I changed the
> > > settings to
> > > > 9600, No Parity, 8 bits, 1 stop,and to match
> in
> > > the
> > > > stamp
> > > > serin 16, 16468, 100, NONE, char
> > > > (branches to NONE: when not receiving.)
> > > >
> > > > The serout in the stamp works with debug to
> the
> > > pc.
> > > > serout 16, 16468, 100, [noparse][[/noparse]"works"].
> > > > prints works to the screen.
> > > > Nothing else connected to com1 or com2, using
> > > com1,
> > > > can load and run to bs2
> > > >
> > > > I also tried. bioscom() example in c
> programming language , no
> > > > works there either.
> > > >
> > > > Any ideas????
> > > >
> > > >
> > > >
> > > >
> __________________________________________________
> > > > Do You Yahoo!?
> > > > Yahoo! Health - your guide to health and
> wellness
> > > > http://health.yahoo.com
> > > >
> > > > To UNSUBSCRIBE, just send mail to:
> > > > basicstamps-unsubscribe@yahoogroups.com
> > > > from the same email address that you
> subscribed.
> > > Text in the Subject and
> > > Body of the message will be ignored.
> > > >
> > > >
> > > > Your use of Yahoo! Groups is subject to
> > > http://docs.yahoo.com/info/terms/
> > > >
> > > >
> > > >
> > >
> > >
> > >
> > > To UNSUBSCRIBE, just send mail to:
> > > basicstamps-unsubscribe@yahoogroups.com
> > > from the same email address that you subscribed.
> > > Text in the Subject and Body of the message will
> be ignored.
> > >
> > >
> > > Your use of Yahoo! Groups is subject to
> > > http://docs.yahoo.com/info/terms/
> > >
> > >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed.
> Text in the Subject
> and Body of the message will be ignored.
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
> To UNSUBSCRIBE, just send mail to:
> basicstamps-unsubscribe@yahoogroups.com
> from the same email address that you subscribed.
> Text in the Subject and Body of the message will be
> ignored.
>
>
> Your use of Yahoo! Groups is subject to
> http://docs.yahoo.com/info/terms/
>
>
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com