I have a indicator that sends weight information through an RS232 output continuously. I want to show this weight on a 7-segment display. Currently, I'm using an RS232 to TTL converter, an Arduino Uno, and I've managed to read the weight information from the device on the Arduino's serial monitor. Indicator display value and receive data is here.
The last digit mean weight is stable or not (0 mean Stable, 8 Mean Unstable). signals receive Baud rate is 9600. Can you help me to code this and display on 7 segment I'm really appreciate.