What topics would be good reading to learn about using string data?
Russ Ferguson
Posts: 206
I have an application that requires a number of fixed string messages.
It will be displaying text on several serial LCDs·from multiple (but dedicated) cogs.
It appears to me·that a data object should be used to store the strings.
What "topics"·would you recommend to learn more about storing and using strings?
It will be displaying text on several serial LCDs·from multiple (but dedicated) cogs.
It appears to me·that a data object should be used to store the strings.
What "topics"·would you recommend to learn more about storing and using strings?
Comments
Is there a·"best way" to manage string data that is used by multiple cogs?
Is·a DAT object copied to the memory of every cog that uses it?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
It looks like I need to follow that example in sending string data out to devices via the next available cog.
Any recommendations?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Paul Baker
Propeller Applications Engineer
Parallax, Inc.
I'll take one step at a time!
Russ