On 2013-03-30 13:03, Dan Smith wrote:
Well, as I posted in the "issues" system, the CI-V testing tools were 
useful in figuring out how to access banks B-E (hexadecimal):

E0 70 1A 00 0x 00 yy

Where "x" is the bank number, and "yy" (packed decimal) is the memory 
location.
Cool, easy. I can do this.

I should have made clear two things:
  1. "x" as the bank number, is numbered from "1" (for bank "A") to "5" (for bank "E")
  2. I showed "yy" as the memory location.  In fact, it is "0y yy", with locations 100 and above (eg, can limits, calling channels) common to all banks.


-- Dean