I need (or at least want) the ability for my midio128 to be able to turn on one full DOUT bank(8 pins) on a single note on command, while yet another set of 8 note values control the same 8 pins individually.
I recomment to program this in C, at the http://www.ucapps.de/mios_c.html page you will find some examples, how to process the digital inputs and outputs.
If “90 29” should control 8 digital outputs at once, then you only need to add:
Thank you for the prompt response. Unfortunetly, I have yet to buy a C complier for the PIC processor and I can not get SDCC to compile anything, probably my error.