I have been trying to talk to the serial input of the 7 segment display using the softwareserial library for the Arduino. I keep getting strange results. The digits get display but never in the correct position. The positions change every time. I am also unable to turn on any decimal points.
I know the software serial library has some problems. Is that what’s causing this behavior?
I guess since you are also having this problem and you are using a different processor and language that the problem isn’t in my development environment. It must be something on the display board or in our understanding of how it works.