Looking for some Assembly code for an ST7 29 Lite to transmit a few ASCII characters out an a single pin at 2400 Baud. I have looked at the one in the application notes but that ones enables and disables the interrupts, I would like to keep the interrupts going as I have some timing routines going that are called every 2mS I don’t mind generating an interrupt but I don’t want to disable them. Any pointers would be helpful. Re Brian
Brian, some time ago I posted in this forum (see message: ''I must reload IMMEDIATELY LTCSR2: can I?'') the code for a software UART that sends and receives characters at 9600 baud in half-duplex style.
Even if this code is somewhat outdated (I made some improvements), I think it is a base to start from. Regards EtaPhi