toledo 0.1.1

An IOT server written in rust for connecting via serial port to toledo scales.
1
2
3
4
5
6
7
ERR_BYTES = "Unable to extract data packet from serial port."
ERR_INTEGRITY = "Data passed through the serial port is corrupt."
ERR_MOVIMENT = "The scale is moving."
ERR_SCALE = "Weight above the scale limit."
ERR_UNIT = "Weighing unit is incorrect."
ERR_TARE = "The tare was not adjusted correctly when weighing."
ERR_WEIGTH = "Weight is not within acceptable limits."