Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
Rfid problem — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
BASIC Stamp
Rfid problem
Freqout_38kHz
Posts:
13
2007-11-29 22:04
edited 2007-11-29 23:36
in
BASIC Stamp
Why use 10 name cannot display name on debug terminal. But when i'm use 6 name ok..
Untitled1.bpx
6.2K
Comments
Mike Green
Posts:
23,101
2007-11-29 22:15
edited 2007-11-29 22:15
I don't see any obvious problem with the show name routine. What's happening?
sam_sam_sam
Posts:
2,286
2007-11-29 23:15
edited 2007-11-29 23:15
Freqout_38kHz
I had the same problem that you are having you have to change
·
IDX VAR Byte to IDX VAR Word
·
Because
·
the byte index was not big enough for ALL
·
the Tags that
·
I want to use
Here is post where i ask the same thing
·
http://forums.parallax.com/showthread.php?p=649002
I hope this help you in what you want to do
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··
Thanks for any
·
·
that you may have and all of your time finding them
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 11/29/2007 11:24:07 PM GMT
Freqout_38kHz
Posts:
13
2007-11-29 23:36
edited 2007-11-29 23:36
i'ts work thank you.....
Sign In
or
Register
to comment.
Comments
I had the same problem that you are having you have to change
·IDX VAR Byte to IDX VAR Word
·Because·the byte index was not big enough for ALL·the Tags that·I want to use
Here is post where i ask the same thing
·http://forums.parallax.com/showthread.php?p=649002
I hope this help you in what you want to do
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
··Thanks for any·
·
·
·
·
Sam
Post Edited (sam_sam_sam) : 11/29/2007 11:24:07 PM GMT