Help! n00b using Netburner with spin
Sauce
Posts: 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?
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
ser.tx(0)
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