I\'m using a serial terminal to provide input into our lab experiment. I found that using
$ echo \"5X5\"
just returns a string of \"
\"
For more advanced and precise math consider using bc(1).
echo "3 * 2.19" | bc -l 6.57