Another quick update, in case Zenta gets a few minutes to play…
I think I have more of the code working now. I have added some additional support into the extras. You can now see and change EEPROM on both SSC-32 and Arc32. I finally got the sequences to run. I needed to add in some delays…
I first thought about adding an “R” command to allow you to see or change SSC-32 registers, I simply passed the whole string to the SSC-32 and did a serin with a timeout. If I receive a string back I print it… Changed it to be a little more general purpose and made it the “.” command. I pass everything after the . to the SSC-32. So you can now type in .PL0SQ0ONCE and it will run sequence 0…
I have done a little testing. I did a .R0=0<cr
This removed the usage of the SSC-32 offsets. I then used the Offset mode to generate new offsets that were saved away in the Arc32 EEPROM and then tried it out. I think it is working but I need to test it more.
I have also updated the download sequences code that can receive sequences from my VB app and save it to the SSC-32 EEPROM. I have not tested this part out yet, but I am probably the only one who used this anyway…
Will in the next day or so try configuring this code back to run without SSC-32 and try it on my phoenix.
Warning the configuration stuff is currently more like my CHR-3…
Kurt
Arc32 with SSC32.zip (49.6 KB)