Hi Folks, I don't think this is the best place to post this question, but I think you can answer that :-)
I need to build an "serial protocol converter" and I intend to use MSP430. The hardware should read data from serial0, convert it and write to serial1. Also read data from serial1, convert it and write to serial0. Also need one I/O to blink a Led when there is data being processed. Do you think that I can use msp430f123 that has only one UART and emulate the other UART by software? (both uarts will work at 115200 8N1, msp will run at 8MHz) I know this is not an easy question... just want some hints... Has anyone emulated UART by software? Thanks, Pedro
