I'm having a problem trying to control this display with an 08M.
by using the serial comms protocol from this manual for the display, all i achieve is scrambled flashing of zeros. After applying a smoothing cap to the power rail i have achieved relative stability, but its still just zero's that refresh their position every time the serout command is used.
I.E.
main:
serout 1, T2400, (0x0A, 0x0B, 0x01, 0x02)
pause 1000
goto main
yields digit 1 and 3 showing zeros, the other two blank
then the next second (when the code has looped once more), digits 2 and 4 are showing zeros, while the other two lie blank.
What is going on here?
I have already used the baudrate control line featured on the second page of the manual to change the rate from 9600 to 2400 for the picaxe 08M as it is the only common baudrate between the components.