Shop OBEX P1 Docs P2 Docs Learn Events
Help! n00b using Netburner with spin — Parallax Forums

Help! n00b using Netburner with spin

SauceSauce Posts: 1
edited 2012-09-21 15:44 in Propeller 1
i'm having problems getting my propeller to work with the Parallax Netburner (PINK)

I've tried using simple serial, but the variables on the PINK dont change

OBJ
· Ser:· "Simple_Serial"
PUB MAIN
··· ser.start(14,13,2400)
··· ser.str(STRING("!NB0W01:10",13))

Any suggustions?

Comments

  • PaulPaul Posts: 263
    edited 2007-07-16 20:41
    you have to follow with a 'zero' ie:

    ser.tx(0)
  • EburgsEburgs Posts: 4
    edited 2012-09-21 15:44
    Is there any way that you still have your SPIN code for PINK? I have the kit, and also set up my network with the web configuration instructions, but I am completely lost as far as getting communication to my p8x32a quickstart board.

    I have tried to pick apart the PinkV2 code, but I have had no luck deciphering the code.

    I just need them to communicate in any way, and to get the components to do ANYTHING together.


    PLEASE let me know if you have the code, and could possibly share it so I could build off of it.

    OR if anyone knows alternative code out there for the PINK NetBurner I would greatly appreciate being informed of it


    -Desperate Engineering Student
Sign In or Register to comment.