Resolved! Cast Byte array to long "occasionally" not working
I am casting a Byte array (results from ADC) to a long, but occasionally - about 1:100000, it get the sums wrong. I've got to the line in the code where it goes wrong, and it is when it is casting a byte array to a long (I use union Method). //Signe...