Hello. The topic title is a bit strange, because I really don't know how to ask properly for what I'm looking for.
There are some LED display modules, clock type, with 32khz crystal on them, which have i51 clone on them and serial input. These modules were used on electricity/gas/water/etc meters (I was able to find this by tracking UL number, given on PCB), but no more data available.
These modules have inputs marked as RX and TX. They go to the pins of MCU via 1K resistors.
Modules operate from 3 to 5V, and when you apply the power, they work as simple clock, starting at 00:00.
I tried to connect to both RX and TX pins via TTL serial port of PIC MCU and send some data.
There is no response on RX pin, but if I send some serial data to TX pin, there is some response (display data changes, brightness changes, etc.) to certain, very long sequence of bytes. I tried to isolate these bytes, but they are hard, because say on 9600bps, one long sequence (say, 64 bytes in decimal, starting at 80) does something, however, say on 19200bps, same sequence does nothing, but another sequence on 19200 does something and so on. I tried to adjust supply voltage, from 2.5 to 5V, to rule out the voltage levels issue, but no changes.
So my question is, what type of protocol this can be, so that serial data at TTL levels makes some changes (and these are not random, different sequences of bytes always doing corresponding changes, say, one sequence changes brightness, another one changes displayed data and so on)