Hi I am reading data from a multimeter and I have to store those values in float. I am using javax.comm jar file for it and Serial port. But after reading from it I am getting values like
[B@1592174 [B@a352a5 [B@86fe26 [B@97a560 ...
And when I am converting these values to string and the to double I am getting some huge number which is not same as the value in the multimeter. So what should I do??
I am doing the reading from the serial port via inputStream and converting them to a byte array.