serin?
Archiver
Posts: 46,084
I have built and tested the serin & serout example in the help file.
Every thing check out. I tested my other device and it work like it
suppose to. However when i put the two together, they're not talking
correctly.
example: if i send out "A" which is the ascii 65. The Bs2p24
recieves (DEC) 252 or the "u" with 2 little dot above it
If i send "0" out, the stamp reads (Dec)0 or clear the debug screen
if not dec?
Thanks for any help offered.
tony
Every thing check out. I tested my other device and it work like it
suppose to. However when i put the two together, they're not talking
correctly.
example: if i send out "A" which is the ascii 65. The Bs2p24
recieves (DEC) 252 or the "u" with 2 little dot above it
If i send "0" out, the stamp reads (Dec)0 or clear the debug screen
if not dec?
Thanks for any help offered.
tony
Comments
usually the culprit.
-- Jon Williams
-- Applications Engineer, Parallax
-- Dallas Office
Original Message
From: dakota_99_64804 [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=v6KDxWStjNVn4J7PDLcf-JwXb-YeuMx57bd6cNfUrW7V88Jit4fl11o-eRE2g0xB1JgnZOI8W9rml6-jRvQdmQ]dakota_99_64804@y...[/url
Sent: Monday, June 28, 2004 4:27 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] serin?
I have built and tested the serin & serout example in the help file.
Every thing check out. I tested my other device and it work like it
suppose to. However when i put the two together, they're not talking
correctly.
example: if i send out "A" which is the ascii 65. The Bs2p24
recieves (DEC) 252 or the "u" with 2 little dot above it
If i send "0" out, the stamp reads (Dec)0 or clear the debug screen
if not dec?
Thanks for any help offered.
tony
the templete file and saw it should be 240 for bs2p.
thanks again,
Tony
--- Jon Williams <jwilliams@p...> wrote:
> Are you sure you have the baudmode parameters
> correct? -- this is
> usually the culprit.
>
> -- Jon Williams
> -- Applications Engineer, Parallax
> -- Dallas Office
>
>
>
Original Message
> From: dakota_99_64804
> [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=tgkmGh1hRqskpmIBp7tx0uZUfgr3IXQ6ErJLNSybcJBySMXPUsglcyjMCRtTYOO2TR9J65MG4KMS1YfvigtSqg4]dakota_99_64804@y...[/url
> Sent: Monday, June 28, 2004 4:27 PM
> To: basicstamps@yahoogroups.com
> Subject: [noparse][[/noparse]basicstamps] serin?
>
>
> I have built and tested the serin & serout example
> in the help file.
> Every thing check out. I tested my other device and
> it work like it
> suppose to. However when i put the two together,
> they're not talking
> correctly.
>
> example: if i send out "A" which is the ascii 65.
> The Bs2p24
> recieves (DEC) 252 or the "u" with 2 little dot
> above it
>
> If i send "0" out, the stamp reads (Dec)0 or clear
> the debug screen
> if not dec?
>
> Thanks for any help offered.
> tony
>
>
> 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.
>
> Yahoo! Groups Links
>
>
> basicstamps-unsubscribe@yahoogroups.com
>
>
>
>
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail
template includes the following section:
#SELECT $STAMP
#CASE BS2, BS2E, BS2PE
T1200 CON 813
T2400 CON 396
T4800 CON 188
T9600 CON 84
T19K2 CON 32
T38K4 CON 6
#CASE BS2SX, BS2P
T1200 CON 2063
T2400 CON 1021
T4800 CON 500
T9600 CON 240
T19K2 CON 110
T38K4 CON 45
#ENDSELECT
Inverted CON $4000
Open CON $8000
Baud CON T9600
A while back I uploaded a ZIP containing several files with useful
conditional-compilation constructs to make moving from one BASIC Stamp
module to another a bit easier. The file is called:
Conditional_Compilation_Examples.ZIP
-- of course, you will find it in the Files section.
http://groups.yahoo.com/group/basicstamps/files/
-- Jon Williams
-- Applications Engineer, Parallax
-- Dallas Office
Original Message
From: not today [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=8UqKJhI0a5r9PtDKNEJDI7OBsVEPFH8Fsso1AwPSH-Oko3QoE4EipepuAULp_FDgFHtG4m6R5GoV79SURSMhkZRmDd0]dakota_99_64804@y...[/url
Sent: Monday, June 28, 2004 7:59 PM
To: basicstamps@yahoogroups.com
Subject: RE: [noparse][[/noparse]basicstamps] serin?
Cool that was it... I had 16468 in, but referred to
the templete file and saw it should be 240 for bs2p.
thanks again,
Tony
--- Jon Williams <jwilliams@p...> wrote:
> Are you sure you have the baudmode parameters
> correct? -- this is
> usually the culprit.
>
> -- Jon Williams
> -- Applications Engineer, Parallax
> -- Dallas Office
>
>
>
Original Message
> From: dakota_99_64804
> [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=8UqKJhI0a5r9PtDKNEJDI7OBsVEPFH8Fsso1AwPSH-Oko3QoE4EipepuAULp_FDgFHtG4m6R5GoV79SURSMhkZRmDd0]dakota_99_64804@y...[/url
> Sent: Monday, June 28, 2004 4:27 PM
> To: basicstamps@yahoogroups.com
> Subject: [noparse][[/noparse]basicstamps] serin?
>
>
> I have built and tested the serin & serout example
> in the help file.
> Every thing check out. I tested my other device and
> it work like it
> suppose to. However when i put the two together,
> they're not talking
> correctly.
>
> example: if i send out "A" which is the ascii 65.
> The Bs2p24
> recieves (DEC) 252 or the "u" with 2 little dot
> above it
>
> If i send "0" out, the stamp reads (Dec)0 or clear
> the debug screen
> if not dec?
>
> Thanks for any help offered.
> tony