Question about debugging script and debug terminal on the Propeller
geometrix
Posts: 27
All,
Has anybody written a debugger script for the Propeller?· I am currently using a PropSTICK USB and I could not figure out why the debugger was not appearing within the Propeller Tool IDE.· I called tech support and Dave told me that I need the external 2.5" display.· Is there any way to redirect this output from the PropSTICK USB·to my computer monitor without having to go with the development kit and 2.5" LCD monitor?
TIA,
Neal Rosenblum
<edit> Subject line added by moderator </edit>
Has anybody written a debugger script for the Propeller?· I am currently using a PropSTICK USB and I could not figure out why the debugger was not appearing within the Propeller Tool IDE.· I called tech support and Dave told me that I need the external 2.5" display.· Is there any way to redirect this output from the PropSTICK USB·to my computer monitor without having to go with the development kit and 2.5" LCD monitor?
TIA,
Neal Rosenblum
<edit> Subject line added by moderator </edit>
Comments
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
I followed the link below and I am more confused than ever.· I am closer to novice and this stuff is starting to get way beyond me.
In a nutshell, I wrote some inclinometer code for the BS2 (not for the Memsic2125) about 2 months ago.· Although the program worked quite well, I was not able to get the resolution that I wanted with integer arithmetic.· I decided to try using the Propeller because of its 32 bit capabilities (i.e. floating point arithmetic) and I am now in a pickle.· Canned commands for the BS2 such as PWM (for priming the ADC)·don't·exist for the Propeller and I am terribly confused about how to use registers to pulse the clock, etc...??????
I think that there may be some Propeller motor control examples using robots.· I will have to look there and see if this helps.
Thanks,
Neal
The timea and timeb amounts are dependent on your duty cycle. If you're really lost, why not have a look at the BS2 Functions object on the Object Exchange. Have a look at how the commands are written and learn from them. The PE kit lab examples are also extremely good for learning the Prop and SPIN.
Gr,
Mightor
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
| Any sufficiently advanced technology is indistinguishable from magic.
Actually, if you are using the Memsic2125, have you checked the object exchange to see if the code posted will work?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I'm new to the propeller!