Shop OBEX P1 Docs P2 Docs Learn Events
xb send string — Parallax Forums

xb send string

stargazer2050stargazer2050 Posts: 89
edited 2014-11-10 02:52 in Accessories
2 quickstart bds
Trying to receive "hello world"
Sending: xb (str (string"hello world")
Receive: val1 := xb.RxDecTime (3000)
Term.dec (val1)
xb. : "xbeeObject2"


1. Term.dec. or term.something else
2. What is that golf tee looking symbol on page 61, martin hebel xbee getting started manual?

Comments

  • PublisonPublison Posts: 12,366
    edited 2014-11-09 06:13
    You mean this?
    Pub Start | Counter

    It's called Pipe symbol, and is created by a SHIFT BACKSLASH.
  • stargazer2050stargazer2050 Posts: 89
    edited 2014-11-09 09:40
    No. Maybe its a misprint. Where the parenthesis would be, the double one might be parens plus quote.
  • stargazer2050stargazer2050 Posts: 89
    edited 2014-11-09 14:55
    Where could I find simple software to send and receive a string? In AT mode.
  • PublisonPublison Posts: 12,366
    edited 2014-11-09 16:38
    No. Maybe its a misprint. Where the parenthesis would be, the double one might be parens plus quote.

    The code on page 61 compiles correctly.

    How about cut and paste the code in question so we don't have to keep guessing on what you see as the problem.
  • PublisonPublison Posts: 12,366
    edited 2014-11-09 16:40
    Where could I find simple software to send and receive a string? In AT mode.

    http://learn.parallax.com/KickStart/32440
  • stargazer2050stargazer2050 Posts: 89
    edited 2014-11-10 02:52
    The misprint shows up only on the cellphone, so thats ok.
    The learn parallax thing is bytes to a pc.
    Id like to transfer a sentence with an xbee and then print it on an lcd or speak it with an emic.
Sign In or Register to comment.