Prop to BS2 Debug
ProcessingData...
Posts: 208
I have been trying to make the prop demo board·talk to my computer through the debug terminal. At first I tried doing it straight through the USB. This Did Not Work. All·I ever got it to display was a·rectangle block. I then tried sending the letter "a" followed by a·decimal 1, through the basic stamp. It didn't do·much for a while, but after i left it, it displayed a "p". Can someone tell me how to·display text on the Basic Stamp Editor Debug Terminal, preferrably through the USB port on the demo board?·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Basic Stamp,···· Propeller,·· · SX,·· FUN!
START:·
>Proccessing Data. . . .··
>Task Complete. . .·.
>Saving Data. . . .
>Entering SLEEP Mode. . . .
>Signing OFF
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Basic Stamp,···· Propeller,·· · SX,·· FUN!
START:·
>Proccessing Data. . . .··
>Task Complete. . .·.
>Saving Data. . . .
>Entering SLEEP Mode. . . .
>Signing OFF
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andy Lindsay
Education Department
Parallax, Inc.
please atach your code with the attachment-manager of the forumsoftware
without the code it is really hard to say where the bug is
best regards
Stefan
I tried it using the basic stamp debug terminal, and it displayed strange characters, But at least it did somthing!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Basic Stamp,···· Propeller,·· · SX,·· FUN!
START:·
>Proccessing Data. . . .··
>Task Complete. . .·.
>Saving Data. . . .
>Entering SLEEP Mode. . . .
>Signing OFF
·
Also, the Parallax Serial Terminal is the Debug Terminal, but adjusted for use with the Propeller. Download it and try it with the application. Follow the instructions in the post step-by-step, and it should work well for you.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Andy Lindsay
Education Department
Parallax, Inc.
could you please "process your Data" and attach your code to a posting
best regards
Stefan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Basic Stamp,···· Propeller,·· · SX,·· FUN!
START:·
>Proccessing Data. . . .··
>Task Complete. . .·.
>Saving Data. . . .
>Entering SLEEP Mode. . . .
>Signing OFF
·
My code isn't much. Just trying to test sending the letter 'a' somthing like:
OBJ
ser : "SimpleDebug"
Pub Serial
ser.start(9600)
ser.putc("a")
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Basic Stamp,···· Propeller,·· · SX,·· FUN!
START:·
>Proccessing Data. . . .··
>Task Complete. . .·.
>Saving Data. . . .
>Entering SLEEP Mode. . . .
>Signing OFF
·
ha got you (maybe) - as you refused to post your COMPLETE code
did you include the following lines in your code ?
if NOT you might be working in a clockmode that isn't accurate enough for serial transmission
a small program does NOT mean everything is working in every case
(it might be too small)
best regards
Stefan
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Basic Stamp,···· Propeller,·· · SX,·· FUN!
START:·
>Proccessing Data. . . .··
>Task Complete. . .·.
>Saving Data. . . .
>Entering SLEEP Mode. . . .
>Signing OFF
·