emic eeprom room
froslie
Posts: 67
I am using an Emic text-to-speech. I need to use the EEPROM on a BS2e as efficiently as possible. The text strings seem to eat the space very rapidly in the code.
Is there any way around this? If I convert all the characters to the hexidecimal representation - is this worth it or is there a better, less time-consuming method?
Is there any way around this? If I convert all the characters to the hexidecimal representation - is this worth it or is there a better, less time-consuming method?
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
thank you
·· This link might get you started:· http://www.parallax.com/dl/docs/cols/nv/vol3/col/nv87.pdf
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
How is speech part of your project? I used scratch pad ram to store strings read into the stamp, then sent them out to the Emic. Each new string over wrote the old- of course my project had input from another source...
There is quite a lenghty list of abbreviations already in the Emic as well....
Ryan