PINK on BS2p40
Deano
Posts: 2
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
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
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.