Mel, I have another question for you regarding this problem.
I've done what you've suggested as shown below:
Tone var Byte[11]
Loop:
FOR i = 1 TO 10
FREQOUT Pin, Period, Tone[i]
NEXT i
However I have 10 4-digit dec numbers that the PC program
is sending out via rs-232 as ASCII characters in hex format
as shown below:
for 1234 it sends $04, $D2
or
for 5678 it sends $16, $2E
So, my numbers are WORD sized. Can my Tone array hold
10 word sized velues?
How can I get them by using HSERIN command? Perhaps
like this:
HSERIN [STR Tone\11]
Also, how can I store these 10 values (the Tone array) into
the on-board eeprom and read them back from eeprom to
memory at power-up?
--
Sincerest regards,
YZ7REA Vladimir M SKrbic
4N7ATV Repeater Administrator
YU7GHZ Radio Club President
Bookmarks