Shop OBEX P1 Docs P2 Docs Learn Events
PINK on BS2p40 — Parallax Forums

PINK on BS2p40

DeanoDeano Posts: 2
edited 2006-03-17 02:33 in BASIC Stamp
I recently purchased a PINK module and a BS2p40 and demo board. I am trying to write data to the PINK module but for some reason the data does not get written. I'm using the sample program included with the documentation provided, a one liner:

SEROUT 15,2063,[noparse][[/noparse]"!NBOW06:25",CLS]

When I execute the program and check the web, the variable is still NA.
I've read all the posts I could find on PINK and nothing seems to help. I can connect to the web interface and change the config and variables. I have made sure that both the PINK module and SEROUT baud parameters are correct. I have also tried all the baud modes. Antbody have any ideas as to what I might be doing wrong?

Thanks,

Mike

Comments

  • Tony BTony B Posts: 7
    edited 2006-03-17 02:29
    Mike:

    Just a quick observation -- Your statement

    SEROUT 15,2063,[noparse][[/noparse]"!NBOW06:25",CLS]

    should probably be
    SEROUT 15,2063,[noparse][[/noparse]"!NB0W06:25",CLS] ' that is with a ZERO after the !NB

    I hope it is that simple for you. I had previously spent a lot of time to come up with that for my project.

    Sincerely,

    Tony

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Every problem has a solution. Some don't even create more problems.
  • DeanoDeano Posts: 2
    edited 2006-03-17 02:33
    umm...hehe...thanks Tony!
Sign In or Register to comment.