sc.setStabilityValuePosition(sIndicatorPos);
sc.setStabilityValue(sIndicator);
sc.setFloatingPoint(fPoint);
try {
System.out.println("Value: " + sc.readValue());
} catch (SerialPortTimeoutException e) {
logger.severe("Finish timeout");
e.printStackTrace();
} catch (Exception e) {
logger.severe("Error reading serial port");