Shop OBEX P1 Docs P2 Docs Learn Events
Why the Javelin worst 1000 times the Propeller? — Parallax Forums

Why the Javelin worst 1000 times the Propeller?

jmspaggijmspaggi Posts: 629
edited 2010-09-08 12:32 in Propeller 1
Because there is a step by step debugger included which allow you to look at the memory, variables, etc.!

I just spent the 3 last days chasing a bug I had. At the end, the fix was SO simple...

Just had to add a "repeat while" after I sent a command to my VS1053 to wait for the cog to send it completly.

I had to add sx.str() after each line to see the variables, but when you have 6 cogs used, and a OGG file playing, the terminal get totaly stuck.

So. This morning I'm very happy because my VS1053 is now playing OGG and MP3 very well, but it's terrible how long it took me to do it.

Just my Tuesday Morning 2¢ ;)

JM

Comments

Sign In or Register to comment.