I am trying to write to C and not V..
so, for example, if i want to write to C0000 , i look up in the control relay bit map, which tells me that C0000 is V40600.
i convert V40600 to hex, which is 4180, add 1, 4181. Since its the 1st location of the 16 on address 40600, i type in "01" , (1 byte)
C0000 successfully changes to 1 ...
That works, but as soon as i want to change another value, such as C1000, which is 41A0, 41A1 (after adding 1), it doesnt work. (and yup, C1000 is the first bit of the address....