Hi Ankush, I assume you are converting the number from 2's complement to its equivalent float. You can create a float to string (ftoa) function similar to the regular Itoa function supported by some compiler, and then send the string containing the negative sign to the hyper terminal. Regards, Charles O
↧