Other Parts Discussed in Thread: MSP430F5438A
Hello All,
I'm currently trying to interface my MSP430F5438A with an external Dot Matrix IC (HCMS-2903), just to display a number. The IC doesn't have any sort of UART/SPI/I2C module on it. What would be the best way to communicate with it? It reads data serially through one of its ports and I need to set its two 8bit control registers before sending it the data to display. I tried using the TX pin of a UART module with it but I think its confuses the start/stop bits for data bits and latches the wrong data (hard to tell, don't have a logic analyzer just a scope).
Thanks for any help you may be able to offer.
-Will