ResetAnnunciator() Block fails
//Replace the relevant bit bin16 = bin16.substring(0, sendresetregbit) + "0" + bin16.substring(sendresetregbit + 1);
Is creating incorrect bit sequences... eg 11111110 instead of 00000000
Log in to post a comment.