With the PIC12F1822 chip, RS232 transmission (TXEN=1) does not work unless reception (CREN=1) is also enabled. With the attached source code, output on gpsim's UART only appears if CREN=1 is uncommented.
Tested using revision 2422 from Subversion.
I have also tested the compiled firmware (with and without CREN=1) on a physical PIC12F1822 chip, and in both these cases RS232 output is seen, unlike with gpsim.
Anonymous
Fixed SVN 2423. Start baud rate generator even if only tx enables.